|
16 | 16 | "package.json" |
17 | 17 | ], |
18 | 18 | "dependencies": { |
19 | | - "purescript-exceptions": "#compiler/0.12", |
20 | | - "purescript-foreign": "#compiler/0.12", |
21 | | - "purescript-functions": "#compiler/0.12", |
22 | | - "purescript-node-fs": "#compiler/0.12", |
23 | | - "purescript-node-streams": "#compiler/0.12", |
24 | | - "purescript-nullable": "#compiler/0.12", |
25 | | - "purescript-posix-types": "#compiler/0.12", |
26 | | - "purescript-unsafe-coerce": "#compiler/0.12", |
27 | | - "purescript-foreign-object": "#compiler/0.12" |
| 19 | + "purescript-exceptions": "^4.0.0", |
| 20 | + "purescript-foreign": "^5.0.0", |
| 21 | + "purescript-functions": "^4.0.0", |
| 22 | + "purescript-node-fs": "^5.0.0", |
| 23 | + "purescript-node-streams": "^4.0.0", |
| 24 | + "purescript-nullable": "^4.0.0", |
| 25 | + "purescript-posix-types": "^4.0.0", |
| 26 | + "purescript-unsafe-coerce": "^4.0.0", |
| 27 | + "purescript-foreign-object": "^1.0.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "purescript-console": "#compiler/0.12" |
| 30 | + "purescript-console": "^4.1.0" |
31 | 31 | } |
32 | 32 | } |
0 commit comments