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 Jan 15, 2024
1 parent 343f3c6 commit 428b789
Show file tree
Hide file tree
Showing 15 changed files with 683 additions and 761 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
1,390 changes: 656 additions & 734 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",<% } %>
"core-js": "3.34.0"<% if (options.exampleCode) { %>,
"core-js": "3.35.0"<% if (options.exampleCode) { %>,
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -107,12 +107,12 @@
"@types/jquery": "3.5.29",<% } %>
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",<% } %>
"backstopjs": "6.3.1",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.9",
"cross-env": "7.0.3",
"cypress": "13.6.1",
"cypress": "13.6.2",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"eslint": "8.56.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.7.11",
"i18next": "23.7.16",
"i18next-http-middleware": "3.5.0",
"i18next-fs-backend": "2.3.1",
"i18next-sprintf-postprocessor": "0.2.2",
Expand All @@ -55,7 +55,7 @@
"twig": "1.13.3",
"webpack": "4.47.0",
"webpack-dev-middleware": "5.3.3",
"webpack-hot-middleware": "2.25.4"
"webpack-hot-middleware": "2.26.0"
},
"devDependencies": {
"@merkle-open/eslint-config": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gulp": ">=4.0.2"
},
"dependencies": {
"browser-sync": "2.29.3",
"browser-sync": "3.0.2",
"compression": "1.7.4",
"config": "3.3.9",
"del": "6.1.1",
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,10 +23,10 @@
"nitro"
],
"dependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.6",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-class-properties": "7.23.3",
"autoprefixer": "10.4.16",
Expand All @@ -43,9 +43,9 @@
"postcss": "8.4.32",
"postcss-loader": "4.3.0",
"resolve-url-loader": "5.0.0",
"sass": "1.69.5",
"sass": "1.69.7",
"sass-loader": "10.4.1",
"svgo": "3.1.0",
"svgo": "3.2.0",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "5.3.3",
"url-loader": "4.1.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.10.0
20.11.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.10.0
20.11.0
6 changes: 3 additions & 3 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.34.0",
"core-js": "3.35.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -96,12 +96,12 @@
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.40.1",
"backstopjs": "6.3.1",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.9",
"cross-env": "7.0.3",
"cypress": "13.6.1",
"cypress": "13.6.2",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"eslint": "8.56.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.10.0
20.11.0
6 changes: 3 additions & 3 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.34.0",
"core-js": "3.35.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -98,12 +98,12 @@
"@types/jquery": "3.5.29",
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",
"backstopjs": "6.3.1",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.9",
"cross-env": "7.0.3",
"cypress": "13.6.1",
"cypress": "13.6.2",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"eslint": "8.56.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.10.0
20.11.0
6 changes: 3 additions & 3 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@gondel/core": "1.2.8",
"@gondel/plugin-hot": "1.2.8",
"bootstrap": "5.3.2",
"core-js": "3.34.0",
"core-js": "3.35.0",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -102,12 +102,12 @@
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.40.1",
"backstopjs": "6.3.1",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.9",
"cross-env": "7.0.3",
"cypress": "13.6.1",
"cypress": "13.6.2",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"eslint": "8.56.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.10.0
20.11.0

0 comments on commit 428b789

Please sign in to comment.