We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14fc45 commit 396702dCopy full SHA for 396702d
bower.json
@@ -16,14 +16,14 @@
16
"package.json"
17
],
18
"devDependencies": {
19
- "purescript-console": "#compiler/0.12"
20
- }
+ "purescript-console": "^4.0.0"
+ },
21
"dependencies": {
22
- "purescript-node-streams": "#compiler/0.12",
23
- "purescript-node-process": "#compiler/0.12",
24
- "purescript-options": "#compiler/0.12",
25
- "purescript-foreign": "#compiler/0.12",
26
- "purescript-prelude": "#compiler/0.12",
27
- "purescript-effect": "#compiler/0.12"
+ "purescript-node-streams": "^4.0.0",
+ "purescript-node-process": "^6.0.0",
+ "purescript-options": "^v4.0.0",
+ "purescript-foreign": "^5.0.0",
+ "purescript-prelude": "^v4.0.0",
+ "purescript-effect": "^2.0.0"
28
}
29
0 commit comments