Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Mar 24, 2024
1 parent 299126f commit ef4eb89
Show file tree
Hide file tree
Showing 10 changed files with 1,248 additions and 1,254 deletions.
2,406 changes: 1,200 additions & 1,206 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.15",
"npm-check-updates": "16.14.17",
"npm-run-all": "4.1.5",
"rimraf": "5.0.5"
}
Expand Down
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.3",<% } %>
"core-js": "3.36.0"<% if (options.exampleCode) { %>,
"core-js": "3.36.1"<% if (options.exampleCode) { %>,
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -92,7 +92,7 @@
"svg4everybody": "2.1.9"<% } %>
},
"devDependencies": {<% if (options.jsCompiler === 'js') { %>
"@babel/eslint-parser": "7.23.10",<% } %>
"@babel/eslint-parser": "7.24.1",<% } %>
"@merkle-open/eslint-config": "3.0.0",
"@merkle-open/html-validate-config": "1.0.1",
"@merkle-open/prettier-config": "1.2.0",
Expand All @@ -102,18 +102,18 @@
"@nitro/exporter": "<%= version %>",
"@nitro/gulp": "<%= version %>",
"@nitro/webpack": "<%= version %>",
"@playwright/test": "1.42.0",<% if (options.jsCompiler === 'ts') { %>
"@playwright/test": "1.42.1",<% if (options.jsCompiler === 'ts') { %>
"@types/bootstrap": "5.2.10",<% if (options.exampleCode ) { %>
"@types/jquery": "3.5.29",<% } %>
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",<% } %>
"backstopjs": "6.3.21",
"backstopjs": "6.3.23",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.11",<% if (options.themes) { %>
"cookie-session": "2.1.0",<% } %>
"cross-env": "7.0.3",
"cypress": "13.6.6",
"cypress": "13.7.1",
"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.6.0",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",<% if (options.themes) { %>
"node-sass": "8.0.0",<% } %>
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.17",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.1",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.3.3",<% } %>
"stylelint": "16.3.0",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.4.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.10.0",
"i18next": "23.10.1",
"npm-run-all": "4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/generator-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"modular"
],
"dependencies": {
"cli-color": "2.0.3",
"cli-color": "2.0.4",
"config": "3.3.11",
"find-git-root": "1.0.4",
"git-config": "0.0.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/nitro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"dependencies": {
"ajv": "8.12.0",
"body-parser": "1.20.2",
"cli-color": "2.0.3",
"cli-color": "2.0.4",
"compression": "1.7.4",
"cookie-session": "2.1.0",
"config": "3.3.11",
"dot-object": "2.1.4",
"express": "4.18.2",
"express": "4.19.1",
"extend": "3.0.2",
"globby": "11.1.0",
"hbs": "4.2.0",
"hbs-utils": "0.0.4",
"html-validate": "7.18.1",
"i18next": "23.10.0",
"i18next": "23.10.1",
"i18next-http-middleware": "3.5.0",
"i18next-fs-backend": "2.3.1",
"i18next-sprintf-postprocessor": "0.2.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"nitro"
],
"dependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/plugin-proposal-decorators": "7.24.0",
"@babel/core": "7.24.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-class-properties": "7.23.3",
"autoprefixer": "10.4.17",
"@babel/plugin-transform-class-properties": "7.24.1",
"autoprefixer": "10.4.19",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"css-loader": "5.2.7",
"file-loader": "6.2.0",
Expand All @@ -40,14 +40,14 @@
"js-config-webpack-plugin": "2.0.3",
"mini-css-extract-plugin": "1.6.2",
"optimize-css-assets-webpack-plugin": "6.0.1",
"postcss": "8.4.35",
"postcss": "8.4.38",
"postcss-loader": "4.3.0",
"resolve-url-loader": "5.0.0",
"sass": "1.71.1",
"sass": "1.72.0",
"sass-loader": "10.4.1",
"svgo": "3.2.0",
"ts-config-webpack-plugin": "2.0.3",
"typescript": "5.3.3",
"typescript": "5.4.3",
"url-loader": "4.1.1",
"webpack": "4.47.0",
"webpackbar": "6.0.1",
Expand Down
16 changes: 8 additions & 8 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.3",
"core-js": "3.36.0",
"core-js": "3.36.1",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -85,7 +85,7 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@merkle-open/eslint-config": "3.0.0",
"@merkle-open/html-validate-config": "1.0.1",
"@merkle-open/prettier-config": "1.2.0",
Expand All @@ -95,13 +95,13 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.0",
"backstopjs": "6.3.21",
"@playwright/test": "1.42.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.6.6",
"cypress": "13.7.1",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -112,13 +112,13 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.6.0",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.17",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.1",
"stylelint": "16.3.0",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
16 changes: 8 additions & 8 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.3",
"core-js": "3.36.0",
"core-js": "3.36.1",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -93,17 +93,17 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.0",
"@playwright/test": "1.42.1",
"@types/bootstrap": "5.2.10",
"@types/jquery": "3.5.29",
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",
"backstopjs": "6.3.21",
"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.6.6",
"cypress": "13.7.1",
"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.6.0",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.17",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.1",
"typescript": "5.3.3",
"stylelint": "16.3.0",
"typescript": "5.4.3",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
16 changes: 8 additions & 8 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.3",
"core-js": "3.36.0",
"core-js": "3.36.1",
"flatpickr": "4.6.13",
"handlebars": "4.7.8",
"jquery": "3.7.1",
Expand All @@ -91,7 +91,7 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.10",
"@babel/eslint-parser": "7.24.1",
"@merkle-open/eslint-config": "3.0.0",
"@merkle-open/html-validate-config": "1.0.1",
"@merkle-open/prettier-config": "1.2.0",
Expand All @@ -101,14 +101,14 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.42.0",
"backstopjs": "6.3.21",
"@playwright/test": "1.42.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.6.6",
"cypress": "13.7.1",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -119,14 +119,14 @@
"html-validate": "7.18.1",
"husky": "9.0.11",
"license-checker": "25.0.1",
"lighthouse": "11.6.0",
"lighthouse": "11.7.0",
"lint-staged": "15.2.2",
"node-sass": "8.0.0",
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.17",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.1",
"stylelint": "16.3.0",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down

0 comments on commit ef4eb89

Please sign in to comment.