Update dependencies for PureScript 0.11

master
Nicholas Scheel 2017-04-22 09:55:13 -05:00
parent 77e413fab7
commit 64af62d51d
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
language: node_js
dist: trusty
sudo: required
node_js: 5
node_js: stable
install:
- npm install -g bower
- npm install

View File

@ -9,7 +9,7 @@
"dist"
],
"dependencies": {
"purescript-console": "^2.0.0",
"purescript-halogen": "^1.0.0"
"purescript-console": "^3.0.0",
"purescript-halogen": "^2.0.0"
}
}

View File

@ -5,8 +5,8 @@
"watch": "pulp -w build --to dist/app.js"
},
"devDependencies": {
"pulp": "^10.0.1",
"purescript": "^0.10.7",
"purescript-psa": "^0.4.0"
"pulp": "^11.0.0",
"purescript": "^0.11.0",
"purescript-psa": "^0.5.0"
}
}