Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-15 02:10:49 +0300
committerNathan Fritz <fritzy@github.com>2022-09-15 02:49:41 +0300
commit2d16b433dd4c7212338d2091ae386f2f39d0561f (patch)
tree1bbaa5694c90d749b2ea51eec0c820c3fcd1f03c /package.json
parentf3b0c438d5b62b267f36c21d7b9fa57ae9507ef5 (diff)
chore: release 9.0.0-pre.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 2ff60e51f..048ec7ee9 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "9.0.0-pre.0",
+ "version": "9.0.0-pre.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
- "@npmcli/arborist": "^6.0.0-pre.0",
+ "@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
@@ -79,10 +79,10 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^7.0.0-pre.0",
+ "libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.0",
- "libnpmexec": "^5.0.0-pre.0",
- "libnpmfund": "^4.0.0-pre.0",
+ "libnpmexec": "^5.0.0-pre.1",
+ "libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",