Skip to content

Commit 6bb7453

Browse files
authored
feat: defineEmits support (#31)
1 parent c825439 commit 6bb7453

23 files changed

+556
-369
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,24 @@
9292
"typecheck": "tsc --noEmit"
9393
},
9494
"dependencies": {
95-
"@nuxt/kit": "^3.8.0",
96-
"@volar/typescript": "^1.10.9",
97-
"@vue/language-core": "^1.8.22",
95+
"@nuxt/kit": "^3.8.1",
96+
"@volar/typescript": "1.10.10",
97+
"@vue/language-core": "1.8.22",
9898
"magic-string": "^0.30.5",
9999
"unplugin": "^1.5.0"
100100
},
101101
"devDependencies": {
102102
"@antfu/ni": "^0.21.8",
103-
"@nuxt/schema": "^3.8.0",
104-
"@so1ve/eslint-config": "1.0.0-alpha.16",
105-
"@so1ve/prettier-config": "1.0.0-alpha.16",
103+
"@nuxt/schema": "^3.8.1",
104+
"@so1ve/eslint-config": "1.0.0-alpha.17",
105+
"@so1ve/prettier-config": "1.0.0-alpha.17",
106106
"@types/node": "^20.8.10",
107107
"@vue-macros/better-define": "^1.6.12",
108108
"@vue-macros/test-utils": "^1.2.1",
109109
"bumpp": "^9.2.0",
110-
"eslint": "^8.52.0",
110+
"eslint": "^8.53.0",
111111
"prettier": "^3.0.3",
112-
"rollup": "^4.2.0",
112+
"rollup": "^4.3.0",
113113
"typescript": "^5.2.2",
114114
"unbuild": "^2.0.0",
115115
"vite": "^4.5.0",

0 commit comments

Comments
 (0)