Merge pull request #16 from RealFascinated/dependabot/npm_and_yarn/types/react-18.0.23

Bump @types/react from 18.0.22 to 18.0.23
This commit is contained in:
Liam 2022-10-26 09:13:20 +01:00 committed by GitHub
commit 156c0a4f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated

@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^18.11.5",
"@types/react": "^18.0.21",
"@types/react": "^18.0.23",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "^4.8.4"
@ -1688,9 +1688,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==",
"version": "18.0.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz",
"integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -6476,9 +6476,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.22",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.22.tgz",
"integrity": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==",
"version": "18.0.23",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz",
"integrity": "sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "^18.11.5",
"@types/react": "^18.0.21",
"@types/react": "^18.0.23",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "^4.8.4"

@ -841,10 +841,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.0.21":
version "18.0.21"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67"
integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==
"@types/react@^18.0.23":
version "18.0.23"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4"
integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"