Skip to content

Commit

Permalink
Merge pull request #323 from zhang-accounting/321-upgrade-ui-framewor…
Browse files Browse the repository at this point in the history
…k-mantine-to-latest-version-and-use-built-in-chart

feat: upgrade to mantine 7
  • Loading branch information
Kilerd authored May 13, 2024
2 parents f106ab9 + 41758d0 commit 1138cd0
Show file tree
Hide file tree
Showing 62 changed files with 2,974 additions and 3,182 deletions.
94 changes: 49 additions & 45 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,44 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^6.0.13",
"@mantine/dates": "^6.0.13",
"@mantine/dropzone": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/modals": "^6.0.13",
"@mantine/notifications": "^6.0.13",
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons": "^1",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.6.0",
"bignumber.js": "^9.1.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@emotion/styled": "^11.11.5",
"@emotion/utils": "^1.2.1",
"@mantine/charts": "^7.9.1",
"@mantine/core": "^7.9.1",
"@mantine/dates": "^7.9.1",
"@mantine/dropzone": "^7.9.1",
"@mantine/emotion": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/modals": "^7.9.1",
"@mantine/notifications": "^7.9.1",
"@reduxjs/toolkit": "^2.2.4",
"@tabler/icons-react": "^3.3.0",
"@uiw/react-codemirror": "^4.22.0",
"axios": "^1.6.8",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"chart.js": "^3.7.1",
"date-fns": "^2.28.0",
"dayjs": "^1.11.7",
"framer-motion": "^6.2.9",
"i18next": "^21.8.16",
"i18next-http-backend": "^1.4.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.9",
"i18next": "^23.11.4",
"i18next-http-backend": "^2.5.1",
"lodash-es": "^4.17.21",
"react": "^18.0.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-i18next": "^11.18.3",
"react-icons": "^4.3.1",
"react-redux": "^8.0.7",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.0",
"react-select": "^5.2.2",
"swr": "^1.3.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4"
"react-i18next": "^14.1.1",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"recharts": "2",
"swr": "^2.2.5",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -69,20 +72,21 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.185",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.26",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.3",
"typescript": "^5.4.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"i18next-parser": "^8.13.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.8",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"source-map-explorer": "^2.5.3"
},
"husky": {
Expand Down
Loading

0 comments on commit 1138cd0

Please sign in to comment.