File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ type Shim =
12
12
shims :: Object Shim
13
13
shims = Object .fromFoldable
14
14
[ Tuple " react"
15
- { url: " https://unpkg.com/react@16.6.3 /umd/react.development.js"
15
+ { url: " https://unpkg.com/react@16.13.0 /umd/react.development.js"
16
16
, deps: []
17
17
}
18
18
, Tuple " react-dom"
19
- { url: " https://unpkg.com/react-dom@16.6.3 /umd/react-dom.development.js"
19
+ { url: " https://unpkg.com/react-dom@16.13.0 /umd/react-dom.development.js"
20
20
, deps: [ " react" ]
21
21
}
22
22
, Tuple " react-dom/server"
23
- { url: " https://unpkg.com/react-dom@16.6.3 /umd/react-dom-server.browser.development.js"
23
+ { url: " https://unpkg.com/react-dom@16.13.0 /umd/react-dom-server.browser.development.js"
24
24
, deps: [ " react" ]
25
25
}
26
26
]
Original file line number Diff line number Diff line change 34
34
" proxy" ,
35
35
" quickcheck" ,
36
36
" random" ,
37
+ " react" ,
38
+ " react-dom" ,
37
39
" record" ,
38
40
" refs" ,
39
41
" semirings" ,
44
46
" tuples" ,
45
47
" typelevel-prelude" ,
46
48
" unfoldable" ,
47
- " validation"
49
+ " validation" ,
50
+ " web-dom" ,
51
+ " web-html"
48
52
]
49
53
}
You can’t perform that action at this time.
0 commit comments