Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Feb 12, 2024
1 parent 3f5b2d3 commit 88b7509
Show file tree
Hide file tree
Showing 12 changed files with 649 additions and 585 deletions.
1,158 changes: 611 additions & 547 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"devDependencies": {
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"lerna": "8.0.2",
"lerna": "8.1.2",
"markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.14",
"npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5",
"rimraf": "5.0.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@
"@nitro/exporter": "<%= version %>",
"@nitro/gulp": "<%= version %>",
"@nitro/webpack": "<%= version %>",
"@playwright/test": "1.41.1",<% if (options.jsCompiler === 'ts') { %>
"@playwright/test": "1.41.2",<% 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.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.6.4",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"env-linter": "2.0.0",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"extend": "3.0.2",
Expand All @@ -124,13 +124,13 @@
"husky": "8.0.3",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.1",<% if (options.themes) { %>
"lint-staged": "15.2.2",<% if (options.themes) { %>
"node-sass": "8.0.0",<% } %>
"npm-check-updates": "16.14.14",
"npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.0",<% if (options.jsCompiler === 'ts') { %>
"stylelint": "16.2.1",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.3.3",<% } %>
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@nitro/app": "<%= nitroAppVersion %>",
"check-node-version": "4.2.1",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"extend": "3.0.2",
"npm-run-all": "4.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"cli-color": "2.0.3",
"config": "3.3.10",
"config": "3.3.11",
"find-git-root": "1.0.4",
"git-config": "0.0.7",
"glob": "10.3.10",
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 @@ -37,7 +37,7 @@
"cli-color": "2.0.3",
"compression": "1.7.4",
"cookie-session": "2.1.0",
"config": "3.3.10",
"config": "3.3.11",
"dot-object": "2.1.4",
"express": "4.18.2",
"extend": "3.0.2",
Expand All @@ -50,12 +50,12 @@
"i18next-fs-backend": "2.3.1",
"i18next-sprintf-postprocessor": "0.2.2",
"jasmine": "5.1.0",
"jasmine-core": "5.1.1",
"jasmine-core": "5.1.2",
"lodash": "4.17.21",
"twig": "1.13.3",
"webpack": "4.47.0",
"webpack-dev-middleware": "5.3.3",
"webpack-hot-middleware": "2.26.0"
"webpack-hot-middleware": "2.26.1"
},
"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 @@ -29,7 +29,7 @@
"dependencies": {
"browser-sync": "3.0.2",
"compression": "1.7.4",
"config": "3.3.10",
"config": "3.3.11",
"del": "6.1.1",
"get-port": "5.1.1",
"globby": "11.1.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 @@ -40,7 +40,7 @@
"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.33",
"postcss": "8.4.35",
"postcss-loader": "4.3.0",
"resolve-url-loader": "5.0.0",
"sass": "1.70.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.6.4",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"env-linter": "2.0.0",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"extend": "3.0.2",
Expand All @@ -113,12 +113,12 @@
"husky": "8.0.3",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.1",
"npm-check-updates": "16.14.14",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.0",
"stylelint": "16.2.1",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"@types/bootstrap": "5.2.10",
"@types/jquery": "3.5.29",
"@types/svg4everybody": "2.1.5",
"@types/webpack-env": "1.18.4",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.6.4",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"env-linter": "2.0.0",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"extend": "3.0.2",
Expand All @@ -115,12 +115,12 @@
"husky": "8.0.3",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.1",
"npm-check-updates": "16.14.14",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.0",
"stylelint": "16.2.1",
"typescript": "5.3.3",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.41.1",
"@playwright/test": "1.41.2",
"backstopjs": "6.3.3",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"cypress": "13.6.4",
"cz-conventional-changelog": "3.3.0",
"env-linter": "1.0.0",
"env-linter": "2.0.0",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"extend": "3.0.2",
Expand All @@ -119,13 +119,13 @@
"husky": "8.0.3",
"license-checker": "25.0.1",
"lighthouse": "11.5.0",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"node-sass": "8.0.0",
"npm-check-updates": "16.14.14",
"npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5",
"prettier": "3.2.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.0",
"stylelint": "16.2.1",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/project-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@nitro/app": "*",
"check-node-version": "4.2.1",
"config": "3.3.10",
"config": "3.3.11",
"cross-env": "7.0.3",
"extend": "3.0.2",
"npm-run-all": "4.1.5"
Expand Down

0 comments on commit 88b7509

Please sign in to comment.