Skip to content

Commit

Permalink
Add missing @types for used libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Apr 5, 2024
1 parent c0a1d35 commit f843af7
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 16 deletions.
120 changes: 108 additions & 12 deletions package-lock.json

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

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
"@gridsuite/commons-ui": "0.52.1",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "5.0.0-alpha.169",
"@mui/x-tree-view": "^6.17.0",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"@mui/x-date-pickers": "^7.1.0",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^2.2.3",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"date-fns": "^3.6.0",
"geojson-bbox": "0.0.1",
"moment": "^2.30.1",
Expand Down Expand Up @@ -70,6 +67,15 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/eslint-config-prettier": "^6.11.3",
"@types/license-checker": "^25.0.6",
"@types/node": "^18.19.29",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-simple-maps": "^3.0.4",
"@types/react-virtualized": "^9.21.29",
"@types/react-window": "^1.8.8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"http-proxy-middleware": "^2.0.6",
Expand Down

0 comments on commit f843af7

Please sign in to comment.