diff --git a/blocksuite/framework/std/package.json b/blocksuite/framework/std/package.json index ff2c8450d2..486184c313 100644 --- a/blocksuite/framework/std/package.json +++ b/blocksuite/framework/std/package.json @@ -10,7 +10,7 @@ "author": "toeverything", "license": "MIT", "dependencies": { - "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", + "@atlaskit/pragmatic-drag-and-drop": "^2.0.0", "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.2", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0", "@blocksuite/global": "workspace:*", diff --git a/packages/frontend/component/package.json b/packages/frontend/component/package.json index fe22e55b2a..0b0c99e7eb 100644 --- a/packages/frontend/component/package.json +++ b/packages/frontend/component/package.json @@ -24,7 +24,7 @@ "@affine/error": "workspace:*", "@affine/graphql": "workspace:*", "@affine/i18n": "workspace:*", - "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", + "@atlaskit/pragmatic-drag-and-drop": "^2.0.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0", "@blocksuite/icons": "^2.2.17", "@emotion/react": "^11.14.0", diff --git a/packages/frontend/core/package.json b/packages/frontend/core/package.json index f3d9f05018..0bb074e082 100644 --- a/packages/frontend/core/package.json +++ b/packages/frontend/core/package.json @@ -19,7 +19,7 @@ "@affine/reader": "workspace:*", "@affine/templates": "workspace:*", "@affine/track": "workspace:*", - "@atlaskit/pragmatic-drag-and-drop": "^1.7.7", + "@atlaskit/pragmatic-drag-and-drop": "^2.0.0", "@blocksuite/affine": "workspace:*", "@blocksuite/affine-block-root": "workspace:*", "@blocksuite/affine-components": "workspace:*", diff --git a/yarn.lock b/yarn.lock index bff66564a8..647e923dcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -295,7 +295,7 @@ __metadata: "@affine/error": "workspace:*" "@affine/graphql": "workspace:*" "@affine/i18n": "workspace:*" - "@atlaskit/pragmatic-drag-and-drop": "npm:^1.7.7" + "@atlaskit/pragmatic-drag-and-drop": "npm:^2.0.0" "@atlaskit/pragmatic-drag-and-drop-hitbox": "npm:^1.1.0" "@blocksuite/icons": "npm:^2.2.17" "@emotion/react": "npm:^11.14.0" @@ -385,7 +385,7 @@ __metadata: "@affine/reader": "workspace:*" "@affine/templates": "workspace:*" "@affine/track": "workspace:*" - "@atlaskit/pragmatic-drag-and-drop": "npm:^1.7.7" + "@atlaskit/pragmatic-drag-and-drop": "npm:^2.0.0" "@blocksuite/affine": "workspace:*" "@blocksuite/affine-block-root": "workspace:*" "@blocksuite/affine-components": "workspace:*" @@ -3417,7 +3417,7 @@ __metadata: version: 0.0.0-use.local resolution: "@blocksuite/std@workspace:blocksuite/framework/std" dependencies: - "@atlaskit/pragmatic-drag-and-drop": "npm:^1.7.7" + "@atlaskit/pragmatic-drag-and-drop": "npm:^2.0.0" "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "npm:^2.1.2" "@atlaskit/pragmatic-drag-and-drop-hitbox": "npm:^1.1.0" "@blocksuite/global": "workspace:*"