Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit fe27025

Browse files
authored
Merge pull request #72 from garyb/updates
Update dependencies
2 parents 5101e1c + 7a73d91 commit fe27025

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
],
2424
"dependencies": {
2525
"purescript-const": "^1.0.0",
26-
"purescript-functor-compose": "#384edff4e5606f0db7b5f06903b3defd807d8a27",
27-
"purescript-hugenums": "^2.0.0",
28-
"purescript-lists": "^1.0.0",
26+
"purescript-functor-compose": "^0.1.0",
27+
"purescript-hugenums": "^2.0.1",
28+
"purescript-lists": "^1.0.1",
2929
"purescript-parsing": "^1.0.0",
3030
"purescript-partial": "^1.1.2",
31-
"purescript-prelude": "^1.0.0",
31+
"purescript-prelude": "^1.0.1",
3232
"purescript-sets": "^1.0.0",
3333
"purescript-strings": "^1.1.0",
34-
"purescript-strongcheck": "^1.0.0",
34+
"purescript-strongcheck": "^1.1.1",
3535
"purescript-validation": "^1.0.0"
3636
}
3737
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"devDependencies": {
99
"pulp": "^9.0.1",
10-
"purescript": "^0.9.1",
10+
"purescript": "^0.9.2",
1111
"purescript-psa": "^0.3.9",
12-
"rimraf": "^2.5.0"
12+
"rimraf": "^2.5.4"
1313
}
1414
}

0 commit comments

Comments
 (0)