Skip to content

Commit 3032236

Browse files
authored
Merge branch 'main' into test-dev
2 parents 0a712f5 + 5a3a144 commit 3032236

File tree

6 files changed

+903
-1014
lines changed

6 files changed

+903
-1014
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@js-smart/react-kit",
3-
"version": "5.7.0",
3+
"version": "5.11.0",
44
"license": "MIT",
55
"private": false,
6+
"type": "module",
67
"scripts": {
78
"nx": "nx",
89
"start": "nx serve",
@@ -14,27 +15,27 @@
1415
"dependencies": {
1516
"@axa-fr/react-oidc": "^7.25.14",
1617
"@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",
2122
"date-fns": "^4.1.0",
2223
"react": "^18.3.1 || ^19.0.0",
2324
"react-dom": "^18.3.1 || ^19.0.0",
24-
"react-router-dom": "^7.5.3"
25+
"react-router-dom": "^7.7.1"
2526
},
2627
"devDependencies": {
27-
"@babel/core": "^7.27.1",
28+
"@babel/core": "^7.28.0",
2829
"@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",
3839
"@semantic-release/git": "^10.0.1",
3940
"@semantic-release/npm": "^12.0.1",
4041
"@swc-node/register": "1.10.10",
@@ -60,7 +61,7 @@
6061
"jest-mock": "^29.7.0",
6162
"jiti": "2.4.2",
6263
"jsdom": "~26.1.0",
63-
"nx": "21.0.0",
64+
"nx": "21.2.1",
6465
"prettier": "^3.5.3",
6566
"sass": "^1.87.0",
6667
"semantic-release": "^24.2.3",

0 commit comments

Comments
 (0)