diff --git a/package-lock.json b/package-lock.json index a585631..dcfffdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@pandacss/dev": "0.15.0", "@rollup/plugin-alias": "5.0.0", "@sweatpants/libra": "^0.0.28", - "@types/react": "18.2.21", + "@types/react": "18.2.22", "@types/react-dom": "18.2.7", "prettier": "3.0.3", "react": "18.2.0", @@ -1190,18 +1190,6 @@ "sisteransi": "^1.0.5" } }, - "node_modules/@clack/prompts/node_modules/is-unicode-supported": { - "version": "1.3.0", - "extraneous": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@emmetio/abbreviation": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/@emmetio/abbreviation/-/abbreviation-2.3.3.tgz", @@ -2947,8 +2935,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.21", - "license": "MIT", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 34b9811..6125ec4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@pandacss/dev": "0.15.0", "@rollup/plugin-alias": "5.0.0", "@sweatpants/libra": "^0.0.28", - "@types/react": "18.2.21", + "@types/react": "18.2.22", "@types/react-dom": "18.2.7", "prettier": "3.0.3", "react": "18.2.0",