Skip to content

Commit

Permalink
0.14 updates (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu authored Mar 10, 2021
1 parent c52a5ff commit 4ff9a94
Show file tree
Hide file tree
Showing 6 changed files with 5,706 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache: npm

install:
- npm ci
- npx spago install
- npm run deps

script:
- npx spago build
- npm run build
32 changes: 16 additions & 16 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"output"
],
"dependencies": {
"purescript-aff": "^v5.1.2",
"purescript-aff-promise": "^v2.1.0",
"purescript-console": "^v4.4.0",
"purescript-datetime": "^v4.1.1",
"purescript-effect": "^v2.0.1",
"purescript-either": "^v4.1.1",
"purescript-indexed-monad": "^v1.2.0",
"purescript-maybe": "^v4.0.1",
"purescript-newtype": "^v3.0.0",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-react-basic": "^v15.0.0",
"purescript-type-equality": "^v3.0.0",
"purescript-unsafe-coerce": "^v4.0.0",
"purescript-unsafe-reference": "^v3.1.0",
"purescript-web-html": "^v2.3.0"
"purescript-aff": "^v6.0.0",
"purescript-aff-promise": "^v3.0.0",
"purescript-console": "^v5.0.0",
"purescript-datetime": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
"purescript-indexed-monad": "^v2.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-react-basic": "^v16.0.0",
"purescript-type-equality": "^v4.0.0",
"purescript-unsafe-coerce": "^v5.0.0",
"purescript-unsafe-reference": "^v4.0.0",
"purescript-web-html": "^v3.0.0"
}
}
Loading

0 comments on commit 4ff9a94

Please sign in to comment.