File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- import '@testing-library/jest-dom'
2
- import { server } from './resources/js/mocks/server'
1
+ import '@testing-library/jest-dom' ;
2
+ import 'whatwg-fetch' ;
3
+ import { server } from './resources/js/mocks/server' ;
3
4
4
5
beforeAll ( ( ) => server . listen ( ) )
5
6
afterEach ( ( ) => server . resetHandlers ( ) )
Original file line number Diff line number Diff line change 27
27
"postcss" : " ^8.4.13" ,
28
28
"prettier" : " ^2.6.2" ,
29
29
"prettier-plugin-tailwindcss" : " ^0.1.11" ,
30
- "tailwindcss" : " ^3.0.24"
30
+ "tailwindcss" : " ^3.0.24" ,
31
+ "whatwg-fetch" : " ^3.6.2"
31
32
},
32
33
"dependencies" : {
33
34
"clsx" : " ^1.1.1" ,
34
35
"react" : " ^18.1.0" ,
35
- "react-dom" : " ^18.1.0"
36
+ "react-dom" : " ^18.1.0" ,
37
+ "react-hook-form" : " ^7.31.3"
36
38
}
37
39
}
Original file line number Diff line number Diff line change @@ -6110,6 +6110,11 @@ react-dom@^18.1.0:
6110
6110
loose-envify "^1.1.0"
6111
6111
scheduler "^0.22.0"
6112
6112
6113
+ react-hook-form@^7.31.3 :
6114
+ version "7.31.3"
6115
+ resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.31.3.tgz#b61bafb9a7435f91695351a7a9f714d8c4df0121"
6116
+ integrity sha512-NVZdCWViIWXXXlQ3jxVQH0NuNfwPf8A/0KvuCxrM9qxtP1qYosfR2ZudarziFrVOC7eTUbWbm1T4OyYCwv9oSQ==
6117
+
6113
6118
react-is@^17.0.1 :
6114
6119
version "17.0.2"
6115
6120
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
@@ -7325,6 +7330,11 @@ whatwg-encoding@^2.0.0:
7325
7330
dependencies :
7326
7331
iconv-lite "0.6.3"
7327
7332
7333
+ whatwg-fetch@^3.6.2 :
7334
+ version "3.6.2"
7335
+ resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
7336
+ integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
7337
+
7328
7338
whatwg-mimetype@^3.0.0 :
7329
7339
version "3.0.0"
7330
7340
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz#5fa1a7623867ff1af6ca3dc72ad6b8a4208beba7"
You can’t perform that action at this time.
0 commit comments