Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
Alfred-Skyblue committed May 30, 2024
1 parent 960f572 commit 9755fdb
Showing 2 changed files with 513 additions and 465 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-draggable-plus",
"version": "0.4.1",
"version": "0.5.0",
"author": {
"name": "yangpanteng",
"email": "[email protected]"
@@ -67,7 +67,6 @@
"@ruabick/md-demo-plugins": "latest",
"@ruabick/vite-plugin-gen-temp": "latest",
"@ruabick/vitepress-demo-block": "latest",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.0.4",
@@ -83,14 +82,17 @@
"prettier": "^2.8.8",
"sortablejs": "^1.15.2",
"typescript": "^5.4.5",
"unocss": "^0.60.2",
"vite": "^5.2.11",
"unocss": "^0.60.3",
"vite": "^5.2.12",
"vite-plugin-dts": "^1.7.3",
"vitepress": "1.0.0-rc.44",
"vue": "^3.4.27",
"vue-demi": "^0.13.11",
"vue-eslint-parser": "^9.4.2"
},
"dependencies": {
"@types/sortablejs": "^1.15.8"
},
"peerDependencies": {
"@types/sortablejs": "^1.15.0"
},
968 changes: 507 additions & 461 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 9755fdb

Please sign in to comment.