We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2191fa commit b241558Copy full SHA for b241558
package.json
@@ -85,9 +85,9 @@
85
},
86
"devDependencies": {
87
"@babel/types": "^7.26.7",
88
- "@sxzz/eslint-config": "^4.6.0",
89
- "@sxzz/prettier-config": "^2.1.0",
90
- "@types/node": "^22.10.10",
+ "@sxzz/eslint-config": "^5.0.0",
+ "@sxzz/prettier-config": "^2.1.1",
+ "@types/node": "^22.12.0",
91
"@vue-macros/test-utils": "^1.7.1",
92
"bumpp": "^10.0.1",
93
"change-case": "^5.4.4",
playground/package.json
@@ -16,8 +16,8 @@
16
"@vitejs/plugin-vue": "^5.2.1",
17
"@vue/tsconfig": "^0.7.0",
18
"tsx": "^4.19.2",
19
- "typescript": "~5.6.2",
20
- "vite": "^6.0.5",
+ "typescript": "~5.7.3",
+ "vite": "^6.0.11",
21
"vue-tsc": "^2.2.0"
22
}
23
0 commit comments