|
20 | 20 | "package.json" |
21 | 21 | ], |
22 | 22 | "dependencies": { |
23 | | - "purescript-datetime": "^3.0.0", |
24 | | - "purescript-foreign": "^4.0.0", |
25 | | - "purescript-node-buffer": "^3.0.0", |
26 | | - "purescript-node-path": "^2.0.0", |
27 | | - "purescript-unsafe-coerce": "^3.0.0", |
28 | | - "purescript-nullable": "^3.0.0", |
29 | | - "purescript-node-streams": "^3.0.0", |
30 | | - "purescript-exceptions": "^3.0.0", |
31 | | - "purescript-js-date": ">= 4.0.0 < 6.0.0", |
32 | | - "purescript-globals": "^3.0.0" |
| 23 | + "purescript-datetime": "#compiler/0.12", |
| 24 | + "purescript-foreign": "#compiler/0.12", |
| 25 | + "purescript-node-buffer": "justinwoo/purescript-node-buffer#compiler/0.12", |
| 26 | + "purescript-node-path": "justinwoo/purescript-node-path#compiler/0.12", |
| 27 | + "purescript-unsafe-coerce": "#compiler/0.12", |
| 28 | + "purescript-nullable": "#compiler/0.12", |
| 29 | + "purescript-node-streams": "justinwoo/purescript-node-streams#compiler/0.12", |
| 30 | + "purescript-exceptions": "#compiler/0.12", |
| 31 | + "purescript-js-date": "#compiler/0.12", |
| 32 | + "purescript-globals": "#compiler/0.12" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "purescript-console": "^3.0.0" |
| 35 | + "purescript-console": "#compiler/0.12" |
36 | 36 | } |
37 | 37 | } |
0 commit comments