Skip to content

purs 0.15 updates #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
purs 0.15 updates
  • Loading branch information
maddie927 committed May 22, 2022
commit 0fff58d36b994a82941e800eefb7f0f423685b4e
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
92 changes: 49 additions & 43 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,51 @@
{
"name": "purescript-react-basic-hooks",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v6.0.0",
"purescript-aff-promise": "^v3.0.0",
"purescript-bifunctors": "^v5.0.0",
"purescript-console": "^v5.0.0",
"purescript-control": "^v5.0.0",
"purescript-datetime": "^v5.0.2",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
"purescript-exceptions": "^v5.0.0",
"purescript-foldable-traversable": "^v5.0.1",
"purescript-functions": "^v5.0.0",
"purescript-indexed-monad": "^v2.0.1",
"purescript-integers": "^v5.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-now": "^v5.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-ordered-collections": "^v2.0.2",
"purescript-prelude": "^v5.0.1",
"purescript-psci-support": "^v5.0.0",
"purescript-react-basic": "^v16.0.0",
"purescript-refs": "^v5.0.0",
"purescript-tuples": "^v6.0.1",
"purescript-type-equality": "^v4.0.0",
"purescript-unsafe-coerce": "^v5.0.0",
"purescript-unsafe-reference": "^v4.0.0",
"purescript-web-html": "^v3.2.0"
}
"name": "purescript-react-basic-hooks",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-aff-promise": "^v4.0.0",
"purescript-bifunctors": "^v6.0.0",
"purescript-console": "^v6.0.0",
"purescript-control": "^v6.0.0",
"purescript-datetime": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.0.0",
"purescript-exceptions": "^v6.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-functions": "^v6.0.0",
"purescript-indexed-monad": "^v2.1.0",
"purescript-integers": "^v6.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-now": "^v6.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-ordered-collections": "^v3.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-react-basic": "^v17.0.0",
"purescript-refs": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-type-equality": "^v4.0.1",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-unsafe-reference": "^v5.0.0",
"purescript-web-html": "^v4.0.0"
},
"resolutions": {
"purescript-control": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-unsafe-coerce": "^6.0.0",
"purescript-safe-coerce": "^2.0.0"
}
}
Loading