|
1 | 1 | { |
2 | 2 | "name": "@js-smart/react-kit", |
3 | | - "version": "5.7.0", |
| 3 | + "version": "5.11.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "private": false, |
| 6 | + "type": "module", |
6 | 7 | "scripts": { |
7 | 8 | "nx": "nx", |
8 | 9 | "start": "nx serve", |
|
14 | 15 | "dependencies": { |
15 | 16 | "@axa-fr/react-oidc": "^7.25.14", |
16 | 17 | "@emotion/react": "^11.14.0", |
17 | | - "@emotion/styled": "^11.14.0", |
18 | | - "@mui/icons-material": "^7.1.0", |
19 | | - "@mui/material": "^7.1.0", |
20 | | - "@mui/x-data-grid": "^8.2.0", |
| 18 | + "@emotion/styled": "^11.14.1", |
| 19 | + "@mui/icons-material": "^7.2.0", |
| 20 | + "@mui/material": "^7.2.0", |
| 21 | + "@mui/x-data-grid": "^7.29.8", |
21 | 22 | "date-fns": "^4.1.0", |
22 | 23 | "react": "^18.3.1 || ^19.0.0", |
23 | 24 | "react-dom": "^18.3.1 || ^19.0.0", |
24 | | - "react-router-dom": "^7.5.3" |
| 25 | + "react-router-dom": "^7.7.1" |
25 | 26 | }, |
26 | 27 | "devDependencies": { |
27 | | - "@babel/core": "^7.27.1", |
| 28 | + "@babel/core": "^7.28.0", |
28 | 29 | "@babel/preset-react": "^7.27.1", |
29 | | - "@nx/cypress": "21.0.0", |
30 | | - "@nx/devkit": "21.0.0", |
31 | | - "@nx/eslint": "21.0.0", |
32 | | - "@nx/eslint-plugin": "21.0.0", |
33 | | - "@nx/js": "21.0.0", |
34 | | - "@nx/react": "21.0.0", |
35 | | - "@nx/vite": "21.0.0", |
36 | | - "@nx/web": "21.0.0", |
37 | | - "@nx/workspace": "21.0.0", |
| 30 | + "@nx/cypress": "21.2.1", |
| 31 | + "@nx/devkit": "21.2.1", |
| 32 | + "@nx/eslint": "21.2.1", |
| 33 | + "@nx/eslint-plugin": "21.2.1", |
| 34 | + "@nx/js": "21.2.1", |
| 35 | + "@nx/react": "21.2.1", |
| 36 | + "@nx/vite": "21.2.1", |
| 37 | + "@nx/web": "21.2.1", |
| 38 | + "@nx/workspace": "21.2.1", |
38 | 39 | "@semantic-release/git": "^10.0.1", |
39 | 40 | "@semantic-release/npm": "^12.0.1", |
40 | 41 | "@swc-node/register": "1.10.10", |
|
60 | 61 | "jest-mock": "^29.7.0", |
61 | 62 | "jiti": "2.4.2", |
62 | 63 | "jsdom": "~26.1.0", |
63 | | - "nx": "21.0.0", |
| 64 | + "nx": "21.2.1", |
64 | 65 | "prettier": "^3.5.3", |
65 | 66 | "sass": "^1.87.0", |
66 | 67 | "semantic-release": "^24.2.3", |
|
0 commit comments