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 20, 2024
1 parent 0d6ba00 commit fc29451
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 194 deletions.
379 changes: 191 additions & 188 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@nitro/exporter": "<%= version %>",
"@nitro/gulp": "<%= version %>",
"@nitro/webpack": "<%= version %>",
"@playwright/test": "1.46.0",<% if (options.jsCompiler === 'ts') { %>
"@playwright/test": "1.46.1",<% if (options.jsCompiler === 'ts') { %>
"@types/bootstrap": "5.2.10",<% if (options.exampleCode ) { %>
"@types/jquery": "3.5.30",<% } %>
"@types/svg4everybody": "2.1.5",
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.13.0",
"i18next": "23.14.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.13.0",
"i18next": "23.14.0",
"i18next-http-middleware": "3.6.0",
"i18next-fs-backend": "2.3.2",
"i18next-sprintf-postprocessor": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"backstopjs": "6.3.23",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"@types/bootstrap": "5.2.10",
"@types/jquery": "3.5.30",
"@types/svg4everybody": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@nitro/exporter": "*",
"@nitro/gulp": "*",
"@nitro/webpack": "*",
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"backstopjs": "6.3.23",
"check-node-version": "4.2.1",
"commitizen": "4.3.0",
Expand Down

0 comments on commit fc29451

Please sign in to comment.