-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: update dependencies in package.json for improved stability #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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", | ||||||||||
| "@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", | ||||||||||
|
||||||||||
| "typescript": "5.9.3", | |
| "vite": "7.1.9", | |
| "typescript": "^5.9.3", | |
| "vite": "^7.1.9", |
There was a problem hiding this comment.
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.