Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1061)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 908653f commit 72d7068
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 124 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nuxt": "^3.14.1592"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.1",
"@cucumber/cucumber": "11.2.0",
"@nuxt/test-utils": "latest",
"ts-node": "10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "16.5.2",
"happy-dom": "16.5.3",
"jsdom": "26.0.0",
"listhen": "1.9.0",
"nuxt": "3.14.1592",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "16.5.2",
"happy-dom": "16.5.3",
"playwright-core": "1.49.1",
"typescript": "5.6.3",
"vitest": "2.1.8"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.1",
"@cucumber/cucumber": "11.2.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools-kit": "1.7.0",
"@nuxt/eslint-config": "0.7.4",
"@nuxt/eslint-config": "0.7.5",
"@playwright/test": "1.49.1",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6",
Expand All @@ -87,7 +87,7 @@
"eslint": "9.17.0",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"knip": "5.41.1",
"knip": "5.42.0",
"nitropack": "2.10.4",
"nuxt": "3.14.1592",
"playwright-core": "1.49.1",
Expand Down Expand Up @@ -144,7 +144,7 @@
}
},
"resolutions": {
"@cucumber/cucumber": "11.1.1",
"@cucumber/cucumber": "11.2.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
Expand Down
Loading

0 comments on commit 72d7068

Please sign in to comment.