Skip to content

Commit

Permalink
memo' tests
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu committed May 24, 2022
1 parent 7b98d85 commit 887b90b
Show file tree
Hide file tree
Showing 11 changed files with 402 additions and 301 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run deps --if-present
Expand Down
91 changes: 42 additions & 49 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,44 @@
{
"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"
}
"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"
}
}
14 changes: 6 additions & 8 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220522/packages.dhall
sha256:43895efaec7af246b60b59cfbf451cd9d3d84a5327de8c0945e2de5c9fd2fcf2
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220523/packages.dhall
sha256:985f90fa68fd8b43b14c777d6ec2c161c4dd9009563b6f51685a54e4a26bf8ff

in upstream
in upstream
with react-testing-library =
{ dependencies =
[ "aff"
Expand All @@ -27,9 +27,8 @@ in upstream
]
, repo =
"https://github.com/i-am-the-slime/purescript-react-testing-library"
, version = "v4.0.0"
, version = "v4.0.1"
}

with react-basic-dom =
{ dependencies =
[ "effect"
Expand All @@ -45,7 +44,6 @@ in upstream
, "web-file"
, "web-html"
]
, repo =
"https://github.com/Zelenya7/purescript-react-basic-dom"
, repo = "https://github.com/Zelenya7/purescript-react-basic-dom"
, version = "purescript-0.15-spago"
}
}
Loading

0 comments on commit 887b90b

Please sign in to comment.