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 /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 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1311b1c32..ddd803d55 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.1",
+ "@npmcli/template-oss": "4.0.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -251,7 +251,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.8.1",
+ "version": "4.0.0",
"releaseTest": "release.yml"
},
"license": "Artistic-2.0",