Skip to content

Commit

Permalink
chore(deps): update symlink-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 24, 2023
1 parent 33313d2 commit cbe32d3
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 776 deletions.
2 changes: 1 addition & 1 deletion config/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/is-windows": "^1.0.2",
"@types/ramda": "0.28.20",
"@types/which": "^2.0.2",
"symlink-dir": "^5.2.0"
"symlink-dir": "^5.2.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"load-json-file": "^6.2.0",
"render-help": "^1.0.3",
"semver": "^7.5.4",
"symlink-dir": "^5.2.0",
"symlink-dir": "^5.2.1",
"write-json-file": "^4.3.0"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
2 changes: 1 addition & 1 deletion fs/symlink-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@pnpm/core-loggers": "workspace:*",
"@pnpm/types": "workspace:*",
"symlink-dir": "^5.2.0"
"symlink-dir": "^5.2.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"read-yaml-file": "^2.1.0",
"resolve-link-target": "^2.0.0",
"sinon": "^16.1.3",
"symlink-dir": "^5.2.0",
"symlink-dir": "^5.2.1",
"write-json-file": "^4.3.0",
"write-yaml-file": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"is-subdir": "^1.2.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"resolve-link-target": "^2.0.0",
"symlink-dir": "^5.2.0"
"symlink-dir": "^5.2.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/link-bins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"normalize-path": "^3.0.0",
"p-settle": "^4.1.1",
"ramda": "npm:@pnpm/ramda@0.28.1",
"symlink-dir": "^5.2.0"
"symlink-dir": "^5.2.1"
},
"devDependencies": {
"@pnpm/link-bins": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"proxyquire": "^2.1.3",
"read-yaml-file": "^2.1.0",
"sinon": "^16.1.3",
"symlink-dir": "^5.2.0",
"symlink-dir": "^5.2.1",
"tempy": "^1.0.1",
"write-json-file": "^4.3.0",
"write-pkg": "4.0.0",
Expand Down
Loading

0 comments on commit cbe32d3

Please sign in to comment.