Skip to content

Commit 346b860

Browse files
committed
Merge branch 'main' into type_helpers
# Conflicts: # src/mount.ts # src/renderToString.ts
2 parents 87b35f8 + 03d6c2c commit 346b860

File tree

4 files changed

+126
-126
lines changed

4 files changed

+126
-126
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@rollup/plugin-typescript": "11.1.5",
3434
"@types/js-beautify": "1.14.3",
3535
"@types/node": "20.9.0",
36-
"@typescript-eslint/eslint-plugin": "6.10.0",
37-
"@typescript-eslint/parser": "6.10.0",
36+
"@typescript-eslint/eslint-plugin": "6.11.0",
37+
"@typescript-eslint/parser": "6.11.0",
3838
"@vitejs/plugin-vue": "4.4.1",
3939
"@vitejs/plugin-vue-jsx": "3.0.2",
4040
"@vitest/coverage-v8": "0.34.6",
@@ -48,10 +48,10 @@
4848
"husky": "8.0.3",
4949
"jsdom": "22.1.0",
5050
"jsdom-global": "3.0.2",
51-
"lint-staged": "15.0.2",
52-
"prettier": "3.0.3",
51+
"lint-staged": "15.1.0",
52+
"prettier": "3.1.0",
5353
"reflect-metadata": "0.1.13",
54-
"rollup": "4.3.0",
54+
"rollup": "4.4.1",
5555
"tslib": "2.6.2",
5656
"typescript": "5.2.2",
5757
"unplugin-vue-components": "0.25.2",
@@ -110,7 +110,7 @@
110110
"url": "git+https://github.com/vuejs/test-utils.git"
111111
},
112112
"homepage": "https://github.com/vuejs/test-utils",
113-
"packageManager": "pnpm@8.10.2",
113+
"packageManager": "pnpm@8.10.5",
114114
"pnpm": {
115115
"peerDependencyRules": {
116116
"ignoreMissing": [

0 commit comments

Comments
 (0)