|
1 | 1 | { |
2 | 2 | "name": "purescript-freeap", |
3 | 3 | "license": "MIT", |
4 | | - "ignore": [ |
5 | | - "*", |
6 | | - "!src/**/*" |
7 | | - ], |
| 4 | + "ignore": ["*", "!src/**/*"], |
8 | 5 | "repository": { |
9 | 6 | "type": "git", |
10 | 7 | "url": "https://github.com/ethul/purescript-freeap.git" |
11 | 8 | }, |
12 | 9 | "dependencies": { |
13 | | - "purescript-exists": "^5.0.0", |
14 | | - "purescript-const": "^5.0.0", |
15 | | - "purescript-lists": "^6.0.0", |
16 | | - "purescript-gen": "^3.0.0" |
| 10 | + "purescript-exists": "^6.0.0", |
| 11 | + "purescript-const": "^6.0.0", |
| 12 | + "purescript-lists": "^7.0.0", |
| 13 | + "purescript-gen": "^4.0.0" |
17 | 14 | }, |
18 | 15 | "devDependencies": { |
19 | | - "purescript-either": "^5.0.0", |
20 | | - "purescript-integers": "^5.0.0", |
21 | | - "purescript-console": "^5.0.0", |
22 | | - "purescript-exceptions": "^5.0.0", |
23 | | - "purescript-quickcheck-laws": "^6.0.0" |
| 16 | + "purescript-either": "^6.0.0", |
| 17 | + "purescript-integers": "^6.0.0", |
| 18 | + "purescript-console": "^6.0.0", |
| 19 | + "purescript-exceptions": "^6.0.0", |
| 20 | + "purescript-quickcheck-laws": "^7.0.0" |
24 | 21 | } |
25 | 22 | } |
0 commit comments