Skip to content

Commit

Permalink
Update react dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 69152e5 commit a9c11da
Show file tree
Hide file tree
Showing 2 changed files with 929 additions and 94 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"**/@emotion/styled": "11.11.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"react-refresh": "0.14.0"
"react-refresh": "0.16.0"
},
"alias": {
"swiper/element/bundle": "swiper/swiper-element-bundle"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.11.0",
"@ethereumjs/util": "8.0.5",
"@fontsource-variable/figtree": "^5.0.6",
Expand All @@ -64,19 +64,19 @@
"@mui/material": "5.14.0",
"@oasisprotocol/client": "0.1.1-alpha.2",
"@oasisprotocol/client-rt": "0.2.1-alpha.2",
"@tanstack/react-query": "4.29.25",
"@tanstack/react-query-devtools": "4.29.25",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"axios": "1.4.0",
"bignumber.js": "9.1.1",
"bip39": "^3.1.0",
"date-fns": "2.30.0",
"i18next": "23.2.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "13.0.2",
"react-quick-pinch-zoom": "4.9.0",
"react-redux": "8.1.1",
"react-router-dom": "6.14.1",
"react-redux": "8.1.3",
"react-router-dom": "6.28.0",
"recharts": "2.7.2",
"swiper": "10.0.4",
"use-resize-observer": "9.1.0"
Expand All @@ -94,11 +94,11 @@
"@storybook/react-webpack5": "7.0.27",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react": "18.3.15",
"@types/react-dom": "18.3.4",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
Expand All @@ -107,8 +107,8 @@
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"markdownlint-cli": "0.35.0",
Expand Down
Loading

0 comments on commit a9c11da

Please sign in to comment.