|
4 | 4 | "license": "BSD-3-Clause", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
7 | | - "url": "git://github.com/purescript/purescript-validation.git" |
| 7 | + "url": "https://github.com/purescript/purescript-validation.git" |
8 | 8 | }, |
9 | 9 | "ignore": [ |
10 | 10 | "**/.*", |
|
16 | 16 | "package.json" |
17 | 17 | ], |
18 | 18 | "dependencies": { |
19 | | - "purescript-bifunctors": "master", |
20 | | - "purescript-control": "master", |
21 | | - "purescript-either": "master", |
22 | | - "purescript-foldable-traversable": "master", |
23 | | - "purescript-prelude": "master", |
24 | | - "purescript-newtype": "master" |
| 19 | + "purescript-bifunctors": "^5.0.0", |
| 20 | + "purescript-control": "^5.0.0", |
| 21 | + "purescript-either": "^5.0.0", |
| 22 | + "purescript-foldable-traversable": "^5.0.0", |
| 23 | + "purescript-newtype": "^4.0.0", |
| 24 | + "purescript-prelude": "^5.0.0" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "purescript-psci-support": "master", |
28 | | - "purescript-console": "master", |
29 | | - "purescript-generics-rep": "master", |
30 | | - "purescript-ordered-collections": "master", |
31 | | - "purescript-strings": "master" |
| 27 | + "purescript-console": "^5.0.0", |
| 28 | + "purescript-ordered-collections": "^2.0.0", |
| 29 | + "purescript-psci-support": "^5.0.0", |
| 30 | + "purescript-strings": "^5.0.0" |
32 | 31 | } |
33 | 32 | } |
0 commit comments