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
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/package.json b/docs/package.json
index 46297b934..7950fed4e 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -22,7 +22,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.1",
+ "@npmcli/template-oss": "4.0.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -59,6 +59,6 @@
"ciVersions": [
"16"
],
- "version": "3.8.1"
+ "version": "4.0.0"
}
}