Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit c494a2a

Browse files
committed
Update dependencies
1 parent 918b1f6 commit c494a2a

File tree

3 files changed

+328
-80
lines changed

3 files changed

+328
-80
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-lens",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "PureScript implementation of Lens.",
55
"license": "MIT",
66
"homepage": "https://github.com/joneshf/purescript-lens",
@@ -24,10 +24,10 @@
2424
"tests"
2525
],
2626
"dependencies": {
27-
"purescript-profunctor": "~0.0.2",
28-
"purescript-distributive": "~0.3.0",
29-
"purescript-const": "~0.2.0",
30-
"purescript-identity": "~0.2.0",
27+
"purescript-profunctor": "~0.1.0",
28+
"purescript-distributive": "~0.4.0",
29+
"purescript-const": "~0.3.0",
30+
"purescript-identity": "~0.3.0",
3131
"purescript-either": "~0.1.4",
3232
"purescript-maybe": "~0.2.1"
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-lens",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "PureScript implementation of Lens",
55
"license": "MIT",
66
"homepage": "https://github.com/joneshf/purescript-lens",

0 commit comments

Comments
 (0)