|
9 | 9 | "npm": "^10.2.0"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@emotion/react": "^11.8.2", |
13 |
| - "@emotion/styled": "^11.8.1", |
14 |
| - "@gridsuite/commons-ui": "^0.52.0", |
15 |
| - "@hookform/resolvers": "^3.3.1", |
16 |
| - "@mui/icons-material": "^5.5.1", |
17 |
| - "@mui/lab": "^5.0.0-alpha.75", |
18 |
| - "@mui/material": "^5.5.3", |
19 |
| - "@reduxjs/toolkit": "^1.2.3", |
20 |
| - "core-js": "^3.6.4", |
21 |
| - "notistack": "^3.0.0", |
22 |
| - "prop-types": "^15.7.2", |
23 |
| - "react": "^18.0.0", |
24 |
| - "react-dom": "^18.0.0", |
25 |
| - "react-hook-form": "^7.46.1", |
26 |
| - "react-intl": "^6.0.0", |
27 |
| - "react-redux": "^8.0.0", |
28 |
| - "react-router-dom": "^6.0.0", |
29 |
| - "react-scripts": "^5.0.0", |
30 |
| - "react-window": "^1.8.5", |
| 12 | + "@emotion/react": "^11.11.4", |
| 13 | + "@emotion/styled": "^11.11.5", |
| 14 | + "@gridsuite/commons-ui": "^0.52.1", |
| 15 | + "@hookform/resolvers": "^3.3.4", |
| 16 | + "@mui/icons-material": "^5.15.14", |
| 17 | + "@mui/lab": "^5.0.0-alpha.169", |
| 18 | + "@mui/x-tree-view": "^6.17.0", |
| 19 | + "@mui/material": "^5.15.14", |
| 20 | + "@reduxjs/toolkit": "^1.9.7", |
| 21 | + "core-js": "^3.36.1", |
| 22 | + "notistack": "^3.0.1", |
| 23 | + "prop-types": "^15.8.1", |
| 24 | + "react": "^18.2.0", |
| 25 | + "react-dom": "^18.2.0", |
| 26 | + "react-hook-form": "^7.51.2", |
| 27 | + "react-intl": "^6.6.4", |
| 28 | + "react-redux": "^8.1.3", |
| 29 | + "react-router-dom": "^6.22.3", |
| 30 | + "react-scripts": "^5.0.1", |
| 31 | + "react-window": "^1.8.10", |
31 | 32 | "reconnecting-websocket": "^4.4.0",
|
32 |
| - "redux": "^4.0.5", |
33 |
| - "typeface-roboto": "^1.0.0", |
34 |
| - "yup": "^1.2.0" |
| 33 | + "redux": "^5.0.1", |
| 34 | + "typeface-roboto": "^1.1.13", |
| 35 | + "yup": "^1.4.0" |
35 | 36 | },
|
36 | 37 | "scripts": {
|
37 | 38 | "start": "react-scripts start",
|
|
40 | 41 | "test:watch": "react-scripts test",
|
41 | 42 | "test:coverage": "react-scripts test --coverage",
|
42 | 43 | "eject": "react-scripts eject",
|
43 |
| - "licenses-check": "license-checker --summary --excludePrivatePackages --production --onlyAllow \"$( jq -r .onlyAllow[] license-checker-config.json | tr '\n' ';')\" --excludePackages \"$( jq -r .excludePackages[] license-checker-config.json | tr '\n' ';')\"" |
| 44 | + "lint": "eslint . --ext js,mjs,jsx,ts,mts,tsx --max-warnings 0", |
| 45 | + "licenses-check": "license-checker --summary --excludePrivatePackages --production --onlyAllow \"$( jq -r .onlyAllow[] license-checker-config.json | tr '\n' ';')\" --excludePackages \"$( jq -r .excludePackages[] license-checker-config.json | tr '\n' ';')\"" |
44 | 46 | },
|
45 | 47 | "jest": {
|
46 | 48 | "moduleNameMapper": {
|
|
73 | 75 | ]
|
74 | 76 | },
|
75 | 77 | "devDependencies": {
|
| 78 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
76 | 79 | "@types/core-js": "^2.5.8",
|
77 | 80 | "@types/eslint-config-prettier": "^6.11.3",
|
78 | 81 | "@types/eslint-plugin-prettier": "^3.1.3",
|
79 |
| - "@types/jest": "^27.5.1", |
80 |
| - "@types/node": "^18.19.3", |
81 |
| - "@types/prettier": "^2.0.2", |
82 |
| - "@types/prop-types": "^15.7.11", |
83 |
| - "@types/react": "^18.2.9", |
84 |
| - "@types/react-dom": "^18.2.4", |
| 82 | + "@types/jest": "^29.5.12", |
| 83 | + "@types/node": "^20.12.2", |
| 84 | + "@types/prettier": "^3.0.0", |
| 85 | + "@types/prop-types": "^15.7.12", |
| 86 | + "@types/react": "^18.2.73", |
| 87 | + "@types/react-dom": "^18.2.23", |
85 | 88 | "@types/react-window": "^1.8.8",
|
86 |
| - "eslint-config-prettier": "^8.0.0", |
87 |
| - "eslint-plugin-prettier": "^4.0.0", |
88 |
| - "http-proxy-middleware": "^2.0.0", |
| 89 | + "eslint-config-prettier": "^9.1.0", |
| 90 | + "eslint-plugin-prettier": "^4.2.1", |
| 91 | + "http-proxy-middleware": "^2.0.6", |
89 | 92 | "license-checker": "^25.0.1",
|
90 |
| - "prettier": "^2.0.0", |
91 |
| - "typescript": "^5.1.3" |
| 93 | + "prettier": "^2.8.8", |
| 94 | + "typescript": "5.1.6" |
92 | 95 | }
|
93 | 96 | }
|
0 commit comments