|
3 | 3 | "license": "Apache-2.0", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | | - "url": "git://github.com/slamdata/purescript-ejson.git" |
| 6 | + "url": "https://github.com/slamdata/purescript-ejson.git" |
7 | 7 | }, |
8 | 8 | "ignore": [ |
9 | 9 | "**/.*", |
|
15 | 15 | "package.json" |
16 | 16 | ], |
17 | 17 | "dependencies": { |
18 | | - "purescript-ordered-collections": "^1.0.0", |
19 | | - "purescript-matryoshka": "^0.4.0", |
20 | | - "purescript-bifunctors": "^4.0.0", |
21 | | - "purescript-newtype": "^3.0.0", |
22 | | - "purescript-parsing": "^5.0.1", |
23 | | - "purescript-precise": "^4.0.0", |
24 | | - "purescript-profunctor-lenses": "^6.0.0", |
25 | | - "purescript-datetime": "^4.0.0" |
| 18 | + "purescript-ordered-collections": "^2.0.1", |
| 19 | + "purescript-matryoshka": "^0.5.0", |
| 20 | + "purescript-bifunctors": "^5.0.0", |
| 21 | + "purescript-newtype": "^4.0.0", |
| 22 | + "purescript-parsing": "^6.0.1", |
| 23 | + "purescript-precise": "^5.0.0", |
| 24 | + "purescript-profunctor-lenses": "^7.0.0", |
| 25 | + "purescript-datetime": "^5.0.2" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "purescript-quickcheck": "^6.0.0" |
| 28 | + "purescript-quickcheck": "^7.0.0" |
29 | 29 | } |
30 | 30 | } |
0 commit comments