Skip to content

Commit

Permalink
chore: 将 vue 版本限定在 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Jan 22, 2024
1 parent 782cb51 commit 6bfd3a5
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 125 deletions.
16 changes: 8 additions & 8 deletions packages/s2-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@
},
"peerDependencies": {
"@antv/s2": ">=1.0.0",
"ant-design-vue": "^3.2.0",
"ant-design-vue": ">=3.2.0",
"vue": ">=3.x"
},
"dependencies": {
"@vueuse/core": "^8.2.4",
"@vueuse/core": "^10.5.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@antv/s2": "workspace:*",
"@antv/s2-shared": "workspace:*",
"@testing-library/vue": "^6.6.1",
"@vue/shared": "^3.2.45",
"@vue/tsconfig": "^0.1.3",
"ant-design-vue": "^3.2.0",
"vite-svg-loader": "^3.3.0",
"vue": "^3.2.31",
"vue-tsc": "^0.34.11"
"@vue/shared": "^3.3.4",
"@vue/tsconfig": "^0.4.0",
"ant-design-vue": "^3.2.20",
"vite-svg-loader": "^3.6.0",
"vue": "~3.3.13",
"vue-tsc": "^1.8.19"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit 6bfd3a5

Please sign in to comment.