Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jul 1, 2024
1 parent 639df5a commit 22123bb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
35 changes: 18 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"react-router-dom": ">=6.24.0"
},
"dependencies": {
"@drincs/react-components": "^0.2.19",
"@mui/x-data-grid": "^7.7.1",
"@drincs/react-components": "^0.2.20",
"@mui/x-data-grid": "^7.8.0",
"framer-motion": "^11.2.12"
}
}
2 changes: 1 addition & 1 deletion src/components/DataGrid.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Sheet } from '@drincs/react-components';
import { ErrorComponent, Sheet } from '@drincs/react-components';
import { DataGrid as DataGridX } from '@mui/x-data-grid';
import * as locales from '@mui/x-data-grid/locales';
import { createColumnVisibilityModel } from '../functions/DataGridFunctions';
Expand Down

0 comments on commit 22123bb

Please sign in to comment.