Skip to content

Commit 6f14ef2

Browse files
Update dependencies
1 parent d4d67bb commit 6f14ef2

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

bower.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/garyb/purescript-codec-argonaut.git"
7+
"url": "https://github.com/garyb/purescript-codec-argonaut.git"
88
},
99
"ignore": [
1010
"**/.*",
@@ -16,15 +16,14 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-argonaut-core": "^5.0.0",
20-
"purescript-codec": "v3.0.0",
21-
"purescript-generics-rep": "^6.0.0",
22-
"purescript-variant": "^6.0.0",
23-
"purescript-ordered-collections": "^1.0.0",
24-
"purescript-type-equality": "^3.0.0"
19+
"purescript-argonaut-core": "^6.0.0",
20+
"purescript-codec": "thomashoneyman/purescript-codec#master",
21+
"purescript-variant": "^7.0.1",
22+
"purescript-ordered-collections": "^2.0.0",
23+
"purescript-type-equality": "^4.0.0"
2524
},
2625
"devDependencies": {
27-
"purescript-argonaut-codecs": "^6.0.0",
28-
"purescript-quickcheck": "^6.1.0"
26+
"purescript-argonaut-codecs": "^8.0.0",
27+
"purescript-quickcheck": "^7.0.0"
2928
}
3029
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^13.0.0",
10-
"purescript": "^0.13.0",
11-
"purescript-psa": "^0.7.3",
12-
"rimraf": "^2.6.2"
9+
"pulp": "^15.0.0",
10+
"purescript": "^0.14.0",
11+
"purescript-psa": "^0.8.2",
12+
"rimraf": "^3.0.0"
1313
}
1414
}

0 commit comments

Comments
 (0)