@dnd-kit/sortable
Advanced tools
Comparing version 3.0.1 to 3.1.0
# @dnd-kit/sortable | ||
## 3.1.0 | ||
### Minor Changes | ||
- [`68960c4`](https://github.com/clauderic/dnd-kit/commit/68960c490f50962b47a57663ee0625d7704173ec) [#295](https://github.com/clauderic/dnd-kit/pull/295) Thanks [@akhmadullin](https://github.com/akhmadullin)! - `@dnd-kit/core` is now a `peerDependency` rather than a `dependency` for other `@dnd-kit` packages that depend on it, such as `@dnd-kit/sortable` and `@dnd-kit/modifiers`. This is done to avoid issues with multiple versions of `@dnd-kit/core` being installed by some package managers such as Yarn 2. | ||
### Patch Changes | ||
- Updated dependencies [[`ae398de`](https://github.com/clauderic/dnd-kit/commit/ae398de012aee28f5e3bec10b438153d00f65630), [`8b938ce`](https://github.com/clauderic/dnd-kit/commit/8b938ceb158c67e9fdc4616351d1a3291ac614c3)]: | ||
- @dnd-kit/core@3.0.4 | ||
## 3.0.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@dnd-kit/sortable", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Official sortable preset and sensors for dnd kit", | ||
@@ -29,3 +29,2 @@ "author": "Claudéric Demers", | ||
"dependencies": { | ||
"@dnd-kit/core": "^3.0.0", | ||
"@dnd-kit/utilities": "^2.0.0", | ||
@@ -35,4 +34,8 @@ "tslib": "^2.0.0" | ||
"peerDependencies": { | ||
"react": ">=16.8.0" | ||
"react": ">=16.8.0", | ||
"@dnd-kit/core": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
"@dnd-kit/core": "^3.0.4" | ||
}, | ||
"publishConfig": { | ||
@@ -39,0 +42,0 @@ "access": "public" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162459
1
- Removed@dnd-kit/core@^3.0.0