From 66f590ba7b77fef376c8ec354313cc63163a6d92 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 3 May 2023 20:46:01 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.2 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9939232..39a0885 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/node": "18.16.3", - "@types/react": "18.2.1", + "@types/react": "18.2.2", "@types/uuid": "9.0.1", "autoprefixer": "10.4.14", "postcss": "8.4.23", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccb1626..aa85ae7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.3 specifiers: '@types/node': 18.16.3 - '@types/react': 18.2.1 + '@types/react': 18.2.2 '@types/uuid': 9.0.1 autoprefixer: 10.4.14 next: latest @@ -24,7 +24,7 @@ dependencies: devDependencies: '@types/node': 18.16.3 - '@types/react': 18.2.1 + '@types/react': 18.2.2 '@types/uuid': 9.0.1 autoprefixer: 10.4.14_postcss@8.4.23 postcss: 8.4.23 @@ -195,8 +195,8 @@ packages: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} dev: true - /@types/react/18.2.1: - resolution: {integrity: sha512-KbNvY50AOVy1HBHbQc+iPK44HMaz6CRXuUFsu/L8yCP+nsuE1c1EQSdyaHhsPiI7gJQ3c3VRp+YuCL/5hzvcRw==} + /@types/react/18.2.2: + resolution: {integrity: sha512-4GZH3GLuqdZbDvOW5Pqqe7jgsDrKwkJfZMZLwFcgoz3CVDSvnMeG/Ihe44IbZ5Mqhh1fyTh5e44z6pNjIzzV8g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 diff --git a/yarn.lock b/yarn.lock index 267ee04..b766492 100644 --- a/yarn.lock +++ b/yarn.lock @@ -140,10 +140,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@18.2.1": - version "18.2.1" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.1.tgz#37f7d4be4a2b4f61d618e4ca12681acab9e58c20" - integrity sha512-KbNvY50AOVy1HBHbQc+iPK44HMaz6CRXuUFsu/L8yCP+nsuE1c1EQSdyaHhsPiI7gJQ3c3VRp+YuCL/5hzvcRw== +"@types/react@18.2.2": + version "18.2.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.2.tgz#2b6b1831d9c805b3790b6613becb5c8d2f3be479" + integrity sha512-4GZH3GLuqdZbDvOW5Pqqe7jgsDrKwkJfZMZLwFcgoz3CVDSvnMeG/Ihe44IbZ5Mqhh1fyTh5e44z6pNjIzzV8g== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"