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 9a97346..32718d8 100644 --- a/src/packages/react/package.json +++ b/src/packages/react/package.json @@ -43,16 +43,16 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@types/react": "^19.1.1", + "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react-swc": "^3.8.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "publint": "^0.3.11", + "publint": "^0.3.12", "typescript": "^5.8.3", - "typescript-eslint": "^8.29.1", + "typescript-eslint": "^8.30.1", "vite": "^6.2.6" }, "publishConfig": { |