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 Feb 21, 2024
1 parent 4c0f1e1 commit 7772f02
Show file tree
Hide file tree
Showing 14 changed files with 332 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
570 changes: 306 additions & 264 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"dependencies": {<% if (options.exampleCode) { %>
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",<% } %>
"core-js": "3.35.1"<% if (options.exampleCode) { %>,
"bootstrap": "5.3.3",<% } %>
"core-js": "3.36.0"<% if (options.exampleCode) { %>,
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -107,7 +107,7 @@
"@types/jquery": "3.5.29",<% } %>
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",<% } %>
"backstopjs": "6.3.3",
"backstopjs": "6.3.6",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
Expand All @@ -121,7 +121,7 @@
"generator-nitro": "<%= version %>",
"gulp": "4.0.2",
"html-validate": "7.18.1",
"husky": "9.0.10",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.2",<% if (options.themes) { %>
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.8.2",
"i18next": "23.9.0",
"i18next-http-middleware": "3.5.0",
"i18next-fs-backend": "2.3.1",
"i18next-sprintf-postprocessor": "0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"postcss": "8.4.35",
"postcss-loader": "4.3.0",
"resolve-url-loader": "5.0.0",
"sass": "1.70.0",
"sass": "1.71.0",
"sass-loader": "10.4.1",
"svgo": "3.2.0",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "5.3.3",
"url-loader": "4.1.1",
"webpack": "4.47.0",
"webpackbar": "6.0.0",
"webpackbar": "6.0.1",
"webpack-bundle-analyzer": "4.10.1"
},
"optionalDependencies": {
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.0
20.11.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.11.0
20.11.1
8 changes: 4 additions & 4 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"dependencies": {
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"bootstrap": "5.3.3",
"core-js": "3.36.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -96,7 +96,7 @@
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.41.2",
"backstopjs": "6.3.3",
"backstopjs": "6.3.6",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
Expand All @@ -110,7 +110,7 @@
"generator-nitro": "*",
"gulp": "4.0.2",
"html-validate": "7.18.1",
"husky": "9.0.10",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.2",
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.0
20.11.1
8 changes: 4 additions & 4 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"dependencies": {
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"bootstrap": "5.3.3",
"core-js": "3.36.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -98,7 +98,7 @@
"@types/jquery": "3.5.29",
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",
"backstopjs": "6.3.3",
"backstopjs": "6.3.6",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
Expand All @@ -112,7 +112,7 @@
"generator-nitro": "*",
"gulp": "4.0.2",
"html-validate": "7.18.1",
"husky": "9.0.10",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.2",
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.0
20.11.1
8 changes: 4 additions & 4 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"dependencies": {
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"bootstrap": "5.3.3",
"core-js": "3.36.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -102,7 +102,7 @@
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.41.2",
"backstopjs": "6.3.3",
"backstopjs": "6.3.6",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",
Expand All @@ -116,7 +116,7 @@
"generator-nitro": "*",
"gulp": "4.0.2",
"html-validate": "7.18.1",
"husky": "9.0.10",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.2",
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.0
20.11.1

0 comments on commit 7772f02

Please sign in to comment.