diff options
Diffstat (limited to 'src/packages/react/package.json')
-rw-r--r-- | src/packages/react/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/react/package.json b/src/packages/react/package.json index 12a04b8..8ad4761 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -45,14 +45,14 @@ "@repo/typescript-config": "workspace:*", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", - "@vitejs/plugin-react-swc": "^3.7.2", + "@vitejs/plugin-react-swc": "^3.8.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "eslint-plugin-react-refresh": "^0.4.18", + "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.14.0", "publint": "^0.3.4", "typescript": "^5.7.3", - "typescript-eslint": "^8.23.0", + "typescript-eslint": "^8.24.0", "vite": "^6.1.0" }, "publishConfig": { |