Skip to content

Commit f764137

Browse files
committed
chore: up vite
1 parent 1e2c71e commit f764137

File tree

5 files changed

+2141
-456
lines changed

5 files changed

+2141
-456
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
}
9090
},
9191
"devDependencies": {
92-
"@vitest/coverage-v8": "^0.34.4",
93-
"@vue/runtime-core": "^3.3.9",
92+
"@vitest/coverage-v8": "^1.0.4",
93+
"@vue/runtime-core": "^3.3.11",
9494
"@vue/test-utils": "^2.4.3",
9595
"chalk": "^5.3.0",
9696
"consola": "^3.2.3",
@@ -109,11 +109,11 @@
109109
"semver": "^7.5.4",
110110
"typedoc": "^0.25.4",
111111
"typedoc-plugin-markdown": "^3.17.1",
112-
"typescript": "~5.3.2",
112+
"typescript": "~5.3.3",
113113
"unbuild": "^2.0.0",
114114
"vitepress": "1.0.0-rc.31",
115-
"vitest": "^0.34.6",
116-
"vue": "^3.3.9",
115+
"vitest": "^1.0.4",
116+
"vue": "^3.3.11",
117117
"yorkie": "^2.0.0"
118118
},
119119
"gitHooks": {

packages/nuxt/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "nuxi prepare"
99
},
1010
"devDependencies": {
11-
"@nuxt/devtools": "^1.0.4",
11+
"@nuxt/devtools": "^1.0.6",
1212
"nuxt": "^3.8.2"
1313
},
1414
"dependencies": {

playground/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-config-google": "^0.14.0",
2626
"eslint-plugin-import": "^2.29.0",
2727
"firebase-functions-test": "^3.1.0",
28-
"typescript": "^5.3.2"
28+
"typescript": "^5.3.3"
2929
},
3030
"private": true
3131
}

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
},
1313
"dependencies": {
1414
"pinia": "^2.1.7",
15-
"vue": "^3.3.9",
15+
"vue": "^3.3.11",
1616
"vue-router": "^4.2.5",
1717
"vuefire": "workspace:*",
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.9.0",
22-
"@types/node": "^20.10.1",
23-
"@vitejs/plugin-vue": "^4.5.1",
22+
"@types/node": "^20.10.4",
23+
"@vitejs/plugin-vue": "^4.5.2",
2424
"@vue/tsconfig": "^0.4.0",
25-
"@vueuse/core": "^10.6.1",
25+
"@vueuse/core": "^10.7.0",
2626
"npm-run-all": "^4.1.5",
27-
"typescript": "~5.3.2",
27+
"typescript": "~5.3.3",
2828
"unplugin-vue-router": "^0.7.0",
29-
"vite": "^4.5.0",
30-
"vue-tsc": "^1.8.24"
29+
"vite": "^5.0.8",
30+
"vue-tsc": "^1.8.25"
3131
}
3232
}

0 commit comments

Comments
 (0)