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