Skip to content

Commit 5839958

Browse files
committed
chore: up deps
1 parent d94be75 commit 5839958

File tree

3 files changed

+270
-44
lines changed

3 files changed

+270
-44
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-replace": "^4.0.0",
2828
"@types/lodash.kebabcase": "^4.1.7",
2929
"@types/node": "^16.18.3",
30-
"@vitest/coverage-c8": "^0.25.2",
30+
"@vitest/coverage-c8": "^0.25.5",
3131
"@vue/compiler-sfc": "^3.2.45",
3232
"@vue/server-renderer": "^3.2.45",
3333
"c8": "^7.12.0",
@@ -37,7 +37,7 @@
3737
"execa": "^6.1.0",
3838
"expect": "^28.1.3",
3939
"globby": "^12.2.0",
40-
"happy-dom": "^6.0.4",
40+
"happy-dom": "^7.7.2",
4141
"lint-staged": "^13.0.3",
4242
"lodash.kebabcase": "^4.1.1",
4343
"minimist": "^1.2.7",
@@ -52,7 +52,7 @@
5252
"typedoc": "^0.23.21",
5353
"typedoc-plugin-markdown": "^3.13.6",
5454
"typescript": "^4.8.4",
55-
"vitest": "^0.25.2",
55+
"vitest": "^0.25.5",
5656
"vue": "^3.2.45",
5757
"yorkie": "^2.0.0"
5858
},

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"license": "MIT",
7171
"devDependencies": {
7272
"@microsoft/api-extractor": "7.33.6",
73-
"@vue/test-utils": "^2.2.4"
73+
"@vue/test-utils": "^2.2.6"
7474
},
7575
"dependencies": {
7676
"@vue/devtools-api": "^6.4.5",

0 commit comments

Comments
 (0)