Merge pull request #25 from Walidoux/dependabot/npm_and_yarn/types/react-18.0.1

build(deps-dev): bump @types/react from 17.0.43 to 18.0.1
This commit is contained in:
Walid 2022-04-11 13:51:05 +00:00 committed by GitHub
commit 1fc2446cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "17.0.23", "@types/node": "17.0.23",
"@types/react": "17.0.43", "@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0", "@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0", "eslint": "^8.13.0",
@ -490,9 +490,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "17.0.43", "version": "18.0.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.1.tgz",
"integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", "integrity": "sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/prop-types": "*", "@types/prop-types": "*",
@ -6324,9 +6324,9 @@
"dev": true "dev": true
}, },
"@types/react": { "@types/react": {
"version": "17.0.43", "version": "18.0.1",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.1.tgz",
"integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", "integrity": "sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/prop-types": "*", "@types/prop-types": "*",

View File

@ -18,7 +18,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "17.0.23", "@types/node": "17.0.23",
"@types/react": "17.0.43", "@types/react": "18.0.1",
"@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0", "@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0", "eslint": "^8.13.0",