|
2 | 2 | "name": "purescript-strings-extra", |
3 | 3 | "homepage": "https://github.com/purescript-contrib/purescript-strings-extra", |
4 | 4 | "description": "Additional String utilities", |
5 | | - "keywords": ["purescript"], |
| 5 | + "keywords": [ |
| 6 | + "purescript" |
| 7 | + ], |
6 | 8 | "license": "MIT", |
7 | 9 | "ignore": [ |
8 | 10 | "**/.*", |
|
15 | 17 | ], |
16 | 18 | "repository": { |
17 | 19 | "type": "git", |
18 | | - "url": "git://github.com/purescript-contrib/purescript-string-extras.git" |
| 20 | + "url": "https://github.com/purescript-contrib/purescript-strings-extra.git" |
19 | 21 | }, |
20 | 22 | "dependencies": { |
21 | | - "purescript-strings": "^4.0.1", |
22 | | - "purescript-prelude": "^4.1.1", |
23 | | - "purescript-maybe": "^4.0.1", |
24 | | - "purescript-partial": "^2.0.1", |
25 | | - "purescript-either": "^4.1.1", |
26 | | - "purescript-foldable-traversable": "^4.1.1", |
27 | | - "purescript-unicode": "^4.0.1", |
28 | | - "purescript-arrays": "^5.3.0" |
| 23 | + "purescript-arrays": "^6.0.0", |
| 24 | + "purescript-foldable-traversable": "^5.0.0", |
| 25 | + "purescript-maybe": "^5.0.0", |
| 26 | + "purescript-prelude": "^5.0.0", |
| 27 | + "purescript-strings": "^5.0.0", |
| 28 | + "purescript-unicode": "^5.0.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "purescript-assert": "^4.1.0", |
32 | | - "purescript-console": "^4.2.0" |
| 31 | + "purescript-assert": "^5.0.0", |
| 32 | + "purescript-console": "^5.0.0", |
| 33 | + "purescript-effect": "^3.0.0" |
33 | 34 | } |
34 | 35 | } |
0 commit comments