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:
parent
7127093931
commit
16f8a64713
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -19,7 +19,7 @@
|
||||||
"@astrojs/react": "1.1.2",
|
"@astrojs/react": "1.1.2",
|
||||||
"@astrojs/tailwind": "1.0.0",
|
"@astrojs/tailwind": "1.0.0",
|
||||||
"@iconify/json": "2.1.105",
|
"@iconify/json": "2.1.105",
|
||||||
"@types/react": "18.0.18",
|
"@types/react": "18.0.19",
|
||||||
"@types/react-dom": "18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||||
"@typescript-eslint/parser": "5.36.2",
|
"@typescript-eslint/parser": "5.36.2",
|
||||||
|
|
@ -1067,9 +1067,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/react": {
|
"node_modules/@types/react": {
|
||||||
"version": "18.0.18",
|
"version": "18.0.19",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.19.tgz",
|
||||||
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
|
"integrity": "sha512-BDc3Q+4Q3zsn7k9xZrKfjWyJsSlEDMs38gD1qp2eDazLCdcPqAT+vq1ND+Z8AGel/UiwzNUk8ptpywgNQcJ1MQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
|
|
@ -10845,9 +10845,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/react": {
|
"@types/react": {
|
||||||
"version": "18.0.18",
|
"version": "18.0.19",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.19.tgz",
|
||||||
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
|
"integrity": "sha512-BDc3Q+4Q3zsn7k9xZrKfjWyJsSlEDMs38gD1qp2eDazLCdcPqAT+vq1ND+Z8AGel/UiwzNUk8ptpywgNQcJ1MQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"@astrojs/react": "1.1.2",
|
"@astrojs/react": "1.1.2",
|
||||||
"@astrojs/tailwind": "1.0.0",
|
"@astrojs/tailwind": "1.0.0",
|
||||||
"@iconify/json": "2.1.105",
|
"@iconify/json": "2.1.105",
|
||||||
"@types/react": "18.0.18",
|
"@types/react": "18.0.19",
|
||||||
"@types/react-dom": "18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||||
"@typescript-eslint/parser": "5.36.2",
|
"@typescript-eslint/parser": "5.36.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue