Skip to content

Commit

Permalink
Update package to remove some build dep warning
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Oct 3, 2024
1 parent e890067 commit 6c51a86
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 101 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.7",
"@mui/system": "^5.16.7",
"@mui/x-charts": "^6.19.3",
"@mui/x-date-pickers": "^6.19.3",
"@reduxjs/toolkit": "^2.1.0",
Expand All @@ -36,7 +37,6 @@
"@types/react-window": "^1.8.8",
"@types/redux-logger": "^3.0.13",
"@types/wellknown": "^0.5.8",
"@vitest/coverage-v8": "^2.0.5",
"axios": "^1.7.4",
"dayjs": "^1.11.10",
"events": "3.3.0",
Expand All @@ -62,7 +62,8 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.13.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -71,6 +72,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^2.1.2",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -88,6 +90,7 @@
"msw": "^2.2.14",
"prettier": "^3.2.5",
"react-redux": "^9.1.0",
"rollup": "^4.22.4",
"typescript": "^5.4.2",
"typescript-eslint": "^7.2.0",
"vite": "^5.4.8",
Expand Down
Loading

0 comments on commit 6c51a86

Please sign in to comment.