mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-09 08:26:27 -04:00
chore(deps): update
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"ts-jest": "^26.4.4",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3",
|
||||
"verdaccio": "^4.10.0",
|
||||
"verdaccio": "^4.11.0",
|
||||
"yarn": "^1.22.10",
|
||||
"yarnhook": "^0.5.1"
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@pnpm/types": "workspace:6.3.1",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/cli-meta": "workspace:1.0.1",
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/prepare": "workspace:0.0.16",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/which": "^1.3.2",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/which": "^2.0.0",
|
||||
"mz": "^2.7.0",
|
||||
"symlink-dir": "^4.1.0",
|
||||
"tempy": "^1.0.0"
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/pretty-time": "^1.1.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4",
|
||||
"delay": "^4.4.0",
|
||||
"ghooks": "2.0.4",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/exportable-manifest#readme",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/error": "workspace:1.4.0",
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"tempy": "^1.0.0",
|
||||
"write-yaml-file": "^4.1.3",
|
||||
"yaml-tag": "1.1.0"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/micromatch": "^4.0.1",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/touch": "^3.1.1",
|
||||
"is-ci": "^2.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pnpm/logger": "^3.2.3"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/fs-extra": "^9.0.5",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"@zkochan/rimraf": "^1.0.0",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/node": "^14.14.22",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"ncp": "^2.0.0",
|
||||
"path-exists": "^4.0.0",
|
||||
"tempy": "^1.0.0"
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/archy": "0.0.31",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
|
||||
@@ -35,10 +35,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/write-file-atomic": "^3.0.1",
|
||||
"tempy": "^1.0.0",
|
||||
"write-yaml-file": "^4.1.3",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@pnpm/types": "workspace:6.3.1",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -31,8 +31,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils#readme",
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"tempy": "^1.0.0",
|
||||
"write-yaml-file": "^4.1.3",
|
||||
"yaml-tag": "1.1.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker#readme",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"tempy": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"devDependencies": {
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"ncp": "^2.0.0",
|
||||
"tempy": "^1.0.0"
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4",
|
||||
"npm-run-all": "^4.1.5"
|
||||
},
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/ssri": "^7.1.0",
|
||||
"delay": "^4.4.0",
|
||||
"ncp": "^2.0.0",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"@pnpm/client": "workspace:2.0.19",
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/ssri": "^7.1.0",
|
||||
"tempy": "^1.0.0"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pkgs-graph#readme",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"better-path-resolve": "1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-audit#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/types": "workspace:6.3.1",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/zkochan__table": "npm:@types/table@^5.0.0",
|
||||
"strip-ansi": "^6.0.0"
|
||||
},
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"@types/zkochan__table": "npm:@types/table@^5.0.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@pnpm/plugin-commands-installation": "workspace:3.5.10",
|
||||
"@pnpm/prepare": "workspace:0.0.16",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"execa": "^5.0.0",
|
||||
"mz": "^2.7.0",
|
||||
"strip-ansi": "^6.0.0",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"@pnpm/types": "workspace:6.3.1",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/wrap-ansi": "^3.0.0",
|
||||
"@types/zkochan__table": "npm:@types/table@^5.0.0",
|
||||
"mz": "^2.7.0",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"execa": "^5.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@pnpm/prepare": "workspace:0.0.16",
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"execa": "^5.0.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@pnpm/prepare": "workspace:0.0.16",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@zkochan/rimraf": "^1.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/signal-exit": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@pnpm/prepare": "workspace:0.0.16",
|
||||
"@types/archy": "0.0.31",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"@types/ssri": "^7.1.0",
|
||||
"@zkochan/rimraf": "^1.0.0",
|
||||
|
||||
@@ -62,10 +62,10 @@
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/nopt": "^3.0.29",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/update-notifier": "^5.0.0",
|
||||
"@types/which": "^1.3.2",
|
||||
"@types/which": "^2.0.0",
|
||||
"@zkochan/libnpx": "11.0.3",
|
||||
"@zkochan/retry": "^0.2.0",
|
||||
"@zkochan/rimraf": "^1.0.0",
|
||||
@@ -76,7 +76,7 @@
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"delay": "^4.4.0",
|
||||
"dir-is-case-sensitive": "^1.0.2",
|
||||
"esbuild": "^0.8.26",
|
||||
"esbuild": "^0.8.33",
|
||||
"execa": "^5.0.0",
|
||||
"exists-link": "2.0.0",
|
||||
"graceful-fs": "^4.2.4",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/core-loggers": "workspace:5.0.2",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile#readme",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"yaml-tag": "1.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/ramda": "^0.27.34"
|
||||
"@types/ramda": "^0.27.35"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.3",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4"
|
||||
},
|
||||
"bugs": {
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
"@types/mz": "^2.7.3",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.34",
|
||||
"@types/ramda": "^0.27.35",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/sinon": "^9.0.9",
|
||||
"anonymous-npm-registry-client": "0.1.2",
|
||||
|
||||
488
pnpm-lock.yaml
generated
488
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
||||
"repository": "https://github.com/pnpm/eslint-config/blob/master/packages/supi",
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||
"eslint-config-standard-with-typescript": "^19.0.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
|
||||
Reference in New Issue
Block a user