File tree Expand file tree Collapse file tree 3 files changed +51
-3
lines changed Expand file tree Collapse file tree 3 files changed +51
-3
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ node_modules/
7
7
bower_components /
8
8
tmp /
9
9
output /
10
+ .psc-ide-port
11
+ .psc-package /
Original file line number Diff line number Diff line change 16
16
"url" : " git://github.com/purescript-contrib/purescript-react-dom.git"
17
17
},
18
18
"dependencies" : {
19
- "purescript-dom" : " ^1.0 .0" ,
20
- "purescript-react" : " ^1 .0.0" ,
21
- "purescript-eff-functions" : " ^1 .0.0"
19
+ "purescript-dom" : " ^3.1 .0" ,
20
+ "purescript-react" : " ^2 .0.0" ,
21
+ "purescript-eff-functions" : " ^2 .0.0"
22
22
}
23
23
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " purescript-react-dom" ,
3
+ "set" : " psc-0.10.1" ,
4
+ "source" : " https://raw.githubusercontent.com/purescript/package-sets/psc-0.10.1/packages.json" ,
5
+ "depends" : [
6
+ " arrays" ,
7
+ " bifunctors" ,
8
+ " control" ,
9
+ " datetime" ,
10
+ " distributive" ,
11
+ " dom" ,
12
+ " eff" ,
13
+ " eff-functions" ,
14
+ " either" ,
15
+ " enums" ,
16
+ " exceptions" ,
17
+ " foldable-traversable" ,
18
+ " foreign" ,
19
+ " functions" ,
20
+ " generics" ,
21
+ " identity" ,
22
+ " integers" ,
23
+ " invariant" ,
24
+ " js-date" ,
25
+ " lazy" ,
26
+ " lists" ,
27
+ " math" ,
28
+ " maybe" ,
29
+ " media-types" ,
30
+ " monoid" ,
31
+ " newtype" ,
32
+ " nonempty" ,
33
+ " nullable" ,
34
+ " partial" ,
35
+ " prelude" ,
36
+ " proxy" ,
37
+ " react" ,
38
+ " st" ,
39
+ " strings" ,
40
+ " tailrec" ,
41
+ " transformers" ,
42
+ " tuples" ,
43
+ " unfoldable" ,
44
+ " unsafe-coerce"
45
+ ]
46
+ }
You can’t perform that action at this time.
0 commit comments