diff options
Diffstat (limited to '')
-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 7f7543b..f53b8f3 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.0.2", + "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react-swc": "^3.7.2", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", - "publint": "^0.2.0", + "publint": "^0.3.0", "typescript": "^5.7.2", - "typescript-eslint": "^8.19.0", + "typescript-eslint": "^8.19.1", "vite": "^6.0.7" }, "publishConfig": { |