Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 6, 2024
1 parent a3cc246 commit c293879
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 182 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"@changesets/cli": "^2.27.1",
"@sxzz/eslint-config": "^3.8.5",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@vue-macros/test-utils": "workspace:*",
Expand All @@ -57,15 +57,15 @@
"rollup": "^4.12.1",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "~5.3.3",
"typescript": "~5.4.2",
"unocss": "^0.58.5",
"unplugin-macros": "^0.11.0",
"unplugin-raw": "^0.1.1",
"vite": "^5.1.5",
"vitest": "^1.3.1",
"vue2": "npm:vue@^2.7.16",
"vue": "^3.4.21",

Check failure on line 67 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'vue' should be before 'vue2'
"vue-tsc": "1.8.27",
"vue2": "npm:vue@^2.7.16",
"webpack": "^5.90.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"astro": "^4.4.12"
"astro": "^4.4.13"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.21",
"typescript": "~5.3.3",
"typescript": "~5.4.2",
"vue-tsc": "1.8.27"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion playground/astro/package.json
Expand Up @@ -14,7 +14,7 @@
"@astrojs/vue": "^4.0.8",
"@vue-macros/astro": "workspace:*",
"@vueuse/core": "^10.9.0",
"astro": "^4.4.12",
"astro": "^4.4.13",
"vue": "^3.4.21"
}
}
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Expand Up @@ -27,7 +27,7 @@
"rollup": "^4.12.1",
"rollup-plugin-esbuild": "^6.1.1",
"type-fest": "^4.11.1",
"typescript": "~5.3.3",
"typescript": "~5.4.2",
"unocss": "^0.58.5",
"unplugin-vue-macros": "workspace:*",
"vite": "^5.1.5",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -27,7 +27,7 @@
"rollup": "^4.12.1",
"rollup-plugin-esbuild": "^6.1.1",
"type-fest": "^4.11.1",
"typescript": "~5.3.3",
"typescript": "~5.4.2",
"unocss": "^0.58.5",
"unplugin-vue-macros": "workspace:*",
"vite": "^5.1.5",
Expand Down

0 comments on commit c293879

Please sign in to comment.