|
22 | 22 | "output" |
23 | 23 | ], |
24 | 24 | "dependencies": { |
25 | | - "purescript-prelude": "#compiler/0.12", |
26 | | - "purescript-effect": "#compiler/0.12", |
27 | | - "purescript-tuples": "#compiler/0.12", |
28 | | - "purescript-web-html": "#compiler/0.12", |
29 | | - "purescript-foreign-object": "#compiler/0.12", |
30 | | - "purescript-maybe": "#compiler/0.12", |
31 | | - "purescript-unsafe-coerce": "#compiler/0.12", |
32 | | - "purescript-bifunctors": "#compiler/0.12", |
33 | | - "purescript-refs": "#compiler/0.12", |
34 | | - "purescript-foreign": "#compiler/0.12" |
| 25 | + "purescript-prelude": "^4.0.0", |
| 26 | + "purescript-effect": "^2.0.0", |
| 27 | + "purescript-tuples": "^5.0.0", |
| 28 | + "purescript-web-html": "^1.0.0", |
| 29 | + "purescript-foreign-object": "^1.0.0", |
| 30 | + "purescript-maybe": "^4.0.0", |
| 31 | + "purescript-unsafe-coerce": "^4.0.0", |
| 32 | + "purescript-bifunctors": "^4.0.0", |
| 33 | + "purescript-refs": "^4.1.0", |
| 34 | + "purescript-foreign": "^5.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "purescript-js-timers": "#compiler/0.12", |
38 | | - "purescript-exists": "#compiler/0.12" |
| 37 | + "purescript-js-timers": "^4.0.0", |
| 38 | + "purescript-exists": "^4.0.0" |
39 | 39 | } |
40 | 40 | } |
0 commit comments