Skip to content

Commit

Permalink
chore: up vue
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 21, 2024
1 parent f934fcf commit 9a8520f
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 204 deletions.
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"vue": "^3.3.11"
"vue": "^3.4.19"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"@vue/tsconfig": "^0.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/tsconfig": "^0.5.1",
"typescript": "~5.3.3",
"vite": "^5.0.7",
"vite": "^5.1.1",
"vue-router": "workspace:*",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
"@types/nightwatch": "^2.3.30",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"@vue/server-renderer": "^3.3.11",
"@vue/test-utils": "^2.4.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.19",
"@vue/server-renderer": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"browserstack-local": "^1.5.5",
"chromedriver": "^121.0.2",
"connect-history-api-fallback": "^1.6.0",
Expand All @@ -150,7 +150,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"sucrase": "^3.34.0",
"typescript": "~5.3.3",
"vite": "^5.0.7",
"vue": "^3.3.11"
"vite": "^5.1.1",
"vue": "^3.4.19"
}
}
Loading

0 comments on commit 9a8520f

Please sign in to comment.