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