|
15 | 15 | ], |
16 | 16 | "repository": { |
17 | 17 | "type": "git", |
18 | | - "url": "git://github.com/purescript-contrib/purescript-argonaut-core.git" |
| 18 | + "url": "https://github.com/purescript-contrib/purescript-argonaut-core.git" |
19 | 19 | }, |
20 | 20 | "ignore": [ |
21 | 21 | "**/.*", |
|
27 | 27 | "package.json" |
28 | 28 | ], |
29 | 29 | "dependencies": { |
30 | | - "purescript-arrays": "^5.0.0", |
31 | | - "purescript-control": "^4.0.0", |
32 | | - "purescript-either": "^4.0.0", |
33 | | - "purescript-foreign-object": "^2.0.0", |
34 | | - "purescript-functions": "^4.0.0", |
35 | | - "purescript-gen": "^2.0.0", |
36 | | - "purescript-maybe": "^4.0.0", |
37 | | - "purescript-nonempty": "^5.0.0", |
38 | | - "purescript-prelude": "^4.0.0", |
39 | | - "purescript-strings": "^4.0.0", |
40 | | - "purescript-tailrec": "^4.0.0" |
| 30 | + "purescript-arrays": "^6.0.0", |
| 31 | + "purescript-control": "^5.0.0", |
| 32 | + "purescript-either": "^5.0.0", |
| 33 | + "purescript-foreign-object": "^3.0.0", |
| 34 | + "purescript-functions": "^5.0.0", |
| 35 | + "purescript-gen": "^3.0.0", |
| 36 | + "purescript-maybe": "^5.0.0", |
| 37 | + "purescript-nonempty": "^6.0.0", |
| 38 | + "purescript-prelude": "^5.0.0", |
| 39 | + "purescript-strings": "^5.0.0", |
| 40 | + "purescript-tailrec": "^5.0.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "purescript-quickcheck": "^6.0.0" |
| 43 | + "purescript-console": "^5.0.0", |
| 44 | + "purescript-effect": "^3.0.0", |
| 45 | + "purescript-quickcheck": "^7.0.0" |
44 | 46 | } |
45 | 47 | } |
0 commit comments