diff --git a/packages/graphql-tag-pluck/package.json b/packages/graphql-tag-pluck/package.json index 4de43c4c63e..f5a0ec48ef9 100644 --- a/packages/graphql-tag-pluck/package.json +++ b/packages/graphql-tag-pluck/package.json @@ -57,9 +57,9 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@babel/parser": "7.19.6", - "@babel/traverse": "7.19.6", - "@babel/types": "7.19.4", + "@babel/parser": "7.20.0", + "@babel/traverse": "7.20.0", + "@babel/types": "7.20.0", "@types/babel__traverse": "7.18.2", "@vue/compiler-sfc": "3.2.41", "svelte": "3.52.0", diff --git a/website/package.json b/website/package.json index cdc629edf6e..ee1e8dfc33f 100644 --- a/website/package.json +++ b/website/package.json @@ -12,7 +12,7 @@ "@theguild/algolia": "1.0.1", "@theguild/tailwind-config": "0.1.3", "@types/node": "18.11.7", - "@types/react": "18.0.23", + "@types/react": "18.0.24", "typescript": "4.8.4" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 705106d765f..3d79f1ff4e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2999,10 +2999,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react@18.0.23", "@types/react@>=16": - version "18.0.23" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4" - integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ== +"@types/react@18.0.24", "@types/react@>=16": + version "18.0.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20" + integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"