Skip to content

Commit 7966ab6

Browse files
authored
Updates for 0.12.0 (#1)
* Updates for 0.12.0 * react-basic 1.0.0
1 parent 7fbb4ad commit 7966ab6

File tree

7 files changed

+297
-222
lines changed

7 files changed

+297
-222
lines changed

Diff for: .travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ install:
99
script:
1010
- npx bower install
1111
- 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

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ moveItem fromIndex toIndex items =
116116
in
117117
take toIndex items'
118118
<> maybe [] pure item
119-
<> drop toIndex items'
119+
<> drop toIndex items'
120120
```

Diff for: bower.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/lumihq/purescript-react-dnd-basic.git"
88
},
99
"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"
1414
},
1515
"devDependencies": {
16-
"purescript-psci-support": "^3.0.0"
16+
"purescript-psci-support": "^4.0.0"
1717
}
1818
}

Diff for: examples/basic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"author": "",
77
"dependencies": {
88
"pulp": "^12.2.0",
9-
"react": "^16.2.0",
9+
"react": "^16.4.0",
1010
"react-dnd": "^2.6.0",
1111
"react-dnd-html5-backend": "^2.6.0",
12-
"react-dom": "^16.2.0"
12+
"react-dom": "^16.4.0"
1313
},
1414
"devDependencies": {
15-
"browserify": "^16.1.0"
15+
"browserify": "^16.2.2"
1616
}
1717
}

0 commit comments

Comments
 (0)