diff --git a/package-lock.json b/package-lock.json index 42164c9da..c5d49b28b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-alpha.39", "license": "MIT", "dependencies": { - "@atlaskit/pragmatic-drag-and-drop": "^2.0.1", + "@atlaskit/pragmatic-drag-and-drop": "^3.1.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.2.0", "@emotion/cache": "^11.14.0", "@emotion/core": "^11.0.0", @@ -198,9 +198,9 @@ "license": "MIT" }, "node_modules/@atlaskit/pragmatic-drag-and-drop": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@atlaskit/pragmatic-drag-and-drop/-/pragmatic-drag-and-drop-2.0.2.tgz", - "integrity": "sha512-ou1j+lBqutK7p2S80lMresJeKu9qAL1zr1K+N0OyCTzbMpD6pXRHray8VkRoHgJICI7Wp1fk5ScJh6EctyAuPw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/pragmatic-drag-and-drop/-/pragmatic-drag-and-drop-3.1.0.tgz", + "integrity": "sha512-VU+2Oh6OgvC6D1xiX3lfm1gZJsaSPD+ZKjAHodOQ9IO6RfOvAyReLlK5ut9gIUpPmbD8d09wlCs7y4A6/I8c5Q==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.0.0", @@ -218,17 +218,6 @@ "@babel/runtime": "^7.0.0" } }, - "node_modules/@atlaskit/pragmatic-drag-and-drop-hitbox/node_modules/@atlaskit/pragmatic-drag-and-drop": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@atlaskit/pragmatic-drag-and-drop/-/pragmatic-drag-and-drop-3.1.0.tgz", - "integrity": "sha512-VU+2Oh6OgvC6D1xiX3lfm1gZJsaSPD+ZKjAHodOQ9IO6RfOvAyReLlK5ut9gIUpPmbD8d09wlCs7y4A6/I8c5Q==", - "license": "Apache-2.0", - "dependencies": { - "@babel/runtime": "^7.0.0", - "bind-event-listener": "^3.0.0", - "raf-schd": "^4.0.3" - } - }, "node_modules/@babel/code-frame": { "version": "7.29.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", diff --git a/package.json b/package.json index d3006148d..78bf88b15 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Renée Kooi ", "type": "module", "dependencies": { - "@atlaskit/pragmatic-drag-and-drop": "^2.0.1", + "@atlaskit/pragmatic-drag-and-drop": "^3.1.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.2.0", "@emotion/cache": "^11.14.0", "@emotion/core": "^11.0.0",