Update dependency @types/react to v18.0.19 (#20)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-12 04:27:32 +00:00 committed by GitHub
parent 7127093931
commit 16f8a64713
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

@ -19,7 +19,7 @@
"@astrojs/react": "1.1.2",
"@astrojs/tailwind": "1.0.0",
"@iconify/json": "2.1.105",
"@types/react": "18.0.18",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
@ -1067,9 +1067,9 @@
"dev": true
},
"node_modules/@types/react": {
"version": "18.0.18",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
"version": "18.0.19",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.19.tgz",
"integrity": "sha512-BDc3Q+4Q3zsn7k9xZrKfjWyJsSlEDMs38gD1qp2eDazLCdcPqAT+vq1ND+Z8AGel/UiwzNUk8ptpywgNQcJ1MQ==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -10845,9 +10845,9 @@
"dev": true
},
"@types/react": {
"version": "18.0.18",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
"version": "18.0.19",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.19.tgz",
"integrity": "sha512-BDc3Q+4Q3zsn7k9xZrKfjWyJsSlEDMs38gD1qp2eDazLCdcPqAT+vq1ND+Z8AGel/UiwzNUk8ptpywgNQcJ1MQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View file

@ -29,7 +29,7 @@
"@astrojs/react": "1.1.2",
"@astrojs/tailwind": "1.0.0",
"@iconify/json": "2.1.105",
"@types/react": "18.0.18",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",