Skip to content

Commit

Permalink
Update Yarn from v4.2.0 to v4.2.1 (#2434)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 5db40af commit 705eccf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"types": "*",
"typescript": "5.4.5"
},
"packageManager": "yarn@4.2.0"
"packageManager": "yarn@4.2.1"
}
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"typescript": "5.4.5",
"vitest": "1.5.3"
},
"packageManager": "yarn@4.2.0"
"packageManager": "yarn@4.2.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongts",
"packageManager": "yarn@4.2.0",
"packageManager": "yarn@4.2.1",
"scripts": {
"build": "turbo run build",
"export": "turbo run export",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"main": "./src/index",
"types": "./src/index",
"packageManager": "yarn@4.2.0",
"packageManager": "yarn@4.2.1",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.8.0",
Expand Down

0 comments on commit 705eccf

Please sign in to comment.