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:
authorLuke Karrys <luke@lukekarrys.com>2022-09-08 23:05:53 +0300
committerGitHub <noreply@github.com>2022-09-08 23:05:53 +0300
commite95017a07b041cbb3293e659dad853f76462c108 (patch)
tree2f6553523b7cbf6ce8374b3801e6c1f6763148f7 /workspaces/libnpmfund/package.json
parentfe926eddf98459e1fcb0ffd011ce7703da14928c (diff)
feat(workspaces): update supported node engines in package.json (#5485)
BREAKING CHANGE: all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
Diffstat (limited to 'workspaces/libnpmfund/package.json')
-rw-r--r--workspaces/libnpmfund/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 68db1d647..ada8864b8 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -42,17 +42,17 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.1",
+ "@npmcli/template-oss": "4.0.0",
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^5.6.1"
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.1"
+ "version": "4.0.0"
}
}