Skip to content

Commit bb09912

Browse files
fix(deps): update yarn monorepo
1 parent ce61f8d commit bb09912

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

hooks/read-package-hook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@pnpm/parse-overrides": "workspace:*",
3434
"@pnpm/parse-wanted-dependency": "workspace:*",
3535
"@pnpm/types": "workspace:*",
36-
"@yarnpkg/extensions": "2.0.0-rc.22",
36+
"@yarnpkg/extensions": "2.0.5",
3737
"normalize-path": "^3.0.0",
3838
"ramda": "npm:@pnpm/[email protected]",
3939
"semver": "^7.5.0"
@@ -43,7 +43,7 @@
4343
"@types/normalize-path": "^3.0.0",
4444
"@types/ramda": "0.28.20",
4545
"@types/semver": "7.3.13",
46-
"@yarnpkg/core": "4.0.0-rc.42"
46+
"@yarnpkg/core": "4.3.1"
4747
},
4848
"funding": "https://opencollective.com/pnpm",
4949
"exports": {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"packageManager": "[email protected]",
6767
"pnpm": {
6868
"overrides": {
69-
"@yarnpkg/fslib": "3.0.0-rc.25",
70-
"@yarnpkg/libzip": "3.0.0-rc.25",
69+
"@yarnpkg/fslib": "3.1.2",
70+
"@yarnpkg/libzip": "3.1.1",
7171
"clipanion": "3.2.0-rc.6",
7272
"debug@<3.1.0": ">=3.1.0",
7373
"glob-parent@<5.1.2": ">=5.1.2",

pkg-manager/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/ramda": "0.28.20",
8989
"@types/semver": "7.3.13",
9090
"@types/sinon": "^10.0.14",
91-
"@yarnpkg/core": "4.0.0-rc.42",
91+
"@yarnpkg/core": "4.3.1",
9292
"ci-info": "^3.8.0",
9393
"deep-require-cwd": "1.0.0",
9494
"execa": "npm:[email protected]",

pkg-manager/plugin-commands-installation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"@pnpm/store-connection-manager": "workspace:*",
8686
"@pnpm/types": "workspace:*",
8787
"@pnpm/workspace.pkgs-graph": "workspace:*",
88-
"@yarnpkg/core": "4.0.0-rc.42",
88+
"@yarnpkg/core": "4.3.1",
8989
"@yarnpkg/lockfile": "^1.1.0",
90-
"@yarnpkg/parsers": "3.0.0-rc.42",
90+
"@yarnpkg/parsers": "3.0.3",
9191
"@zkochan/rimraf": "^2.1.2",
9292
"@zkochan/table": "^2.0.1",
9393
"@pnpm/which": "^3.0.1",

pkg-manager/real-hoist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@pnpm/dependency-path": "workspace:*",
3434
"@pnpm/error": "workspace:*",
3535
"@pnpm/lockfile-utils": "workspace:*",
36-
"@yarnpkg/nm": "4.0.0-rc.42"
36+
"@yarnpkg/nm": "4.0.6"
3737
},
3838
"funding": "https://opencollective.com/pnpm",
3939
"devDependencies": {

pkg-manager/resolve-dependencies/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@pnpm/store-controller-types": "workspace:*",
4545
"@pnpm/types": "workspace:*",
4646
"@pnpm/which-version-is-pinned": "workspace:*",
47-
"@yarnpkg/core": "4.0.0-rc.42",
47+
"@yarnpkg/core": "4.3.1",
4848
"encode-registry": "^3.0.0",
4949
"filenamify": "^4.3.0",
5050
"get-npm-tarball-url": "^2.0.3",

0 commit comments

Comments
 (0)