Skip to content

Commit

Permalink
build: updated react-virtualized package (#14954)
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv authored May 13, 2024
1 parent 54a3356 commit b5de24e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"author": "Deriv",
"license": "Apache-2.0",
"devDependencies": {
"@types/classnames": "^2.2.11",
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
Expand All @@ -45,6 +44,7 @@
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "^2.2.11",
"@types/lodash.throttle": "^4.1.7",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.0",
Expand Down Expand Up @@ -76,26 +76,26 @@
"@deriv/shared": "^1.0.0",
"@deriv/stores": "^1.0.0",
"@deriv/translations": "^1.0.0",
"@types/react-virtualized": "^9.21.21",
"classnames": "^2.2.6",
"embla-carousel-react": "8.0.0-rc12",
"framer-motion": "^6.5.1",
"gh-pages": "^2.1.1",
"glob": "^7.1.5",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"moment": "^2.29.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-content-loader": "^6.2.0",
"react-div-100vh": "^0.3.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "11.0.1",
"framer-motion": "^6.5.1",
"react-router-dom": "^5.2.0",
"react-swipeable": "^6.2.1",
"react-tiny-popover": "^7.0.1",
"react-transition-group": "4.4.2",
"react-virtualized": "npm:@enykeev/react-virtualized@^9.22.4-mirror.1",
"usehooks-ts": "^2.7.0",
"@types/react-virtualized": "^9.21.21"
"react-virtualized": "^9.22.5",
"usehooks-ts": "^2.7.0"
}
}

0 comments on commit b5de24e

Please sign in to comment.