Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 16, 2024
1 parent fa9cda6 commit 0d6ba00
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 126 deletions.
232 changes: 116 additions & 116 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"config": "3.3.12",<% if (options.themes) { %>
"cookie-session": "2.1.0",<% } %>
"cross-env": "7.0.3",
"cypress": "13.13.2",
"cypress": "13.13.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -131,7 +131,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"stylelint": "16.8.1",<% if (options.jsCompiler === 'ts') { %>
"stylelint": "16.8.2",<% if (options.jsCompiler === 'ts') { %>
"typescript": "5.5.4",<% } %>
"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.12.3",
"i18next": "23.13.0",
"npm-run-all": "4.1.5"
}
}
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.12.3",
"i18next": "23.13.0",
"i18next-http-middleware": "3.6.0",
"i18next-fs-backend": "2.3.2",
"i18next-sprintf-postprocessor": "0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"commitizen": "4.3.0",
"config": "3.3.12",
"cross-env": "7.0.3",
"cypress": "13.13.2",
"cypress": "13.13.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -118,7 +118,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"commitizen": "4.3.0",
"config": "3.3.12",
"cross-env": "7.0.3",
"cypress": "13.13.2",
"cypress": "13.13.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -120,7 +120,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"typescript": "5.5.4",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"config": "3.3.12",
"cookie-session": "2.1.0",
"cross-env": "7.0.3",
"cypress": "13.13.2",
"cypress": "13.13.3",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
Expand All @@ -126,7 +126,7 @@
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"webpack-cli": "4.10.0",
"yo": "5.0.0"
},
Expand Down

0 comments on commit 0d6ba00

Please sign in to comment.