diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8986f1d..15e2d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up PureScript toolchain uses: purescript-contrib/setup-purescript@main with: - purescript: "0.14.0" + purescript: "0.15.0" - name: Cache PureScript dependencies uses: actions/cache@v2 diff --git a/bower.json b/bower.json index 47f40c7..b5068d3 100644 --- a/bower.json +++ b/bower.json @@ -14,13 +14,12 @@ "output" ], "dependencies": { - "purescript-aff": "^v6.0.0", - "purescript-console": "^v5.0.0", - "purescript-effect": "^v3.0.0", - "purescript-functions": "^v5.0.0", - "purescript-maybe": "^v5.0.0", - "purescript-nullable": "^v5.0.0", - "purescript-psci-support": "^v5.0.0", - "purescript-react-basic": "^v16.0.0" + "purescript-aff": "^v7.0.0", + "purescript-effect": "^v4.0.0", + "purescript-functions": "^v6.0.0", + "purescript-maybe": "^v6.0.0", + "purescript-nullable": "^v6.0.0", + "purescript-prelude": "^6.0.0", + "purescript-react-basic": "^v17.0.0" } } diff --git a/examples/actions/html/index.html b/examples/actions/html/index.html index c0d46f6..15c85e6 100644 --- a/examples/actions/html/index.html +++ b/examples/actions/html/index.html @@ -5,6 +5,6 @@
- +