Skip to content

Commit ef27577

Browse files
committed
bump
1 parent 4063468 commit ef27577

File tree

1 file changed

+37
-33
lines changed

1 file changed

+37
-33
lines changed

bower.json

Lines changed: 37 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
{
2-
"name": "purescript-flame",
3-
"license": [
4-
"MIT"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/easafe/purescript-flame"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-aff": "^v5.1.2",
18-
"purescript-argonaut-codecs": "^v7.0.0",
19-
"purescript-argonaut-generic": "^v6.0.0",
20-
"purescript-console": "^v4.4.0",
21-
"purescript-debug": "^v4.0.0",
22-
"purescript-effect": "^v2.0.1",
23-
"purescript-foreign-object": "^v2.0.3",
24-
"purescript-integers": "^v4.0.0",
25-
"purescript-nullable": "^v4.1.1",
26-
"purescript-prelude": "^v4.1.1",
27-
"purescript-psci-support": "^v4.0.0",
28-
"purescript-random": "^v4.0.0",
29-
"purescript-record": "^v2.0.2",
30-
"purescript-test-unit": "^v15.0.0",
31-
"purescript-web-events": "^v2.0.1",
32-
"purescript-web-html": "^v2.3.0",
33-
"purescript-web-uievents": "^v2.0.0"
34-
}
2+
"name": "purescript-flame",
3+
"license": "MIT",
4+
"ignore": [
5+
"**/.*",
6+
"node_modules",
7+
"bower_components",
8+
"output"
9+
],
10+
"dependencies": {
11+
"purescript-prelude": "^4.1.0",
12+
"purescript-console": "^4.2.0",
13+
"purescript-effect": "^2.0.1",
14+
"purescript-web-events": "^2.0.0",
15+
"purescript-web-dom": "^2.0.0",
16+
"purescript-web-html": "^2.0.0",
17+
"purescript-nullable": "^4.1.1",
18+
"purescript-aff": "^5.1.0",
19+
"purescript-foreign-object": "^2.0.1",
20+
"purescript-argonaut-generic": "^6.0.0",
21+
"purescript-argonaut-codecs": "^7.0.0"
22+
},
23+
"devDependencies": {
24+
"purescript-psci-support": "^4.0.0",
25+
"purescript-random": "^4.0.0",
26+
"purescript-integers": "^4.0.0",
27+
"purescript-affjax": "^7.0.0",
28+
"purescript-test-unit": "^14.0.0",
29+
"purescript-debug": "^4.0.0",
30+
"purescript-websocket-simple": "^3.0.1",
31+
"purescript-record": "^2.0.1",
32+
"purescript-node-http": "^5.0.1",
33+
"purescript-httpure": "^0.8.3"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/easafe/purescript-flame.git"
38+
}
3539
}

0 commit comments

Comments
 (0)