Skip to content

Commit

Permalink
refactor: [M3-9238] - Remove @types/react-beautiful-dnd dependency (#…
Browse files Browse the repository at this point in the history
…11603)

* Remove `@types/react-beautiful-dnd` dependency

* Added changeset: Remove `@types/react-beautiful-dnd` dependency
  • Loading branch information
pmakode-akamai authored Feb 5, 2025
1 parent cc474e0 commit 8fe1b33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Remove `@types/react-beautiful-dnd` dependency ([#11603](https://github.com/linode/manager/pull/11603))
3 changes: 1 addition & 2 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
]
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@linode/eslint-plugin-cloud-manager": "^0.0.5",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
Expand Down Expand Up @@ -155,7 +156,6 @@
"@types/qrcode.react": "^0.8.0",
"@types/ramda": "0.25.16",
"@types/react": "^18.2.55",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.2.18",
"@types/react-redux": "~7.1.7",
Expand All @@ -169,7 +169,6 @@
"@types/zxcvbn": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@4tw/cypress-drag-drop": "^2.2.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/ui": "^3.0.3",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2587,13 +2587,6 @@
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.25.16.tgz#1d4eeb78d3247d1ceef971b458dd8469646cd1b4"
integrity sha512-jNxaEg+kSJ58iaM9bBawJugDxexXVPnLU245yEI1p2BTcfR5pcgM6mpsyBhRRo2ozyfJUvTmasL2Ft+C6BNkVQ==

"@types/react-beautiful-dnd@^13.0.0":
version "13.1.8"
resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.8.tgz#f52d3ea07e1e19159d6c3c4a48c8da3d855e60b4"
integrity sha512-E3TyFsro9pQuK4r8S/OL6G99eq7p8v29sX0PM7oT8Z+PJfZvSQTx4zTQbUJ+QZXioAF0e7TGBEcA1XhYhCweyQ==
dependencies:
"@types/react" "*"

"@types/react-csv@^1.1.3":
version "1.1.10"
resolved "https://registry.yarnpkg.com/@types/react-csv/-/react-csv-1.1.10.tgz#b4e292d7330d2fa12062c579c752f254f559bf56"
Expand Down

0 comments on commit 8fe1b33

Please sign in to comment.