Skip to content

Commit 6280986

Browse files
committed
chore: up deps
1 parent e4e21f5 commit 6280986

File tree

5 files changed

+946
-1591
lines changed

5 files changed

+946
-1591
lines changed

examples/nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@pinia/colada-nuxt": "^0.2.0",
11-
"@pinia/nuxt": "^0.11.0",
12-
"nuxt": "^3.17.4",
10+
"@pinia/colada-nuxt": "^0.2.1",
11+
"@pinia/nuxt": "^0.11.1",
12+
"nuxt": "^3.17.5",
1313
"unplugin-vue-router": "workspace:*"
1414
},
1515
"dependencies": {
16-
"@pinia/colada": "^0.16.1",
17-
"pinia": "^3.0.2"
16+
"@pinia/colada": "^0.17.1",
17+
"pinia": "^3.0.3"
1818
}
1919
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
]
134134
},
135135
"dependencies": {
136-
"@vue-macros/common": "3.0.0-beta.14",
136+
"@vue-macros/common": "3.0.0-beta.15",
137137
"ast-walker-scope": "^0.8.1",
138138
"chokidar": "^4.0.3",
139139
"fast-glob": "^3.3.3",
@@ -158,12 +158,12 @@
158158
}
159159
},
160160
"devDependencies": {
161-
"@babel/types": "^7.27.6",
161+
"@babel/types": "^7.27.7",
162162
"@pinia/colada": "^0.17.1",
163163
"@posva/prompts": "^2.4.4",
164164
"@shikijs/vitepress-twoslash": "3.7.0",
165-
"@tanstack/vue-query": "^5.81.2",
166-
"@types/node": "^22.15.32",
165+
"@tanstack/vue-query": "^5.81.5",
166+
"@types/node": "^22.15.34",
167167
"@types/picomatch": "^4.0.0",
168168
"@vitest/coverage-v8": "^3.2.4",
169169
"@vitest/ui": "^3.2.4",
@@ -179,20 +179,20 @@
179179
"nodemon": "^3.1.10",
180180
"p-series": "^3.0.0",
181181
"pinia": "^3.0.3",
182-
"prettier": "^3.6.0",
182+
"prettier": "^3.6.2",
183183
"rimraf": "^6.0.1",
184-
"rollup": "^4.44.0",
184+
"rollup": "^4.44.1",
185185
"semver": "^7.7.2",
186186
"ts-expect": "^1.3.0",
187-
"tsdown": "^0.12.8",
187+
"tsdown": "^0.12.9",
188188
"typescript": "^5.8.3",
189189
"unplugin-auto-import": "^19.3.0",
190190
"unplugin-vue-markdown": "^28.3.1",
191191
"unplugin-vue-router": "workspace:*",
192192
"vite": "^6.3.5",
193193
"vite-plugin-vue-devtools": "^7.7.7",
194194
"vitepress": "^1.6.3",
195-
"vitepress-plugin-llms": "^1.5.1",
195+
"vitepress-plugin-llms": "^1.6.0",
196196
"vitest": "^3.2.4",
197197
"vue": "^3.5.17",
198198
"vue-router": "^4.5.1",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.81.2",
10+
"@tanstack/vue-query-devtools": "^5.81.5",
1111
"@vitejs/plugin-vue": "^5.2.4",
1212
"@vue/compiler-sfc": "^3.5.17",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
1616
"vite": "^6.3.5",
17-
"vite-plugin-inspect": "^11.2.0"
17+
"vite-plugin-inspect": "^11.3.0"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.81.2",
20+
"@tanstack/vue-query": "^5.81.5",
2121
"mande": "^2.0.9",
2222
"pinia": "^3.0.3",
2323
"vue": "^3.5.17",

0 commit comments

Comments
 (0)