Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1051)
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 Dec 30, 2024
1 parent 9f9a39b commit e4e950b
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 68 deletions.
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.0.0",
"happy-dom": "16.2.0",
"jsdom": "25.0.1",
"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.0.0",
"happy-dom": "16.2.0",
"playwright-core": "1.49.1",
"typescript": "5.6.3",
"vitest": "2.1.8"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"c12": "^2.0.1",
"consola": "^3.3.1",
"consola": "^3.3.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
"estree-walker": "^3.0.3",
Expand All @@ -63,18 +63,18 @@
"radix3": "^1.1.2",
"scule": "^1.3.0",
"std-env": "^3.8.0",
"tinyexec": "^0.3.1",
"tinyexec": "^0.3.2",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^2.1.0",
"unplugin": "^2.1.2",
"vite": "^5.4.11",
"vitest-environment-nuxt": "^1.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@cucumber/cucumber": "11.1.1",
"@jest/globals": "29.7.0",
"@nuxt/devtools-kit": "1.6.4",
"@nuxt/devtools-kit": "1.7.0",
"@nuxt/eslint-config": "0.7.4",
"@playwright/test": "1.49.1",
"@testing-library/vue": "8.1.0",
Expand Down Expand Up @@ -158,5 +158,5 @@
"engines": {
"node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit e4e950b

Please sign in to comment.