From 40edf34e93b0015081d905a2ad10a8224719aa07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:08:50 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18.2.22 --- package-lock.json | 19 ++++--------------- package.json | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4232c06..10daa4fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@pandacss/dev": "0.14.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", @@ -1173,18 +1173,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", "license": "MIT", @@ -2910,8 +2898,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 1ef5d262..fccf5fcf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@pandacss/dev": "0.14.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",