Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 100 additions & 100 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,102 +1,102 @@
{
"name": "@js-smart/react-kit",
"version": "5.13.0",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build react-kit",
"build:demo": "nx build",
"test": "nx test react-kit ",
"update": "nx migrate latest"
},
"dependencies": {
"@axa-fr/react-oidc": "^7.25.14",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"@mui/x-data-grid": "^7.29.8",
"date-fns": "^4.1.0",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0",
"react-router-dom": "^7.8.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@nx/cypress": "21.2.1",
"@nx/devkit": "21.2.1",
"@nx/eslint": "21.2.1",
"@nx/eslint-plugin": "21.2.1",
"@nx/js": "21.2.1",
"@nx/react": "21.2.1",
"@nx/vite": "21.2.1",
"@nx/web": "21.2.1",
"@nx/workspace": "21.2.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@swc-node/register": "1.10.10",
"@swc/cli": "0.6.0",
"@swc/core": "1.11.24",
"@swc/helpers": "0.5.17",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.3.0",
"@types/node": "22.15.14",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"@typescript-eslint/eslint-plugin": "8.32.0",
"@typescript-eslint/parser": "8.32.0",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "^3.1.3",
"@vitest/ui": "^3.1.3",
"eslint": "~9.26.0",
"eslint-config-prettier": "10.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"jest-mock": "^29.7.0",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"nx": "21.2.1",
"prettier": "^3.5.3",
"sass": "^1.87.0",
"semantic-release": "^24.2.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-mkcert": "^1.17.8",
"vitest": "^3.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/x-data-grid": "^8.2.0",
"date-fns": "^4.1.0",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0",
"react-router-dom": "^7.5.3"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/react-kit"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
}
"name": "@js-smart/react-kit",
"version": "5.13.0",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build react-kit",
"build:demo": "nx build",
"test": "nx test react-kit ",
"update": "nx migrate latest"
},
"dependencies": {
"@axa-fr/react-oidc": "^7.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/x-data-grid": "^7.29.9",
"date-fns": "^4.1.0",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0",
"react-router-dom": "^7.9.4"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@nx/cypress": "21.6.4",
"@nx/devkit": "21.6.4",
"@nx/eslint": "21.6.4",
"@nx/eslint-plugin": "21.6.4",
"@nx/js": "21.6.4",
"@nx/react": "21.6.4",
"@nx/vite": "21.6.4",
"@nx/web": "21.6.4",
"@nx/workspace": "21.6.4",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@swc-node/register": "1.10.10",
"@swc/cli": "0.6.0",
"@swc/core": "1.11.24",
"@swc/helpers": "0.5.17",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.3.0",
"@types/node": "22.15.14",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"@typescript-eslint/eslint-plugin": "8.46.1",
"@typescript-eslint/parser": "8.46.1",
"@vitejs/plugin-react": "^4.4.1",
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vitejs/plugin-react 4.x typically declares a peer dependency range that does not include Vite 7, which will cause peer dependency warnings or build issues. Please upgrade the plugin to a version compatible with Vite 7 (e.g., "@vitejs/plugin-react": "^5.x") to match the Vite 7 toolchain.

Suggested change
"@vitejs/plugin-react": "^4.4.1",
"@vitejs/plugin-react": "^5.0.0",

Copilot uses AI. Check for mistakes.
"@vitest/coverage-v8": "^3.1.3",
"@vitest/ui": "^3.1.3",
"eslint": "~9.26.0",
"eslint-config-prettier": "10.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"jest-mock": "^29.7.0",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"nx": "21.6.4",
"prettier": "^3.5.3",
"sass": "^1.87.0",
"semantic-release": "^24.2.3",
"typescript": "5.9.3",
"vite": "7.1.9",
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vitejs/plugin-react 4.x typically declares a peer dependency range that does not include Vite 7, which will cause peer dependency warnings or build issues. Please upgrade the plugin to a version compatible with Vite 7 (e.g., "@vitejs/plugin-react": "^5.x") to match the Vite 7 toolchain.

Copilot uses AI. Check for mistakes.
Comment on lines +68 to +69
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Typescript and Vite are now pinned to exact versions while most other entries use semver ranges (^). Consider aligning on a consistent versioning strategy (either pin both all dev tools or use caret ranges) to make updates predictable and reduce inadvertent drift.

Suggested change
"typescript": "5.9.3",
"vite": "7.1.9",
"typescript": "^5.9.3",
"vite": "^7.1.9",

Copilot uses AI. Check for mistakes.
"vite-plugin-dts": "^4.5.3",
"vite-plugin-mkcert": "^1.17.8",
"vitest": "^3.1.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/x-data-grid": "^8.2.0",
"date-fns": "^4.1.0",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0",
"react-router-dom": "^7.5.3"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/react-kit"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
}
}
Loading