diff --git a/package.json b/package.json index f290b5c..d5f6015 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ "@code0-tech/pictor": "^0.3.0", "@tabler/icons-react": "^3.11.0", "next": "14.2.4", - "react": "^18", - "react-dom": "^18", + "react": "^18.3.1", + "react-dom": "^18.3.1", "sass": "^1.77.8" }, "devDependencies": { "@types/node": "^20.14.13", - "@types/react": "^18", - "@types/react-dom": "^18", + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "eslint-config-next": "14.2.4", "typescript": "^5.5.4"