File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 12
12
"@material-ui/core" : " ^1.0.0 || ^2.0.0 || ^3.0.0" ,
13
13
"final-form" : " ^4.0.0" ,
14
14
"react" : " ^15.0.0 || ^16.0.0" ,
15
- "react-final-form" : " ^3.0.0"
15
+ "react-final-form" : " ^3.0.0 || ^4.0.0 "
16
16
},
17
17
"devDependencies" : {
18
18
"@material-ui/core" : " ^3.2.2" ,
19
19
"final-form" : " ^4.0.0" ,
20
20
"react" : " ^16.4.0" ,
21
21
"react-dom" : " ^16.4.0" ,
22
- "react-final-form" : " ^3.6.7 " ,
22
+ "react-final-form" : " ^4.0.2 " ,
23
23
"ts-loader" : " ^5.2.2" ,
24
24
"typescript" : " ^3.1.3" ,
25
25
"webpack" : " ^4.12.0" ,
Original file line number Diff line number Diff line change 16
16
dependencies :
17
17
regenerator-runtime "^0.12.0"
18
18
19
+ " @babel/runtime@^7.1.2 " :
20
+ version "7.3.0"
21
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.0.tgz#d0f6cd4f1b34515782e7e328e5cf54f8db391769"
22
+ integrity sha512-7K/aLEgWRClfSCCIXVYw07d6jnBMDwr+NGIfNJtCIlw5FcnP1C2GMDPovn8LNZtZuMf2gWzsCz8+CINad05Dow==
23
+ dependencies :
24
+ regenerator-runtime "^0.12.0"
25
+
19
26
" @material-ui/core@^3.2.2 " :
20
27
version "3.2.2"
21
28
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-3.2.2.tgz#5c622eeda8851a37a46d27583f0d6624e8ec4732"
@@ -2384,10 +2391,12 @@ react-event-listener@^0.6.2:
2384
2391
prop-types "^15.6.0"
2385
2392
warning "^4.0.1"
2386
2393
2387
- react-final-form@^3.6.7 :
2388
- version "3.6.7"
2389
- resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-3.6.7.tgz#c4d2e01e04674201b850cdd05ed5b67ff5ea06c5"
2390
- integrity sha512-/m7JBwA5FaGlSo2ZSFhzQYfPKfT18uirIbJrojWgb9GLoYU2wEOq9yM+vlugqTPD4Ozq+TFJDxWr1jzgASN0fA==
2394
+ react-final-form@^4.0.2 :
2395
+ version "4.0.2"
2396
+ resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-4.0.2.tgz#fa829d7fb60dcc168804bf2edda58f3d62c4607b"
2397
+ integrity sha512-EdFWrT8nMWu5sHViuZ/VmlaYT+mLu/q5TMDWZZj5gnssUAWfgcila0QpptFNDg6+qNtepGgFh5ZPASlivoEXUA==
2398
+ dependencies :
2399
+ " @babel/runtime" " ^7.1.2"
2391
2400
2392
2401
react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4 :
2393
2402
version "3.0.4"
You can’t perform that action at this time.
0 commit comments