Skip to content

Commit

Permalink
chore: bump deps and default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Mar 27, 2024
1 parent 72fdddc commit ad6526c
Show file tree
Hide file tree
Showing 15 changed files with 152 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
258 changes: 134 additions & 124 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cz-conventional-changelog": "3.3.0",
"lerna": "8.1.2",
"markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.17",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"rimraf": "5.0.5"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",<% if (options.themes) { %>
"node-sass": "8.0.0",<% } %>
"npm-check-updates": "16.14.17",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.0",<% if (options.jsCompiler === 'ts') { %>
"stylelint": "16.3.1",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.4.3",<% } %>
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cookie-session": "2.1.0",
"config": "3.3.11",
"dot-object": "2.1.4",
"express": "4.19.1",
"express": "4.19.2",
"extend": "3.0.2",
"globby": "11.1.0",
"hbs": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"autoprefixer": "10.4.19",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"css-loader": "5.2.7",
"cssnano": "6.1.1",
"cssnano": "6.1.2",
"file-loader": "6.2.0",
"handlebars-loader": "1.7.3",
"iconfont-webpack-plugin": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-new/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
4 changes: 2 additions & 2 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.17",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.0",
"stylelint": "16.3.1",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-typescript/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
4 changes: 2 additions & 2 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.17",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.0",
"stylelint": "16.3.1",
"typescript": "5.4.3",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
4 changes: 2 additions & 2 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"node-sass": "8.0.0",
"npm-check-updates": "16.14.17",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.0",
"stylelint": "16.3.1",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/project-prod/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0

0 comments on commit ad6526c

Please sign in to comment.