diff --git a/package-lock.json b/package-lock.json index 36b05a9..c08f636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@newrelic/browser-agent": "^1.314.0", "@tanstack/react-query": "^5.29.2", "fuse.js": "^7.3.0", - "react": "^18.3.1", + "react": "^19.2.6", "react-dom": "^18.3.1", "react-router-dom": "^6.22.3", "zustand": "^4.5.2" @@ -22,7 +22,7 @@ "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", "@types/node": "^25.5.2", - "@types/react": "^18.3.1", + "@types/react": "^19.2.15", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.6.1", @@ -1654,21 +1654,13 @@ "undici-types": "~7.18.0" } }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "devOptional": true, - "license": "MIT" - }, "node_modules/@types/react": { - "version": "18.3.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.28.tgz", - "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", + "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", "devOptional": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.2.2" } }, @@ -4073,13 +4065,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.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index eefbe02..2512388 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@newrelic/browser-agent": "^1.314.0", "@tanstack/react-query": "^5.29.2", "fuse.js": "^7.3.0", - "react": "^18.3.1", + "react": "^19.2.6", "react-dom": "^18.3.1", "react-router-dom": "^6.22.3", "zustand": "^4.5.2" @@ -32,7 +32,7 @@ "@testing-library/react": "^15.0.2", "@testing-library/user-event": "^14.5.2", "@types/node": "^25.5.2", - "@types/react": "^18.3.1", + "@types/react": "^19.2.15", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.6.1",