Skip to content

Commit

Permalink
fix(deps): update Yarn deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 13, 2022
1 parent 598d6ec commit e35988d
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 345 deletions.
7 changes: 7 additions & 0 deletions .changeset/stupid-toes-battle.md
@@ -0,0 +1,7 @@
---
"@pnpm/plugin-commands-installation": patch
"@pnpm/resolve-dependencies": patch
"@pnpm/real-hoist": patch
---

Update Yarn dependencies.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -65,9 +65,8 @@
"packageManager": "pnpm@7.10.0",
"pnpm": {
"overrides": {
"@yarnpkg/core": "4.0.0-rc.15",
"@yarnpkg/fslib": "3.0.0-rc.15",
"@yarnpkg/libzip": "3.0.0-rc.15",
"@yarnpkg/fslib": "3.0.0-rc.25",
"@yarnpkg/libzip": "3.0.0-rc.25",
"glob-parent@<5.1.2": ">=5.1.2",
"hosted-git-info@4": "npm:@zkochan/hosted-git-info@^4.0.2",
"istanbul-reports": "npm:@zkochan/istanbul-reports",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -85,7 +85,7 @@
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@types/sinon": "^10.0.13",
"@yarnpkg/core": "4.0.0-rc.15",
"@yarnpkg/core": "4.0.0-rc.25",
"deep-require-cwd": "1.0.0",
"execa": "npm:safe-execa@^0.1.2",
"exists-link": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks.read-package-hook/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.28.15",
"@types/semver": "7.3.12",
"@yarnpkg/core": "4.0.0-rc.15"
"@yarnpkg/core": "4.0.0-rc.25"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-installation/package.json
Expand Up @@ -83,7 +83,7 @@
"@pnpm/sort-packages": "workspace:*",
"@pnpm/store-connection-manager": "workspace:*",
"@pnpm/types": "workspace:*",
"@yarnpkg/core": "4.0.0-rc.15",
"@yarnpkg/core": "4.0.0-rc.25",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.25",
"@zkochan/rimraf": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-dependencies/package.json
Expand Up @@ -43,7 +43,7 @@
"@pnpm/store-controller-types": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/which-version-is-pinned": "workspace:*",
"@yarnpkg/core": "4.0.0-rc.15",
"@yarnpkg/core": "4.0.0-rc.25",
"dependency-path": "workspace:*",
"encode-registry": "^3.0.0",
"filenamify": "^4.3.0",
Expand Down

0 comments on commit e35988d

Please sign in to comment.