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 Apr 16, 2024
1 parent 4a558ac commit ee6231b
Show file tree
Hide file tree
Showing 14 changed files with 654 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
947 changes: 627 additions & 320 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@nitro/exporter": "<%= version %>",
"@nitro/gulp": "<%= version %>",
"@nitro/webpack": "<%= version %>",
"@playwright/test": "1.42.1",<% if (options.jsCompiler === 'ts') { %>
"@playwright/test": "1.43.1",<% if (options.jsCompiler === 'ts') { %>
"@types/bootstrap": "5.2.10",<% if (options.exampleCode ) { %>
"@types/jquery": "3.5.29",<% } %>
"@types/svg4everybody": "2.1.5",
Expand All @@ -113,7 +113,7 @@
"config": "3.3.11",<% if (options.themes) { %>
"cookie-session": "2.1.0",<% } %>
"cross-env": "7.0.3",
"cypress": "13.7.1",
"cypress": "13.7.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -124,15 +124,15 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lighthouse": "11.7.1",
"lint-staged": "15.2.2",<% if (options.themes) { %>
"node-sass": "9.0.0",<% } %>
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.1",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.4.3",<% } %>
"typescript": "5.4.5",<% } %>
"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 @@ -45,7 +45,7 @@
"hbs": "4.2.0",
"hbs-utils": "0.0.4",
"html-validate": "7.18.1",
"i18next": "23.10.1",
"i18next": "23.11.2",
"i18next-http-middleware": "3.5.0",
"i18next-fs-backend": "2.3.1",
"i18next-sprintf-postprocessor": "0.2.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"nitro"
],
"dependencies": {
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
Expand All @@ -43,15 +43,15 @@
"postcss": "8.4.38",
"postcss-loader": "4.3.0",
"resolve-url-loader": "5.0.0",
"sass": "1.72.0",
"sass": "1.75.0",
"sass-loader": "10.5.2",
"svgo": "3.2.0",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "5.4.3",
"typescript": "5.4.5",
"url-loader": "4.1.1",
"webpack": "4.47.0",
"webpackbar": "6.0.1",
"webpack-bundle-analyzer": "4.10.1"
"webpack-bundle-analyzer": "4.10.2"
},
"optionalDependencies": {
"imagemin-mozjpeg": "9.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.12.0
20.12.2
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.12.0
20.12.2
6 changes: 3 additions & 3 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.1",
"backstopjs": "6.3.23",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.7.1",
"cypress": "13.7.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -112,7 +112,7 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lighthouse": "11.7.1",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
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.12.0
20.12.2
8 changes: 4 additions & 4 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.1",
"@types/bootstrap": "5.2.10",
"@types/jquery": "3.5.29",
"@types/svg4everybody": "2.1.5",
Expand All @@ -103,7 +103,7 @@
"commitizen": "4.3.0",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.7.1",
"cypress": "13.7.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -114,14 +114,14 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lighthouse": "11.7.1",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.1",
"typescript": "5.4.3",
"typescript": "5.4.5",
"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.12.0
20.12.2
6 changes: 3 additions & 3 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.1",
"backstopjs": "6.3.23",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
"cookie-session": "2.1.0",
"cross-env": "7.0.3",
"cypress": "13.7.1",
"cypress": "13.7.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -119,7 +119,7 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.7.0",
"lighthouse": "11.7.1",
"lint-staged": "15.2.2",
"node-sass": "9.0.0",
"npm-check-updates": "16.14.18",
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.12.0
20.12.2

0 comments on commit ee6231b

Please sign in to comment.