Merge pull request #31 from Walidoux/dependabot/npm_and_yarn/types/react-18.0.6

build(deps-dev): bump @types/react from 18.0.1 to 18.0.6
This commit is contained in:
Walid 2022-04-21 21:18:02 +00:00 committed by GitHub
commit 25d5c1106e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.1",
"@types/react": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
@ -486,9 +486,10 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.0.1",
"version": "18.0.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.6.tgz",
"integrity": "sha512-bPqwzJRzKtfI0mVYr5R+1o9BOE8UEXefwc1LwcBtfnaAn6OoqMhLa/91VA8aeWfDPJt1kHvYKI8RHcQybZLHHA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -6705,7 +6706,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.1",
"version": "18.0.6",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.6.tgz",
"integrity": "sha512-bPqwzJRzKtfI0mVYr5R+1o9BOE8UEXefwc1LwcBtfnaAn6OoqMhLa/91VA8aeWfDPJt1kHvYKI8RHcQybZLHHA==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.1",
"@types/react": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",