|
9 | 9 | "license": "Apache-2.0",
|
10 | 10 | "repository": {
|
11 | 11 | "type": "git",
|
12 |
| - "url": "git://github.com/slamdata/purescript-affjax.git" |
| 12 | + "url": "https://github.com/purescript-contrib/purescript-affjax.git" |
13 | 13 | },
|
14 | 14 | "ignore": [
|
15 | 15 | "**/.*",
|
|
23 | 23 | "package.json"
|
24 | 24 | ],
|
25 | 25 | "dependencies": {
|
26 |
| - "purescript-aff": "main", |
27 |
| - "purescript-argonaut-core": "main", |
28 |
| - "purescript-arraybuffer-types": "main", |
29 |
| - "purescript-web-xhr": "master", |
30 |
| - "purescript-foreign": "master", |
31 |
| - "purescript-form-urlencoded": "main", |
32 |
| - "purescript-http-methods": "main", |
33 |
| - "purescript-integers": "master", |
34 |
| - "purescript-math": "master", |
35 |
| - "purescript-media-types": "main", |
36 |
| - "purescript-nullable": "main", |
37 |
| - "purescript-refs": "master", |
38 |
| - "purescript-unsafe-coerce": "master" |
| 26 | + "purescript-aff": "^6.0.0", |
| 27 | + "purescript-argonaut-core": "^6.0.0", |
| 28 | + "purescript-arraybuffer-types": "^3.0.0", |
| 29 | + "purescript-foreign": "^6.0.0", |
| 30 | + "purescript-form-urlencoded": "^6.0.0", |
| 31 | + "purescript-http-methods": "^5.0.0", |
| 32 | + "purescript-integers": "^5.0.0", |
| 33 | + "purescript-math": "^3.0.0", |
| 34 | + "purescript-media-types": "^5.0.0", |
| 35 | + "purescript-nullable": "^5.0.0", |
| 36 | + "purescript-refs": "^5.0.0", |
| 37 | + "purescript-unsafe-coerce": "^5.0.0", |
| 38 | + "purescript-web-xhr": "^4.0.0" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "purescript-console": "master" |
| 41 | + "purescript-console": "^5.0.0", |
| 42 | + "purescript-effect": "^3.0.0" |
42 | 43 | }
|
43 | 44 | }
|
0 commit comments