|
14 | 14 | "npm": "^10.2.0"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@emotion/react": "^11.8.2", |
18 |
| - "@emotion/styled": "^11.8.1", |
19 |
| - "@gridsuite/commons-ui": "0.51.0", |
20 |
| - "@hookform/resolvers": "^3.3.1", |
21 |
| - "@mui/icons-material": "^5.5.1", |
22 |
| - "@mui/lab": "^5.0.0-alpha.75", |
23 |
| - "@mui/material": "^5.5.3", |
24 |
| - "@reduxjs/toolkit": "^1.2.3", |
| 17 | + "@emotion/react": "^11.11.4", |
| 18 | + "@emotion/styled": "^11.11.5", |
| 19 | + "@gridsuite/commons-ui": "^0.52.1", |
| 20 | + "@hookform/resolvers": "^3.3.4", |
| 21 | + "@mui/icons-material": "^5.15.14", |
| 22 | + "@mui/lab": "5.0.0-alpha.169", |
| 23 | + "@mui/x-tree-view": "^6.17.0", |
| 24 | + "@mui/material": "^5.15.14", |
| 25 | + "@reduxjs/toolkit": "^2.2.3", |
25 | 26 | "@types/core-js": "^2.5.8",
|
26 |
| - "@types/node": "^18.19.3", |
27 |
| - "@types/prop-types": "^15.7.11", |
28 |
| - "@types/react": "^18.2.9", |
29 |
| - "@types/react-dom": "^18.2.4", |
| 27 | + "@types/node": "^20.12.2", |
| 28 | + "@types/prop-types": "^15.7.12", |
| 29 | + "@types/react": "^18.2.73", |
| 30 | + "@types/react-dom": "^18.2.23", |
30 | 31 | "@types/react-window": "^1.8.8",
|
31 | 32 | "ag-grid-community": "^31.1.1",
|
32 |
| - "ag-grid-react": "^31.1.1", |
33 |
| - "core-js": "^3.6.4", |
34 |
| - "notistack": "^3.0.0", |
35 |
| - "oidc-client": "^1.10.1", |
36 |
| - "prop-types": "^15.7.2", |
37 |
| - "react": "^18.0.0", |
38 |
| - "react-dom": "^18.0.0", |
39 |
| - "react-hook-form": "^7.46.1", |
40 |
| - "react-intl": "^6.0.0", |
41 |
| - "react-redux": "^8.0.0", |
42 |
| - "react-router-dom": "^6.0.0", |
43 |
| - "react-scripts": "^5.0.0", |
44 |
| - "react-window": "^1.8.5", |
| 33 | + "ag-grid-react": "^31.2.0", |
| 34 | + "core-js": "^3.36.1", |
| 35 | + "notistack": "^3.0.1", |
| 36 | + "oidc-client": "^1.11.5", |
| 37 | + "prop-types": "^15.8.1", |
| 38 | + "react": "^18.2.0", |
| 39 | + "react-dom": "^18.2.0", |
| 40 | + "react-hook-form": "^7.51.2", |
| 41 | + "react-intl": "^6.6.4", |
| 42 | + "react-redux": "^9.1.0", |
| 43 | + "react-router-dom": "^6.22.3", |
| 44 | + "react-scripts": "^5.0.1", |
| 45 | + "react-window": "^1.8.10", |
45 | 46 | "reconnecting-websocket": "^4.4.0",
|
46 |
| - "redux": "^4.0.5", |
47 |
| - "type-fest": "^4.11.1", |
48 |
| - "typeface-roboto": "^1.0.0", |
49 |
| - "typescript": "^5.1.3", |
50 |
| - "yup": "^1.2.0" |
| 47 | + "redux": "^5.0.1", |
| 48 | + "type-fest": "^4.14.0", |
| 49 | + "typeface-roboto": "^1.1.13", |
| 50 | + "typescript": "5.1.6", |
| 51 | + "yup": "^1.4.0" |
51 | 52 | },
|
52 | 53 | "scripts": {
|
53 | 54 | "start": "PORT=3002 react-scripts start",
|
54 | 55 | "build": "react-scripts build",
|
55 | 56 | "test": "react-scripts test --watchAll=false",
|
56 | 57 | "test:watch": "react-scripts test",
|
57 | 58 | "test:coverage": "react-scripts test --coverage",
|
58 |
| - "eject": "react-scripts eject" |
| 59 | + "eject": "react-scripts eject", |
| 60 | + "lint": "eslint . --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0" |
59 | 61 | },
|
60 | 62 | "jest": {
|
61 | 63 | "moduleNameMapper": {
|
|
88 | 90 | ]
|
89 | 91 | },
|
90 | 92 | "devDependencies": {
|
| 93 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
91 | 94 | "@types/eslint-config-prettier": "^6.11.3",
|
92 | 95 | "@types/eslint-plugin-prettier": "^3.1.3",
|
93 |
| - "@types/jest": "^27.5.1", |
94 |
| - "@types/prettier": "^2.0.2", |
95 |
| - "eslint-config-prettier": "^8.0.0", |
96 |
| - "eslint-plugin-prettier": "^4.0.0", |
97 |
| - "http-proxy-middleware": "^2.0.0", |
98 |
| - "prettier": "^2.0.0" |
| 96 | + "@types/jest": "^29.5.12", |
| 97 | + "@types/prettier": "^3.0.0", |
| 98 | + "eslint-config-prettier": "^9.1.0", |
| 99 | + "eslint-plugin-prettier": "^4.2.1", |
| 100 | + "http-proxy-middleware": "^2.0.6", |
| 101 | + "prettier": "^2.8.8" |
99 | 102 | }
|
100 | 103 | }
|
0 commit comments