Skip to content

Commit 5de63ee

Browse files
authored
v3 publishing prep (#15)
1 parent fcd97e2 commit 5de63ee

File tree

1 file changed

+35
-23
lines changed

1 file changed

+35
-23
lines changed

bower.json

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
{
2-
"name": "purescript-react-halo",
3-
"license": [
4-
"BSD-3-Clause"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/robertdp/purescript-react-halo.git"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-aff": "^v6.0.0",
18-
"purescript-free": "^v6.0.0",
19-
"purescript-freeap": "^v6.0.0",
20-
"purescript-halogen-subscriptions": "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git#^1.0.0",
21-
"purescript-react-basic-hooks": "^v7.0.0",
22-
"purescript-refs": "^v5.0.0",
23-
"purescript-unsafe-reference": "^v4.0.0"
24-
}
2+
"name": "purescript-react-halo",
3+
"license": [
4+
"BSD-3-Clause"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/robertdp/purescript-react-halo.git"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v7.0.0",
18+
"purescript-bifunctors": "^v6.0.0",
19+
"purescript-effect": "^v4.0.0",
20+
"purescript-either": "^v6.1.0",
21+
"purescript-foldable-traversable": "^v6.0.0",
22+
"purescript-free": "^v7.0.0",
23+
"purescript-freeap": "^v7.0.0",
24+
"purescript-halogen-subscriptions": "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git#v2.0.0",
25+
"purescript-maybe": "^v6.0.0",
26+
"purescript-newtype": "^v5.0.0",
27+
"purescript-ordered-collections": "^v3.0.0",
28+
"purescript-parallel": "^v6.0.0",
29+
"purescript-prelude": "^v6.0.0",
30+
"purescript-react-basic-hooks": "^v8.0.0",
31+
"purescript-refs": "^v6.0.0",
32+
"purescript-tailrec": "^v6.0.0",
33+
"purescript-transformers": "^v6.0.0",
34+
"purescript-tuples": "^v7.0.0",
35+
"purescript-unsafe-reference": "^v5.0.0"
36+
}
2537
}

0 commit comments

Comments
 (0)