File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [master]
6
6
pull_request :
7
- branches : [master]
8
7
9
8
jobs :
10
9
build :
13
12
- uses : actions/checkout@v2
14
13
15
14
- uses : purescript-contrib/setup-purescript@main
16
- with :
17
- purescript : " 0.14.0-rc3"
18
15
19
16
- uses : actions/setup-node@v1
20
17
with :
Original file line number Diff line number Diff line change 1
1
{
2
-
3
2
"name" : " purescript-dom-indexed" ,
4
3
"homepage" : " https://github.com/purescript-halogen/purescript-dom-indexed" ,
5
4
"description" : " Typed DOM attributes and properties" ,
16
15
" package.json"
17
16
],
18
17
"dependencies" : {
19
- "purescript-media-types" : " main " ,
20
- "purescript-prelude" : " master " ,
21
- "purescript-web-clipboard" : " master " ,
22
- "purescript-web-touchevents" : " master "
18
+ "purescript-media-types" : " ^5.0.0 " ,
19
+ "purescript-prelude" : " ^5.0.0 " ,
20
+ "purescript-web-clipboard" : " ^3.0.0 " ,
21
+ "purescript-web-touchevents" : " ^3.0.0 "
23
22
}
24
23
}
Original file line number Diff line number Diff line change 6
6
},
7
7
"devDependencies" : {
8
8
"pulp" : " ^15.0.0" ,
9
- "purescript-psa" : " ^0.8.0 " ,
9
+ "purescript-psa" : " ^0.8.2 " ,
10
10
"rimraf" : " ^3.0.2"
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments