Skip to content

Commit 1b99936

Browse files
committed
chore: up deps
1 parent 9b20cfc commit 1b99936

File tree

3 files changed

+201
-302
lines changed

3 files changed

+201
-302
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"devDependencies": {
76-
"@vitest/coverage-c8": "^0.26.3",
76+
"@vitest/coverage-c8": "^0.28.1",
7777
"@vue/runtime-core": "^3.2.45",
7878
"@vue/test-utils": "^2.2.7",
7979
"chalk": "^5.1.2",
@@ -84,7 +84,7 @@
8484
"firebase-admin": "^11.4.0",
8585
"focus-visible": "^5.2.0",
8686
"globby": "^13.1.2",
87-
"happy-dom": "^7.7.0",
87+
"happy-dom": "^8.1.5",
8888
"lint-staged": "^13.0.4",
8989
"minimist": "^1.2.7",
9090
"p-series": "^3.0.0",
@@ -94,8 +94,8 @@
9494
"typedoc-plugin-markdown": "^3.13.6",
9595
"typescript": "~4.9.3",
9696
"unbuild": "^1.1.1",
97-
"vitepress": "1.0.0-alpha.35",
98-
"vitest": "^0.26.3",
97+
"vitepress": "1.0.0-alpha.40",
98+
"vitest": "^0.28.1",
9999
"vue": "^3.2.45",
100100
"yorkie": "^2.0.0"
101101
},

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"devDependencies": {
2121
"@firebase/app-types": "^0.8.1",
2222
"@types/node": "^18.11.9",
23-
"@vitejs/plugin-vue": "^3.2.0",
23+
"@vitejs/plugin-vue": "^4.0.0",
2424
"@vue/tsconfig": "^0.1.3",
2525
"@vueuse/core": "^9.11.1",
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~4.9.3",
2828
"unplugin-vue-router": "^0.3.2",
29-
"vite": "^3.2.4",
29+
"vite": "^4.0.4",
3030
"vue-tsc": "^1.0.24"
3131
}
3232
}

0 commit comments

Comments
 (0)