mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 16:07:03 -04:00
chore(deps): update
This commit is contained in:
10
package.json
10
package.json
@@ -15,25 +15,25 @@
|
||||
"update-manifests": "ts-node utils/updater/src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.9.1",
|
||||
"@changesets/cli": "^2.9.2",
|
||||
"@pnpm/registry-mock": "^2.0.1",
|
||||
"@pnpm/tsconfig": "workspace:*",
|
||||
"@pnpm/tslint-config": "workspace:*",
|
||||
"@types/node": "*",
|
||||
"@types/tape": "^4.13.0",
|
||||
"c8": "^7.2.0",
|
||||
"c8": "^7.2.1",
|
||||
"coveralls": "^3.1.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"lcov-result-merger": "^3.1.0",
|
||||
"npm": "^6.14.5",
|
||||
"npm": "^6.14.6",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"publish-packed": "^3.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"tape": "^4.13.3",
|
||||
"ts-node": "^8.10.2",
|
||||
"tslint": "^6.1.2",
|
||||
"typescript": "^3.9.5",
|
||||
"verdaccio": "^4.7.2"
|
||||
"typescript": "^3.9.7",
|
||||
"verdaccio": "^4.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=5 || ^0.0.0-x"
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/build-modules": "link:",
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
}
|
||||
|
||||
@@ -21,18 +21,18 @@
|
||||
"decompress-maybe": "^1.0.0",
|
||||
"get-stream": "5.1.0",
|
||||
"mz": "2.7.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"path-exists": "4.0.0",
|
||||
"path-temp": "2.0.0",
|
||||
"rename-overwrite": "^3.0.0",
|
||||
"ssri": "6.0.1",
|
||||
"strip-bom": "^4.0.0",
|
||||
"tar-stream": "^2.1.2"
|
||||
"tar-stream": "^2.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/concat-stream": "^1.6.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/node": "^13.13.12",
|
||||
"@types/node": "^13.13.14",
|
||||
"@types/ssri": "^6.0.3",
|
||||
"@types/tar-stream": "^2.1.0",
|
||||
"tempy": "^0.5.0"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"@pnpm/cli-utils": "link:",
|
||||
"@pnpm/logger": "^3.2.2",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/cli-meta": "workspace:1.0.0",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/config": "link:",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/which": "1.3.2",
|
||||
"mz": "2.7.0",
|
||||
"tempy": "0.5.0"
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/pretty-time": "^1.1.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1",
|
||||
"delay": "4.3.0",
|
||||
"ghooks": "2.0.4",
|
||||
"load-json-file": "6.2.0",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/semver": "^7.3.1",
|
||||
"dependency-path": "link:"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/filter-lockfile": "link:",
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"tempy": "0.5.0",
|
||||
"write-yaml-file": "^4.1.0",
|
||||
"yaml-tag": "1.1.0"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
"@pnpm/find-workspace-packages": "workspace:2.3.0",
|
||||
"@pnpm/matcher": "workspace:1.0.3",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"find-up": "4.1.0",
|
||||
"is-subdir": "1.1.1",
|
||||
"pkgs-graph": "workspace:5.2.0",
|
||||
@@ -42,7 +42,7 @@
|
||||
"@pnpm/filter-workspace-packages": "link:",
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/touch": "^3.1.1",
|
||||
"is-ci": "2.0.0",
|
||||
"is-windows": "1.0.2",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pnpm/logger": "^3.1.0"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@pnpm/fetcher-base": "workspace:8.0.2",
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"tempy": "0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"@pnpm/git-resolver": "link:",
|
||||
"@types/hosted-git-info": "3.0.0",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/semver": "^7.3.1",
|
||||
"is-windows": "1.0.2",
|
||||
"proxyquire": "^2.1.3"
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@pnpm/store-path": "^4.0.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/tape-promise": "^4.0.1",
|
||||
@@ -91,7 +91,7 @@
|
||||
"@pnpm/symlink-dependency": "workspace:3.0.8",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"dependency-path": "workspace:5.0.2",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"path-absolute": "1.0.1",
|
||||
"path-exists": "4.0.0",
|
||||
"ramda": "0.27.0",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/node": "^12.12.47",
|
||||
"@types/node": "^12.12.50",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/tape": "^4.13.0",
|
||||
"ncp": "^2.0.0",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"chalk": "^4.1.0",
|
||||
"cli-columns": "^3.1.2",
|
||||
"dependencies-hierarchy": "workspace:9.0.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"ramda": "^0.27.0",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
@@ -51,8 +51,8 @@
|
||||
"@pnpm/list": "link:",
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/archy": "0.0.31",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0"
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
}
|
||||
|
||||
@@ -36,11 +36,11 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-file": "link:",
|
||||
"@pnpm/logger": "^3.2.2",
|
||||
"@types/js-yaml": "^3.12.4",
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/write-file-atomic": "^3.0.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/write-file-atomic": "^3.0.1",
|
||||
"tempy": "^0.5.0",
|
||||
"write-yaml-file": "^4.1.0",
|
||||
"yaml-tag": "^1.1.0"
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-utils": "link:",
|
||||
"@types/js-yaml": "^3.12.4",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"tempy": "0.5.0",
|
||||
"write-yaml-file": "^4.1.0",
|
||||
"yaml-tag": "1.1.0"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/lockfile-walker": "link:",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"tempy": "0.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@pnpm/modules-cleaner": "link:",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"proxyquire": "^2.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"agentkeepalive": "^4.0.0",
|
||||
"agentkeepalive": "^4.1.3",
|
||||
"http-proxy-agent": "^4.0.1",
|
||||
"https-proxy-agent": "^3.0.1",
|
||||
"lru-cache": "^6.0.0",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"load-json-file": "6.2.0",
|
||||
"mz": "^2.7.0",
|
||||
"normalize-path": "3.0.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"p-memoize": "4.0.0",
|
||||
"parse-npm-tarball-url": "3.0.0",
|
||||
"path-temp": "^2.0.0",
|
||||
@@ -58,7 +58,7 @@
|
||||
"@pnpm/npm-resolver": "link:",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/semver": "^7.3.1",
|
||||
"@types/ssri": "^6.0.3",
|
||||
"nock": "12.0.3",
|
||||
"path-exists": "4.0.0",
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@pnpm/outdated": "link:",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1",
|
||||
"npm-run-all": "4.1.5"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/package-bins": "link:",
|
||||
"@types/graceful-fs": "^4.1.3",
|
||||
"@types/node": "^12.12.47",
|
||||
"@types/node": "^12.12.50",
|
||||
"@types/tape": "^4.13.0"
|
||||
},
|
||||
"funding": "https://opencollective.com/pnpm"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@pnpm/package-is-installable": "link:",
|
||||
"@types/semver": "^7.2.0"
|
||||
"@types/semver": "^7.3.1"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -46,8 +46,8 @@
|
||||
"load-json-file": "6.2.0",
|
||||
"mz": "2.7.0",
|
||||
"p-defer": "^3.0.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-queue": "^6.4.0",
|
||||
"p-limit": "^3.0.2",
|
||||
"p-queue": "^6.6.0",
|
||||
"path-temp": "^2.0.0",
|
||||
"promise-share": "1.0.0",
|
||||
"ramda": "0.27.0",
|
||||
@@ -61,7 +61,7 @@
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/ssri": "^6.0.3",
|
||||
"delay": "4.3.0",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"make-empty-dir": "^1.0.0",
|
||||
"mz": "2.7.0",
|
||||
"p-filter": "2.1.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"path-exists": "4.0.0",
|
||||
"path-temp": "2.0.0",
|
||||
"ramda": "0.27.0",
|
||||
@@ -42,7 +42,7 @@
|
||||
"@pnpm/package-store": "link:",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/ssri": "^6.0.3",
|
||||
"proxyquire": "2.1.3",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pkgs-graph#readme",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"better-path-resolve": "1.0.0",
|
||||
"pkgs-graph": "link:"
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/plugin-commands-audit": "link:",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/table": "^5.0.0",
|
||||
"strip-ansi": "6.0.0"
|
||||
},
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@types/is-ci": "^2.0.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/table": "^5.0.0",
|
||||
"load-json-file": "6.2.0",
|
||||
@@ -77,13 +77,13 @@
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"camelcase-keys": "^6.2.2",
|
||||
"chalk": "^4.1.0",
|
||||
"enquirer": "^2.3.5",
|
||||
"enquirer": "^2.3.6",
|
||||
"is-ci": "^2.0.0",
|
||||
"is-subdir": "^1.1.1",
|
||||
"mem": "^6.1.0",
|
||||
"mz": "^2.7.0",
|
||||
"p-filter": "^2.1.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"path-absolute": "^1.0.1",
|
||||
"path-exists": "^4.0.0",
|
||||
"ramda": "^0.27.0",
|
||||
|
||||
@@ -39,8 +39,8 @@
|
||||
"@pnpm/plugin-commands-listing": "link:",
|
||||
"@pnpm/prepare": "workspace:0.0.7",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"execa": "^4.0.2",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"execa": "^4.0.3",
|
||||
"mz": "2.7.0",
|
||||
"strip-ansi": "6.0.0",
|
||||
"write-yaml-file": "^4.1.0"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/table": "^5.0.0",
|
||||
"@types/wrap-ansi": "^3.0.0",
|
||||
"mz": "2.7.0",
|
||||
|
||||
@@ -41,10 +41,10 @@
|
||||
"@types/lru-cache": "^5.1.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"path-exists": "4.0.0",
|
||||
"proxyquire": "2.1.3",
|
||||
"sinon": "9.0.2",
|
||||
@@ -68,7 +68,7 @@
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"cp-file": "^9.0.0",
|
||||
"credentials-by-uri": "^2.0.0",
|
||||
"enquirer": "^2.3.5",
|
||||
"enquirer": "^2.3.6",
|
||||
"fast-glob": "^3.2.4",
|
||||
"lru-cache": "^6.0.0",
|
||||
"mem": "^6.1.0",
|
||||
|
||||
@@ -38,10 +38,10 @@
|
||||
"@pnpm/plugin-commands-rebuild": "link:",
|
||||
"@pnpm/prepare": "workspace:0.0.7",
|
||||
"@pnpm/test-fixtures": "workspace:*",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"path-exists": "4.0.0",
|
||||
"sinon": "9.0.2",
|
||||
"write-yaml-file": "^4.1.0"
|
||||
@@ -71,7 +71,7 @@
|
||||
"graph-sequencer": "2.0.0",
|
||||
"load-json-file": "6.2.0",
|
||||
"mem": "^6.1.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"ramda": "0.27.0",
|
||||
"read-ini-file": "3.0.0",
|
||||
"render-help": "1.0.0",
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
"@pnpm/plugin-commands-script-runners": "link:",
|
||||
"@pnpm/prepare": "workspace:0.0.7",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"mz": "2.7.0",
|
||||
"write-yaml-file": "^4.1.0"
|
||||
},
|
||||
@@ -53,7 +53,7 @@
|
||||
"@pnpm/lifecycle": "workspace:9.2.0",
|
||||
"@pnpm/sort-packages": "workspace:1.0.13",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"ramda": "0.27.0",
|
||||
"realpath-missing": "1.0.0",
|
||||
"render-help": "1.0.0"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@pnpm/plugin-commands-server": "link:",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/signal-exit": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -46,7 +46,7 @@
|
||||
"@pnpm/store-connection-manager": "workspace:0.3.18",
|
||||
"@pnpm/store-path": "^4.0.0",
|
||||
"@zkochan/diable": "^1.0.2",
|
||||
"delay": "^4.3.0",
|
||||
"delay": "^4.4.0",
|
||||
"get-port": "^5.1.1",
|
||||
"is-windows": "^1.0.2",
|
||||
"mz": "^2.7.0",
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
"@pnpm/plugin-commands-store": "link:",
|
||||
"@pnpm/prepare": "workspace:0.0.7",
|
||||
"@types/archy": "0.0.31",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/ssri": "^6.0.3",
|
||||
"@zkochan/rimraf": "1.0.0",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"load-json-file": "6.2.0",
|
||||
"path-exists": "4.0.0",
|
||||
"sinon": "9.0.2",
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1",
|
||||
"@types/table": "^5.0.0",
|
||||
"@types/tape-promise": "^4.0.1",
|
||||
"@types/update-notifier": "^4.1.0",
|
||||
@@ -88,7 +88,7 @@
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"delay": "4.3.0",
|
||||
"dir-is-case-sensitive": "1.0.2",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"exists-link": "2.0.0",
|
||||
"is-windows": "1.0.2",
|
||||
"load-json-file": "6.2.0",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "^3.2.2",
|
||||
"@pnpm/pnpmfile": "link:",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/core-loggers": "workspace:4.1.2",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/prune-lockfile#readme",
|
||||
"devDependencies": {
|
||||
"@pnpm/prune-lockfile": "link:",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"yaml-tag": "1.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/ramda": "^0.27.6"
|
||||
"@types/ramda": "^0.27.11"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
"devDependencies": {
|
||||
"@pnpm/logger": "3.2.2",
|
||||
"@pnpm/resolve-dependencies": "link:",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0"
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/resolve-workspace-range": "link:",
|
||||
"@types/semver": "^7.2.0"
|
||||
"@types/semver": "^7.3.1"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"@pnpm/fetch": "workspace:2.1.1",
|
||||
"@pnpm/store-controller-types": "workspace:8.0.2",
|
||||
"@pnpm/types": "workspace:6.2.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"promise-share": "1.0.0",
|
||||
"uuid": "^3.4.0"
|
||||
},
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@pnpm/server": "workspace:8.0.6",
|
||||
"@pnpm/store-path": "^4.0.0",
|
||||
"@zkochan/diable": "^1.0.2",
|
||||
"delay": "^4.3.0",
|
||||
"delay": "^4.4.0",
|
||||
"dir-is-case-sensitive": "^1.0.2",
|
||||
"lru-cache": "^6.0.0",
|
||||
"mz": "^2.7.0"
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"normalize-path": "^3.0.0",
|
||||
"p-every": "^2.0.0",
|
||||
"p-filter": "^2.1.0",
|
||||
"p-limit": "^3.0.1",
|
||||
"p-limit": "^3.0.2",
|
||||
"path-absolute": "^1.0.1",
|
||||
"ramda": "^0.27.0",
|
||||
"run-groups": "^3.0.1",
|
||||
@@ -85,15 +85,15 @@
|
||||
"@types/mz": "^2.7.1",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/normalize-path": "^3.0.0",
|
||||
"@types/ramda": "^0.27.6",
|
||||
"@types/semver": "^7.2.0",
|
||||
"@types/ramda": "^0.27.11",
|
||||
"@types/semver": "^7.3.1",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/tape-promise": "^4.0.1",
|
||||
"anonymous-npm-registry-client": "0.1.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"dir-is-case-sensitive": "1.0.2",
|
||||
"execa": "^4.0.2",
|
||||
"execa": "^4.0.3",
|
||||
"exists-link": "2.0.0",
|
||||
"is-ci": "2.0.0",
|
||||
"is-windows": "1.0.2",
|
||||
|
||||
769
pnpm-lock.yaml
generated
769
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -13,12 +13,14 @@
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"files": ["lib/"],
|
||||
"files": [
|
||||
"lib/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@pnpm/assert-project": "link:",
|
||||
"@types/is-windows": "^1.0.0",
|
||||
"@types/isexe": "2.0.0",
|
||||
"@types/node": "^12.12.47"
|
||||
"@types/node": "^12.12.50"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"write-yaml-file": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.47",
|
||||
"@types/node": "^12.12.50",
|
||||
"tslint-config-standard": "9.0.0",
|
||||
"tslint-eslint-rules": "5.4.0"
|
||||
},
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^9.0.1",
|
||||
"@commitlint/config-conventional": "^9.0.1",
|
||||
"@commitlint/prompt-cli": "^9.0.1",
|
||||
"@commitlint/cli": "^9.1.1",
|
||||
"@commitlint/config-conventional": "^9.1.1",
|
||||
"@commitlint/prompt-cli": "^9.1.1",
|
||||
"husky": "^4.2.5"
|
||||
},
|
||||
"husky": {
|
||||
|
||||
Reference in New Issue
Block a user