Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 20, 2023
1 parent 5dcae7f commit e6e3bb1
Show file tree
Hide file tree
Showing 2 changed files with 2,665 additions and 2,238 deletions.
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"jest-environment-jsdom": "^29.6.1",
"regenerator-runtime": "^0.13.9",
"regenerator-runtime": "^0.14.1",
"tslib": "^2.3.1"
},
"peerDependencies": {
Expand All @@ -73,40 +73,38 @@
"@mui/material": "^5.10.5",
"@mui/system": "^5.10.5",
"@mui/x-data-grid": "^6.9.2",
"@schemastore/package": "^0.0.9",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/node": "^16.11.13",
"@types/react": "^17.0.0",
"@types/testing-library__jest-dom": "^5.14.2",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@schemastore/package": "^0.0.10",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-eslint": "^10.0.0",
"chalk": "^4.1.2",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"cypress": "^12.8.1",
"cypress": "^13.6.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^29.6.1",
"mobx": "^6.0.0",
"mobx-react": "^7.0.0",
"mobx-state-tree": "5.1.8",
"mobx-react": "^9.1.0",
"mobx-state-tree": "5.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.0.0",
"rollup": "^4.9.1",
"rxjs": "^7.8.1",
"serve": "^14.2.0",
"shx": "^0.3.3",
Expand Down
Loading

0 comments on commit e6e3bb1

Please sign in to comment.