Skip to content

Commit 49ccb2f

Browse files
chore(deps): update all non-major dependencies (#1304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 182c98b commit 49ccb2f

File tree

5 files changed

+498
-442
lines changed

5 files changed

+498
-442
lines changed

examples/app-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"@types/bun": "1.2.13",
18+
"@types/bun": "1.2.14",
1919
"playwright-core": "1.52.0",
2020
"typescript": "5.8.3"
2121
}

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/test-utils": "latest",
1818
"happy-dom": "17.4.7",
1919
"playwright-core": "1.52.0",
20-
"tinyglobby": "0.2.13",
20+
"tinyglobby": "0.2.14",
2121
"typescript": "5.8.3",
2222
"vitest": "3.1.4"
2323
}

examples/module/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nuxt": "3.17.4"
1212
},
1313
"dependencies": {
14-
"vue": "^3.5.14",
14+
"vue": "^3.5.15",
1515
"vue-router": "^4.5.1"
1616
}
1717
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,31 @@
8888
"unplugin": "^2.3.4",
8989
"vite": "^6.3.5",
9090
"vitest-environment-nuxt": "^1.0.1",
91-
"vue": "^3.5.14"
91+
"vue": "^3.5.15"
9292
},
9393
"devDependencies": {
9494
"@cucumber/cucumber": "11.3.0",
9595
"@jest/globals": "29.7.0",
9696
"@nuxt/devtools-kit": "2.4.1",
97-
"@nuxt/eslint-config": "1.4.0",
97+
"@nuxt/eslint-config": "1.4.1",
9898
"@playwright/test": "1.52.0",
9999
"@testing-library/vue": "8.1.0",
100-
"@types/bun": "1.2.13",
100+
"@types/bun": "1.2.14",
101101
"@types/estree": "1.0.7",
102102
"@types/jsdom": "21.1.7",
103-
"@types/node": "22.15.19",
103+
"@types/node": "22.15.21",
104104
"@types/semver": "7.7.0",
105105
"@vue/test-utils": "2.4.6",
106106
"changelogen": "0.6.1",
107107
"compatx": "0.2.0",
108108
"eslint": "9.27.0",
109109
"installed-check": "9.3.0",
110-
"knip": "5.56.0",
110+
"knip": "5.58.1",
111111
"nitropack": "2.11.12",
112112
"nuxt": "3.17.4",
113113
"pkg-pr-new": "0.0.50",
114114
"playwright-core": "1.52.0",
115-
"rollup": "4.41.0",
115+
"rollup": "4.41.1",
116116
"semver": "7.7.2",
117117
"typescript": "5.8.3",
118118
"unbuild": "latest",
@@ -169,11 +169,11 @@
169169
"@nuxt/kit": "^3.17.4",
170170
"@nuxt/schema": "^3.17.4",
171171
"@nuxt/test-utils": "workspace:*",
172-
"rollup": "4.41.0",
172+
"rollup": "4.41.1",
173173
"vite": "^6.3.5",
174174
"vite-node": "3.1.4",
175175
"vitest": "3.1.4",
176-
"vue": "^3.5.14"
176+
"vue": "^3.5.15"
177177
},
178178
"engines": {
179179
"node": "^18.20.5 || ^20.9.0 || ^22.0.0 || >=23.0.0"

0 commit comments

Comments
 (0)