Fix form state react type bug

This commit is contained in:
Sam Becker 2023-10-11 22:22:57 -05:00
parent 79c681793e
commit 19337dd64b
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
"@types/jest": "^29.5.5",
"@types/node": "^20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vercel/analytics": "^1.1.0",

10
pnpm-lock.yaml generated
View File

@ -27,8 +27,8 @@ dependencies:
specifier: 18.2.28
version: 18.2.28
'@types/react-dom':
specifier: 18.2.13
version: 18.2.13
specifier: 18.2.8
version: 18.2.8
'@typescript-eslint/eslint-plugin':
specifier: ^6.7.5
version: 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2)
@ -1035,7 +1035,7 @@ packages:
dependencies:
'@babel/runtime': 7.22.15
'@testing-library/dom': 9.3.3
'@types/react-dom': 18.2.13
'@types/react-dom': 18.2.8
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
@ -1141,8 +1141,8 @@ packages:
resolution: {integrity: sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg==}
dev: false
/@types/react-dom@18.2.13:
resolution: {integrity: sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==}
/@types/react-dom@18.2.8:
resolution: {integrity: sha512-bAIvO5lN/U8sPGvs1Xm61rlRHHaq5rp5N3kp9C+NJ/Q41P8iqjkXSu0+/qu8POsjH9pNWb0OYabFez7taP7omw==}
dependencies:
'@types/react': 18.2.28
dev: false