add react-form package
This commit is contained in:
		
							
								
								
									
										22
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										22
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -24,6 +24,7 @@ | |||||||
|         "next-ssl-redirect-middleware": "^0.1.4", |         "next-ssl-redirect-middleware": "^0.1.4", | ||||||
|         "react": "18.2.0", |         "react": "18.2.0", | ||||||
|         "react-dom": "18.2.0", |         "react-dom": "18.2.0", | ||||||
|  |         "react-hook-form": "^7.43.9", | ||||||
|         "superjson": "1.9.1", |         "superjson": "1.9.1", | ||||||
|         "zod": "^3.20.6" |         "zod": "^3.20.6" | ||||||
|       }, |       }, | ||||||
| @@ -4628,6 +4629,21 @@ | |||||||
|         "react": "^18.2.0" |         "react": "^18.2.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/react-hook-form": { | ||||||
|  |       "version": "7.43.9", | ||||||
|  |       "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", | ||||||
|  |       "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", | ||||||
|  |       "engines": { | ||||||
|  |         "node": ">=12.22.0" | ||||||
|  |       }, | ||||||
|  |       "funding": { | ||||||
|  |         "type": "opencollective", | ||||||
|  |         "url": "https://opencollective.com/react-hook-form" | ||||||
|  |       }, | ||||||
|  |       "peerDependencies": { | ||||||
|  |         "react": "^16.8.0 || ^17 || ^18" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/react-is": { |     "node_modules/react-is": { | ||||||
|       "version": "16.13.1", |       "version": "16.13.1", | ||||||
|       "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |       "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", | ||||||
| @@ -8884,6 +8900,12 @@ | |||||||
|         "scheduler": "^0.23.0" |         "scheduler": "^0.23.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "react-hook-form": { | ||||||
|  |       "version": "7.43.9", | ||||||
|  |       "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", | ||||||
|  |       "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", | ||||||
|  |       "requires": {} | ||||||
|  |     }, | ||||||
|     "react-is": { |     "react-is": { | ||||||
|       "version": "16.13.1", |       "version": "16.13.1", | ||||||
|       "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", |       "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", | ||||||
|   | |||||||
| @@ -31,6 +31,7 @@ | |||||||
|     "next-ssl-redirect-middleware": "^0.1.4", |     "next-ssl-redirect-middleware": "^0.1.4", | ||||||
|     "react": "18.2.0", |     "react": "18.2.0", | ||||||
|     "react-dom": "18.2.0", |     "react-dom": "18.2.0", | ||||||
|  |     "react-hook-form": "^7.43.9", | ||||||
|     "superjson": "1.9.1", |     "superjson": "1.9.1", | ||||||
|     "zod": "^3.20.6" |     "zod": "^3.20.6" | ||||||
|   }, |   }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brandon Egger
					Brandon Egger