mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-14 18:01:21 +00:00
fix(deps): update dependency @types/react to v18.2.17
This commit is contained in:
parent
8d4ea7747a
commit
24be91263e
2 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
||||||
"@t3-oss/env-nextjs": "^0.6.0",
|
"@t3-oss/env-nextjs": "^0.6.0",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@types/node": "20.4.2",
|
"@types/node": "20.4.2",
|
||||||
"@types/react": "18.2.15",
|
"@types/react": "18.2.17",
|
||||||
"@types/react-dom": "18.2.7",
|
"@types/react-dom": "18.2.7",
|
||||||
"@vercel/analytics": "^1.0.1",
|
"@vercel/analytics": "^1.0.1",
|
||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.14",
|
||||||
|
|
|
@ -15,8 +15,8 @@ dependencies:
|
||||||
specifier: 20.4.2
|
specifier: 20.4.2
|
||||||
version: 20.4.2
|
version: 20.4.2
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: 18.2.15
|
specifier: 18.2.17
|
||||||
version: 18.2.15
|
version: 18.2.17
|
||||||
'@types/react-dom':
|
'@types/react-dom':
|
||||||
specifier: 18.2.7
|
specifier: 18.2.7
|
||||||
version: 18.2.7
|
version: 18.2.7
|
||||||
|
@ -376,11 +376,11 @@ packages:
|
||||||
/@types/react-dom@18.2.7:
|
/@types/react-dom@18.2.7:
|
||||||
resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==}
|
resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/react': 18.2.15
|
'@types/react': 18.2.17
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@types/react@18.2.15:
|
/@types/react@18.2.17:
|
||||||
resolution: {integrity: sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==}
|
resolution: {integrity: sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/prop-types': 15.7.5
|
'@types/prop-types': 15.7.5
|
||||||
'@types/scheduler': 0.16.3
|
'@types/scheduler': 0.16.3
|
||||||
|
|
Loading…
Reference in a new issue