Skip to content

Commit

Permalink
Install pragmatic dnd
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
aematei committed May 21, 2024
1 parent 8648303 commit 22e0a1c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
37 changes: 36 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@atlaskit/pragmatic-drag-and-drop": "^1.1.9",
"@comunica/query-sparql": "^2.10.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
Expand Down Expand Up @@ -322,7 +323,8 @@
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.0",
"uuidv4": "^6.2.13",
"vscode-gradle": "^3.10.1"
"vscode-gradle": "^3.10.1",
"yarn": "^1.22.22"
},
"overrides": {
"react-scripts": {
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@atlaskit/pragmatic-drag-and-drop@^1.1.9":
"integrity" "sha512-HZkT0mStizzneobq7vINEnEsm7DTu70gaEu0HHSNKv6lkX4tI0h1HoAyDUZqH3xFc5nuhvjdFxygZRzMhs5w+g=="
"resolved" "https://registry.npmjs.org/@atlaskit/pragmatic-drag-and-drop/-/pragmatic-drag-and-drop-1.1.9.tgz"
"version" "1.1.9"
dependencies:
"@babel/runtime" "^7.0.0"
"bind-event-listener" "^3.0.0"
"raf-schd" "^4.0.3"

"@azure/abort-controller@^1.0.0":
"integrity" "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw=="
"resolved" "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz"
Expand Down Expand Up @@ -5293,6 +5302,11 @@
"resolved" "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz"
"version" "2.2.0"

"bind-event-listener@^3.0.0":
"integrity" "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q=="
"resolved" "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz"
"version" "3.0.0"

"bl@^4.0.3":
"integrity" "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w=="
"resolved" "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
Expand Down Expand Up @@ -8330,6 +8344,11 @@
"resolved" "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
"version" "1.2.3"

"raf-schd@^4.0.3":
"integrity" "sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ=="
"resolved" "https://registry.npmjs.org/raf-schd/-/raf-schd-4.0.3.tgz"
"version" "4.0.3"

"rc-motion@^2.0.1":
"integrity" "sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ=="
"resolved" "https://registry.npmjs.org/rc-motion/-/rc-motion-2.7.3.tgz"
Expand Down Expand Up @@ -10015,6 +10034,11 @@
"y18n" "^5.0.5"
"yargs-parser" "^21.1.1"

"yarn@^1.22.22":
"integrity" "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg=="
"resolved" "https://registry.npmjs.org/yarn/-/yarn-1.22.22.tgz"
"version" "1.22.22"

"yauzl@^2.3.1":
"integrity" "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g=="
"resolved" "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz"
Expand Down

0 comments on commit 22e0a1c

Please sign in to comment.