diff --git a/package-lock.json b/package-lock.json index 971090a..75dad27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@fontsource-variable/fraunces": "^5.2.9", "@fontsource-variable/schibsted-grotesk": "^5.2.8", "posthog-js": "^1.416.0", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "sucrase": "^3.35.1", "typescript": "^6.0.2" @@ -2324,13 +2324,10 @@ "license": "MIT" }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index dbec854..de7d312 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@fontsource-variable/fraunces": "^5.2.9", "@fontsource-variable/schibsted-grotesk": "^5.2.8", "posthog-js": "^1.416.0", - "react": "^18.3.1", + "react": "^19.2.8", "react-dom": "^18.3.1", "sucrase": "^3.35.1", "typescript": "^6.0.2"