@scalar/draggable
Advanced tools
Comparing version 0.1.7 to 0.1.8
# @scalar/draggable | ||
## 0.1.8 | ||
### Patch Changes | ||
- 90529fc: chore: upgrade to react 19 | ||
## 0.1.7 | ||
@@ -4,0 +10,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"type": "git", | ||
"url": "https://github.com/scalar/scalar.git", | ||
"url": "git+https://github.com/scalar/scalar.git", | ||
"directory": "packages/draggable" | ||
@@ -17,3 +17,3 @@ }, | ||
], | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"engines": { | ||
@@ -42,4 +42,4 @@ "node": ">=18" | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"vite": "^5.4.9", | ||
"vite-plugin-dts": "^3.6.3", | ||
"vite": "^5.4.10", | ||
"vite-plugin-dts": "^4.3.0", | ||
"vite-svg-loader": "^5.1.0", | ||
@@ -46,0 +46,0 @@ "vue": "^3.5.12" |
17847