File tree Expand file tree Collapse file tree 7 files changed +297
-222
lines changed Expand file tree Collapse file tree 7 files changed +297
-222
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
- npx bower install
11
11
- npm -s test
12
-
13
- # after_success:
14
- # - >-
15
- # test $TRAVIS_TAG &&
16
- # echo $GITHUB_TOKEN | pulp login &&
17
- # echo y | pulp publish --no-push
Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ moveItem fromIndex toIndex items =
116
116
in
117
117
take toIndex items'
118
118
<> maybe [] pure item
119
- <> drop toIndex items'
119
+ <> drop toIndex items'
120
120
```
Original file line number Diff line number Diff line change 7
7
"url" : " https://github.com/lumihq/purescript-react-dnd-basic.git"
8
8
},
9
9
"dependencies" : {
10
- "purescript-prelude" : " ^3.3 .0" ,
11
- "purescript-react-basic" : " ^0.10 .0" ,
12
- "purescript-nullable" : " ^3 .0.0" ,
13
- "purescript-promises" : " ^2 .0.0"
10
+ "purescript-prelude" : " ^4.0 .0" ,
11
+ "purescript-react-basic" : " ^1.0 .0" ,
12
+ "purescript-nullable" : " ^4 .0.0" ,
13
+ "purescript-promises" : " ^3 .0.0"
14
14
},
15
15
"devDependencies" : {
16
- "purescript-psci-support" : " ^3 .0.0"
16
+ "purescript-psci-support" : " ^4 .0.0"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 6
6
"author" : " " ,
7
7
"dependencies" : {
8
8
"pulp" : " ^12.2.0" ,
9
- "react" : " ^16.2 .0" ,
9
+ "react" : " ^16.4 .0" ,
10
10
"react-dnd" : " ^2.6.0" ,
11
11
"react-dnd-html5-backend" : " ^2.6.0" ,
12
- "react-dom" : " ^16.2 .0"
12
+ "react-dom" : " ^16.4 .0"
13
13
},
14
14
"devDependencies" : {
15
- "browserify" : " ^16.1.0 "
15
+ "browserify" : " ^16.2.2 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments