Skip to content

Commit

Permalink
dependencies(ui): bump dependencies (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev authored Dec 1, 2023
1 parent 14b1b6d commit e0225dd
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 437 deletions.
48 changes: 24 additions & 24 deletions odd-platform-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@mui/lab": "5.0.0-alpha.139",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.4",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^5.8.3",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.10.0",
"@tanstack/react-virtual": "3.0.0-beta.60",
"@uiw/react-md-editor": "^3.23.5",
"@visx/curve": "^3.3.0",
Expand Down Expand Up @@ -73,17 +73,17 @@
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-multi-date-picker": "^3.3.4",
"react-multi-date-picker": "^4.4.1",
"react-redux": "^8.1.2",
"react-router-dom": "^6.17.0",
"react-router-dom": "^6.20.0",
"react-truncate-markup": "^5.1.2",
"recharts": "^2.9.2",
"recharts": "^2.10.2",
"styled-components": "^6.1.1",
"use-debounce": "^9.0.4",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"vanilla-jsoneditor": "^0.7.11"
},
Expand All @@ -93,22 +93,22 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3": "^7.4.0",
"@types/d3-hierarchy": "^3.1.2",
"@types/d3-selection": "^3.0.5",
"@types/d3-shape": "^3.1.1",
"@types/d3-zoom": "^3.0.4",
"@types/d3": "^7.4.3",
"@types/d3-hierarchy": "^3.1.6",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-zoom": "^3.0.8",
"@types/glob": "^8.1.0",
"@types/hast": "^2.3.5",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.197",
"@types/node": "^20.6.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-redux": "^7.1.25",
"@types/recharts": "^1.8.26",
"@types/hast": "^2.3.8",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-redux": "^7.1.31",
"@types/recharts": "^1.8.28",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/unist": "^2.0.7",
"@types/unist": "^3.0.2",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
Expand All @@ -127,7 +127,7 @@
"i18next-scanner": "4.4.0",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-checker": "^0.6.2",
Expand Down
Loading

0 comments on commit e0225dd

Please sign in to comment.