Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dnd-kit/sortable

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnd-kit/sortable - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

11

CHANGELOG.md
# @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 @@

9

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc