diff --git a/package-lock.json b/package-lock.json index 7121c67..8a59ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,8 +22,8 @@ "@tailwindcss/postcss": "^4.1.1", "@testing-library/react": "~16.2.0", "@types/node": "~22.14.0", - "@types/react": "~19.0.12", - "@types/react-dom": "~19.0.4", + "@types/react": "~19.1.0", + "@types/react-dom": "~19.1.1", "geist": "~1.3.1", "postcss": "~8.5.3", "serve": "~14.2.4", @@ -1420,13 +1420,6 @@ "tailwindcss": "4.1.1" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.9.tgz", - "integrity": "sha512-12laZu+fv1ONDRoNR9ipTOpUD7RN9essRVkX36sjxuRUInpN7hIiHN4lBd/SIFjbISvnXzp8h/hXzmU8SQQYhw==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.1.tgz", @@ -1651,13 +1644,6 @@ "tailwindcss": "4.1.1" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.9.tgz", - "integrity": "sha512-12laZu+fv1ONDRoNR9ipTOpUD7RN9essRVkX36sjxuRUInpN7hIiHN4lBd/SIFjbISvnXzp8h/hXzmU8SQQYhw==", - "dev": true, - "license": "MIT" - }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -1824,18 +1810,18 @@ } }, "node_modules/@types/react": { - "version": "19.0.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz", - "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz", + "integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz", - "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.1.tgz", + "integrity": "sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==", "devOptional": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index e3f443a..15c6c43 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "@tailwindcss/postcss": "^4.1.1", "@testing-library/react": "~16.2.0", "@types/node": "~22.14.0", - "@types/react": "~19.0.12", - "@types/react-dom": "~19.0.4", + "@types/react": "~19.1.0", + "@types/react-dom": "~19.1.1", "geist": "~1.3.1", "postcss": "~8.5.3", "serve": "~14.2.4",