diff --git a/package-lock.json b/package-lock.json index 147d6035613c..6af521c48261 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@primer/live-region-element": "^0.7.2", "@primer/octicons": "^19.19.0", "@primer/octicons-react": "^19.14.0", - "@primer/react": "^38.0.0", + "@primer/react": "^38.3.0", "accept-language-parser": "^1.5.0", "ajv": "^8.17.1", "ajv-errors": "^3.0.0", @@ -1717,9 +1717,9 @@ "license": "MIT" }, "node_modules/@github/relative-time-element": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.4.8.tgz", - "integrity": "sha512-FSLYm6F3TSQnqHE1EMQUVVgi2XjbCvsESwwXfugHFpBnhyF1uhJOtu0Psp/BB/qqazfdkk7f5fVcu7WuXl3t8Q==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@github/relative-time-element/-/relative-time-element-4.5.1.tgz", + "integrity": "sha512-uxCxCwe9vdwUDmRmM84tN0UERlj8MosLV44+r/VDj7DZUVUSTP4vyWlE9mRK6vHelOmT8DS3RMlaMrLlg1h1PQ==", "license": "MIT" }, "node_modules/@github/tab-container-element": { @@ -3420,13 +3420,13 @@ "license": "MIT" }, "node_modules/@primer/react": { - "version": "38.0.0", - "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.0.0.tgz", - "integrity": "sha512-MFmbmcal44IPxUIem9kEd7SF0XmJLjXGWMl1OQqsqMAiAhp0fEPpbrz/pmuIkCfg+5ZRJcw36RkQDrBe7fsyqg==", + "version": "38.3.0", + "resolved": "https://registry.npmjs.org/@primer/react/-/react-38.3.0.tgz", + "integrity": "sha512-aXh6+uMFrPBkT2Zyr8VkX/GIhdBS+4rw9Boon45WiVohaej3494H4Y+3osfBbtrP9hDYwnH7z9LdiEsXxpj6Ug==", "license": "MIT", "dependencies": { "@github/mini-throttle": "^2.1.1", - "@github/relative-time-element": "^4.4.5", + "@github/relative-time-element": "^4.5.0", "@github/tab-container-element": "^4.8.2", "@lit-labs/react": "1.2.1", "@oddbird/popover-polyfill": "^0.5.2", @@ -3442,7 +3442,7 @@ "hsluv": "1.0.1", "lodash.isempty": "^4.4.0", "lodash.isobject": "^3.0.2", - "react-compiler-runtime": "^19.1.0-rc.2", + "react-compiler-runtime": "^1.0.0", "react-intersection-observer": "^9.16.0" }, "engines": { @@ -13544,9 +13544,9 @@ } }, "node_modules/react-compiler-runtime": { - "version": "19.1.0-rc.2", - "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-19.1.0-rc.2.tgz", - "integrity": "sha512-852AwyIsbWJ5o1LkQVAZsVK3iLjMxOfKZuxqeGd/RfD+j1GqHb6j3DSHLtpu4HhFbQHsP2DzxjJyKR6luv4D8w==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-1.0.0.tgz", + "integrity": "sha512-rRfjYv66HlG8896yPUDONgKzG5BxZD1nV9U6rkm+7VCuvQc903C4MjcoZR4zPw53IKSOX9wMQVpA1IAbRtzQ7w==", "license": "MIT", "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental" diff --git a/package.json b/package.json index b28b2e83324e..6f2ed693092f 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@primer/live-region-element": "^0.7.2", "@primer/octicons": "^19.19.0", "@primer/octicons-react": "^19.14.0", - "@primer/react": "^38.0.0", + "@primer/react": "^38.3.0", "accept-language-parser": "^1.5.0", "ajv": "^8.17.1", "ajv-errors": "^3.0.0",