Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Dec 2, 2024
1 parent 6fabcb9 commit 158412d
Show file tree
Hide file tree
Showing 16 changed files with 348 additions and 345 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
649 changes: 326 additions & 323 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 @@ -42,7 +42,7 @@
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"lerna": "8.1.9",
"markdownlint-cli": "0.42.0",
"markdownlint-cli": "0.43.0",
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"rimraf": "5.0.10"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
"node-sass": "9.0.0",<% } %>
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "5.0.10",
"stylelint": "16.10.0",<% if (options.jsCompiler === 'ts') { %>
"stylelint": "16.11.0",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.6.3",<% } %>
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cross-env": "7.0.3",
"extend": "3.0.2",
"hbs": "4.2.0",
"i18next": "23.16.6",
"i18next": "24.0.2",
"npm-run-all": "4.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/nitro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"hbs": "4.2.0",
"hbs-utils": "0.0.4",
"html-validate": "7.18.1",
"i18next": "23.16.6",
"i18next-http-middleware": "3.6.0",
"i18next-fs-backend": "2.3.2",
"i18next": "24.0.2",
"i18next-http-middleware": "3.7.0",
"i18next-fs-backend": "2.6.0",
"i18next-sprintf-postprocessor": "0.2.2",
"jasmine": "5.4.0",
"jasmine-core": "5.4.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 @@ -46,7 +46,7 @@
"sass-loader": "10.5.2",
"svgo": "3.3.2",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"url-loader": "4.1.1",
"webpack": "4.47.0",
"webpackbar": "7.0.0",
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.18.0
20.18.1
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.18.0
20.18.1
4 changes: 2 additions & 2 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
"lint-staged": "15.2.10",
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "5.0.10",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"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.18.0
20.18.1
6 changes: 3 additions & 3 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"lint-staged": "15.2.10",
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "5.0.10",
"stylelint": "16.10.0",
"typescript": "5.6.3",
"stylelint": "16.11.0",
"typescript": "5.7.2",
"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.18.0
20.18.1
4 changes: 2 additions & 2 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
"node-sass": "9.0.0",
"npm-check-updates": "17.1.11",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "5.0.10",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"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.18.0
20.18.1

0 comments on commit 158412d

Please sign in to comment.