Skip to content

Commit

Permalink
fix: remove react-windowed-select
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Dec 30, 2024
1 parent 3ec894a commit d1d7fe9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
"react-resize-detector": "^9.1.0",
"react-select": "^5.8.0",
"react-window": "^1.8.11",
"react-windowed-select": "^5.2.0",
"smoothscroll-polyfill": "^0.4.4",
"styled-system": "^5.1.4",
"stylis": "^4.0.0"
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const PEER_DEPENDENCIES = {

const GLOBALS = {
...PEER_DEPENDENCIES,
"react-windowed-select": "components",
"@babel/runtime/helpers/typeof": "typeof",
"@babel/runtime/helpers/defineProperty": "defineProperty",
"@babel/runtime/helpers/classCallCheck": "classCallCheck",
Expand Down Expand Up @@ -57,7 +56,6 @@ const CORE_PLUGINS = [
in those cases, it needs to be added as ["package-name"]: "exportName" here */
namedExports: {
debounce: ["debounce"],
"react-windowed-select": ["components"],
},
}),
/* babel: transiles the bundle according to babel.config */
Expand Down
18 changes: 1 addition & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19894,7 +19894,7 @@ react-select@^3.2.0:
react-input-autosize "^3.0.0"
react-transition-group "^4.3.0"

react-select@^5.2.2, react-select@^5.8.0:
react-select@^5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.8.0.tgz#bd5c467a4df223f079dd720be9498076a3f085b5"
integrity sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==
Expand Down Expand Up @@ -20013,22 +20013,6 @@ react-window@^1.8.11:
"@babel/runtime" "^7.0.0"
memoize-one ">=3.1.1 <6"

react-window@^1.8.6:
version "1.8.10"
resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.10.tgz#9e6b08548316814b443f7002b1cf8fd3a1bdde03"
integrity sha512-Y0Cx+dnU6NLa5/EvoHukUD0BklJ8qITCtVEPY1C/nL8wwoZ0b5aEw8Ff1dOVHw7fCzMt55XfJDd8S8W8LCaUCg==
dependencies:
"@babel/runtime" "^7.0.0"
memoize-one ">=3.1.1 <6"

react-windowed-select@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/react-windowed-select/-/react-windowed-select-5.2.0.tgz#367916ded1ed492ab8319b614681d914ace54388"
integrity sha512-NOdkFj3GKjIdSQicPITjvIMzu2y75JIoCAB1CPiMiRfbLCQRwaf5rH6n4EdP38KpDrv6R2Vt8bVo3PUoB+RspA==
dependencies:
react-select "^5.2.2"
react-window "^1.8.6"

[email protected]:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
Expand Down

0 comments on commit d1d7fe9

Please sign in to comment.