Skip to content

Commit

Permalink
try adding @mui/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Oct 2, 2024
1 parent 930f156 commit f45a661
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,css,scss}\"",
"check": "prettier --check \"./src/**/*.{js,jsx,ts,tsx,css,scss}\"",
"test": "jest",
"test": "jest --passWithNoTests",
"snapshots": "jest --updateSnapshot"
},
"dependencies": {
Expand All @@ -23,6 +23,7 @@
"@mui/icons-material": "6.1.0",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "6.1.0",
"@mui/utils": "6.1.2",
"@mui/x-data-grid": "7.18.0",
"@mui/x-date-pickers": "7.18.0",
"@turf/turf": "7.1.0",
Expand All @@ -36,9 +37,9 @@
"react-plugin": "3.0.0-alpha.4",
"react-router-dom": "6.26.0",
"supercluster": "8.0.1",
"typescript-eslint": "8.7.0",
"use-supercluster": "1.2.0",
"zod": "3.23.8",
"typescript-eslint": "8.7.0"
"zod": "3.23.8"
},
"devDependencies": {
"@babel/preset-env": "7.25.2",
Expand Down

0 comments on commit f45a661

Please sign in to comment.