Skip to content

Commit

Permalink
Update react-virtualized 9.22.3 to 9.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dude0001 committed Aug 23, 2023
1 parent a5e9f38 commit 924a15d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/duckdb-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"apache-arrow": "^11.0.0",
"bootstrap": "^5.3.0",
"classnames": "^2.3.2",
"framer-motion": "^10.16.0",
"fontfaceobserver": "^2.3.0",
"framer-motion": "^10.16.1",
"immutable": "^4.3.2",
"rc-scrollbars": "^1.1.5",
"react": "^18.2.0",
Expand All @@ -33,12 +34,11 @@
"react-dom": "^18.2.0",
"react-popper-tooltip": "^4.4.2",
"react-router-dom": "^6.14.2",
"react-virtualized": "^9.22.3",
"react-virtualized": "9.22.4",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.8.0",
"xterm-addon-webgl": "^0.15.0",
"fontfaceobserver": "^2.3.0"
"xterm-addon-webgl": "^0.15.0"
},
"devDependencies": {
"@types/fontfaceobserver": "^2.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
"@duckdb/duckdb-wasm-shell@file:packages/duckdb-wasm-shell":
version "1.11.0"
dependencies:
"@duckdb/duckdb-wasm" "file:packages/duckdb-wasm"
"@duckdb/duckdb-wasm" "file:../../../../.cache/yarn/v6/npm-@duckdb-duckdb-wasm-shell-1.11.0-253e76d3-fa2d-44db-8666-5e3c8b87e840-1692796805007/node_modules/@duckdb/duckdb-wasm"
xterm "^5.1.0"
xterm-addon-fit "^0.7.0"
xterm-addon-web-links "^0.8.0"
Expand Down Expand Up @@ -3578,10 +3578,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==

framer-motion@^10.16.0:
version "10.16.0"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.0.tgz#c8020d05d98662ba01d294b7d4c2e263073829cf"
integrity sha512-R+88Mkr/1dr7XHjacwptfJyrywRzQ1HZX3YSZtN4tFMBq1O8GGCbDEv31Nf/H08o0hUXLC87GkxsR/1bZgwXfw==
framer-motion@^10.16.1:
version "10.16.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.1.tgz#0ff5de554bbb35ee6605357d80f92b27d0271a94"
integrity sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==
dependencies:
tslib "^2.4.0"
optionalDependencies:
Expand Down Expand Up @@ -6194,10 +6194,10 @@ react-transition-group@^4.4.5:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react-virtualized@^9.22.3:
version "9.22.3"
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.22.3.tgz#f430f16beb0a42db420dbd4d340403c0de334421"
integrity sha512-MKovKMxWTcwPSxE1kK1HcheQTWfuCxAuBoSTf2gwyMM21NdX/PXUhnoP8Uc5dRKd+nKm8v41R36OellhdCpkrw==
[email protected].4:
version "9.22.4"
resolved "https://registry.yarnpkg.com/react-virtualized/-/react-virtualized-9.22.4.tgz#ca1997d9677d520e742b2aec1463712c3e322e52"
integrity sha512-HYOQEK1OWWYKt8C3KnjbEOST224kv5D8USPSdo/huAamDttWzQLTtoi/IvWfqwFOr9cCnwUYzqOTStwPrdkqqQ==
dependencies:
"@babel/runtime" "^7.7.2"
clsx "^1.0.4"
Expand Down

0 comments on commit 924a15d

Please sign in to comment.