File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 12
12
" output"
13
13
],
14
14
"dependencies" : {
15
- "purescript-prelude" : " ^2.3 .0" ,
16
- "purescript-console" : " ^2 .0.0" ,
17
- "purescript-halogen-vdom" : " ^1 .0.1 "
15
+ "purescript-prelude" : " ^3.0 .0" ,
16
+ "purescript-console" : " ^3 .0.0" ,
17
+ "purescript-halogen-vdom" : " ^2 .0.0 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " pulp build -- --censor-lib --strict" ,
6
- "test" : " pulp test"
5
+ "build" : " pulp build -- --censor-lib --strict"
7
6
},
8
7
"devDependencies" : {
9
- "pulp" : " ^10 .0.0" ,
10
- "purescript-psa" : " ^0.4.0 " ,
11
- "purescript" : " ^0.10.7 " ,
12
- "rimraf" : " ^2.5.0 "
8
+ "pulp" : " ^11 .0.0" ,
9
+ "purescript-psa" : " ^0.5.1 " ,
10
+ "purescript" : " ^0.11.4 " ,
11
+ "rimraf" : " ^2.6.1 "
13
12
}
14
13
}
You can’t perform that action at this time.
0 commit comments