Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Dec 30, 2024
1 parent aedf34b commit d50567e
Show file tree
Hide file tree
Showing 8 changed files with 257 additions and 218 deletions.
451 changes: 245 additions & 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.9",
"markdownlint-cli": "0.43.0",
"npm-check-updates": "17.1.11",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"rimraf": "5.0.10"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"husky": "9.1.7",
"license-checker": "25.0.1",
"lighthouse": "12.3.0",
"lint-staged": "15.2.11",<% if (options.themes) { %>
"lint-staged": "15.3.0",<% if (options.themes) { %>
"node-sass": "9.0.0",<% } %>
"npm-check-updates": "17.1.11",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "5.0.10",
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": "24.1.2",
"i18next": "24.2.0",
"npm-run-all": "4.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/nitro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"hbs": "4.2.0",
"hbs-utils": "0.0.4",
"html-validate": "7.18.1",
"i18next": "24.1.2",
"i18next-http-middleware": "3.7.0",
"i18next": "24.2.0",
"i18next-http-middleware": "3.7.1",
"i18next-fs-backend": "2.6.0",
"i18next-sprintf-postprocessor": "0.2.2",
"jasmine": "5.5.0",
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 @@ -113,8 +113,8 @@
"husky": "9.1.7",
"license-checker": "25.0.1",
"lighthouse": "12.3.0",
"lint-staged": "15.2.11",
"npm-check-updates": "17.1.11",
"lint-staged": "15.3.0",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "5.0.10",
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 @@ -115,8 +115,8 @@
"husky": "9.1.7",
"license-checker": "25.0.1",
"lighthouse": "12.3.0",
"lint-staged": "15.2.11",
"npm-check-updates": "17.1.11",
"lint-staged": "15.3.0",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "5.0.10",
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 @@ -120,9 +120,9 @@
"husky": "9.1.7",
"license-checker": "25.0.1",
"lighthouse": "12.3.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"node-sass": "9.0.0",
"npm-check-updates": "17.1.11",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "5.0.10",
Expand Down

0 comments on commit d50567e

Please sign in to comment.