diff --git a/package-lock.json b/package-lock.json index 4a5fc11..291fdd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -30,7 +30,7 @@ "@types/github-slugger": "^1.3.0", "@types/gtag.js": "^0.0.20", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.6", + "@types/react": "^19.0.12", "@typescript-eslint/parser": "^8.5.0", "astro-eslint-parser": "^1.0.3", "eslint": "^9.19.0", @@ -39,7 +39,7 @@ "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "typescript-eslint": "^8.5.0" } @@ -2103,20 +2103,13 @@ "undici-types": "~5.26.4" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true - }, "node_modules/@types/react": { - "version": "18.3.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", - "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", + "version": "19.0.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz", + "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", "dev": true, "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -7126,12 +7119,10 @@ ] }, "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==", - "dependencies": { - "loose-envify": "^1.1.0" - }, + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index fb1b274..4f5cb6a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/github-slugger": "^1.3.0", "@types/gtag.js": "^0.0.20", "@types/lodash.kebabcase": "^4.1.9", - "@types/react": "^18.3.6", + "@types/react": "^19.0.12", "@typescript-eslint/parser": "^8.5.0", "astro-eslint-parser": "^1.0.3", "eslint": "^9.19.0", @@ -45,7 +45,7 @@ "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", - "react": "^18.3.1", + "react": "^19.1.0", "react-dom": "^18.3.1", "typescript-eslint": "^8.5.0" }