diff --git a/examples/with-vanilla-extract/package.json b/examples/with-vanilla-extract/package.json index 0f7e14c807b5b..c3f0543552396 100644 --- a/examples/with-vanilla-extract/package.json +++ b/examples/with-vanilla-extract/package.json @@ -8,12 +8,12 @@ "dependencies": { "@vanilla-extract/css": "^1.11.0", "@vanilla-extract/next-plugin": "^2.1.3", - "@types/node": "18.15.11", - "@types/react": "18.0.34", - "@types/react-dom": "18.0.11", + "@types/node": "18.19.47", + "@types/react": "18.3.5", + "@types/react-dom": "18.3.0", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", - "typescript": "5.0.4" + "react": "18.3.1", + "react-dom": "18.3.1", + "typescript": "5.5.4" } }