Skip to content

Commit

Permalink
fix: 解决 vue 版本冲突问题
Browse files Browse the repository at this point in the history
fix #94
  • Loading branch information
xpyjs committed Jun 12, 2024
1 parent 6fa81e5 commit 4a9ed5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@
"*.{vue,js,ts,jsx,tsx}": "eslint --fix"
},
"dependencies": {
"@types/lodash": "^4.14.192",
"@vueuse/core": "^10.0.0",
"@vueuse/integrations": "^10.1.2",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"sortablejs": "^1.15.0",
"vue": "3.3.4"
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/lodash": "^4.14.192",
"@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-vue": "^4.1.0",
Expand All @@ -103,6 +102,7 @@
"vite": "^4.2.1",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.31.1",
"vue": "3.3.4",
"vue-tsc": "^1.2.0"
},
"standard-version": {
Expand All @@ -115,4 +115,4 @@
"path": "node_modules/cz-git"
}
}
}
}

0 comments on commit 4a9ed5e

Please sign in to comment.