Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(deps): update node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 7, 2021
1 parent 795ac5c commit 84e6129
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"lerna": "3.22.1"
},
"resolutions": {
"@types/node": "12.20.36"
"@types/node": "16.11.12"
},
"engines": {
"node": ">=v10.24.1",
"node": ">=v16.13.1",
"npm": ">=7.24.2"
},
"husky": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prod:compile:status": "yarn prod:compile --stats-out ./webpack-stats.json"
},
"engines": {
"node": ">= v10.24.1"
"node": ">= v16.13.1"
},
"devDependencies": {
"@statusfy/common": "1.0.0-alpha.0",
Expand All @@ -40,7 +40,7 @@
"@types/inquirer": "7.3.3",
"@types/lodash": "4.14.176",
"@types/lru-cache": "5.1.1",
"@types/node": "14.14.33",
"@types/node": "16.11.12",
"@types/opener": "1.4.0",
"@types/semver": "7.3.9",
"@types/yaml": "1.9.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/@statusfy/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/lodash.foreach": "4.5.6",
"@types/lodash.isstring": "4.0.6",
"@types/lodash.template": "4.5.0",
"@types/node": "14.14.33",
"@types/node": "16.11.12",
"ts-node": "9.1.1",
"typescript": "4.4.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"tsc": "tsc"
},
"engines": {
"node": ">= v10.24.1"
"node": ">= v16.13.1"
},
"devDependencies": {
"@statusfy/common": "1.0.0-alpha.0",
"@types/node": "14.14.33",
"@types/node": "16.11.12",
"typescript": "4.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/core-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-standard": "4.0.1"
},
"engines": {
"node": ">=v10.24.1",
"node": ">=v16.13.1",
"npm": ">=7.24.2"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"nunjucks": "3.2.3"
},
"engines": {
"node": ">=v10.24.1",
"node": ">=v16.13.1",
"npm": ">=7.24.2"
}
}
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"statusfy": "1.0.0-alpha.0"
},
"engines": {
"node": ">=v10.24.1",
"node": ">=v16.13.1",
"npm": ">=7.24.2"
}
}
2 changes: 1 addition & 1 deletion packages/statusfy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@statusfy/editor": "1.0.0-alpha.0"
},
"engines": {
"node": ">=v10.24.1",
"node": ">=v16.13.1",
"npm": ">=7.24.2"
},
"collective": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,10 +1826,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/node@*", "@types/node@12.20.36", "@types/[email protected]", "@types/node@>= 8":
version "12.20.36"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.36.tgz#5bd54d2383e714fc4d2c258107ee70c5bad86d0c"
integrity sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==
"@types/node@*", "@types/node@16.11.12", "@types/node@>= 8":
version "16.11.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10"
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down

0 comments on commit 84e6129

Please sign in to comment.