File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414
1515 - uses : purescript-contrib/setup-purescript@main
16+ with :
17+ purescript : " 0.14.0-rc3"
1618
1719 - uses : actions/setup-node@v1
1820 with :
Original file line number Diff line number Diff line change 1515 " package.json"
1616 ],
1717 "dependencies" : {
18- "purescript-web-events" : " ^2.0.0 " ,
19- "purescript-nullable" : " ^4.0.0 "
18+ "purescript-web-events" : " master " ,
19+ "purescript-nullable" : " main "
2020 }
2121}
Original file line number Diff line number Diff line change 55 "build" : " eslint src && pulp build -- --censor-lib --strict"
66 },
77 "devDependencies" : {
8- "eslint" : " ^4.19.1 " ,
9- "pulp" : " ^12.2 .0" ,
10- "purescript-psa" : " ^0.6 .0" ,
11- "rimraf" : " ^2.6 .2"
8+ "eslint" : " ^7.15.0 " ,
9+ "pulp" : " ^15.0 .0" ,
10+ "purescript-psa" : " ^0.8 .0" ,
11+ "rimraf" : " ^3.0 .2"
1212 }
1313}
You can’t perform that action at this time.
0 commit comments