diff --git a/package.json b/package.json index 12af531..44fc340 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/archiver": "^6.0.0", "@types/chrome": "^0.0.287", "@types/node": "^22.0.0", - "@types/react-dom": "^18.0.0", + "@types/react-dom": "^19.0.0", "@types/shelljs": "^0.8.8", "archiver": "^7.0.0", "shelljs": "^0.8.4", @@ -33,12 +33,12 @@ "@chakra-ui/react": "^2.4.9", "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", - "@types/react": "^18.0.0", + "@types/react": "^19.0.0", "create-pubsub": "^1.6.3", "framer-motion": "^11.0.0", "random-int": "^3.0.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-icons": "^5.0.0" } }