@acrool/react-kanban
Advanced tools
Comparing version 1.0.5 to 1.0.6-alpha.0
{ | ||
"name": "@acrool/react-kanban", | ||
"version": "1.0.5", | ||
"version": "1.0.6-alpha.0", | ||
"description": "Most modern kanban with dnd for ReactJS", | ||
@@ -50,10 +50,11 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@acrool/js-utils": "^3.2.x", | ||
"react": "^18.x", | ||
"react-dom": "^18.x", | ||
"clsx": "^2.x", | ||
"react-beautiful-dnd": "^13.x" | ||
"react-dom": "^18.x" | ||
}, | ||
"dependencies": { | ||
"@acrool/js-utils": "^3.2.7", | ||
"clsx": "^2.1.1", | ||
"react-beautiful-dnd": "^13.1.1" | ||
}, | ||
"devDependencies": { | ||
"@acrool/js-utils": "^3.2.7-alpha.0", | ||
"@swc/core": "^1.3.68", | ||
@@ -71,4 +72,2 @@ "@swc/jest": "^0.2.26", | ||
"@vitejs/plugin-react-swc": "^3.3.2", | ||
"clsx": "^2.1.1", | ||
"react-beautiful-dnd": "^13.1.1", | ||
"cz-git": "^1.6.1", | ||
@@ -75,0 +74,0 @@ "eslint": "^8.37.0", |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
280273
31
8665
2
+ Added@acrool/js-utils@^3.2.7
+ Addedclsx@^2.1.1
+ Addedreact-beautiful-dnd@^13.1.1