Skip to content

Commit 5c8844d

Browse files
committed
update only major versions
1 parent 53da4ed commit 5c8844d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "git://github.com/purescript-node/purescript-node-http.git"
1313
},
1414
"devDependencies": {
15-
"purescript-console": "^4.2.0"
15+
"purescript-console": "^4.1.0"
1616
},
1717
"dependencies": {
1818
"purescript-arraybuffer-types": "^2.0.0",
@@ -24,9 +24,9 @@
2424
"purescript-node-buffer": "^5.0.0",
2525
"purescript-node-streams": "^4.0.0",
2626
"purescript-node-url": "^4.0.0",
27-
"purescript-nullable": "^4.1.0",
27+
"purescript-nullable": "^4.0.0",
2828
"purescript-options": "^5.0.0",
29-
"purescript-prelude": "^4.1.0",
29+
"purescript-prelude": "^4.0.0",
3030
"purescript-unsafe-coerce": "^4.0.0"
3131
}
3232
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"jscs": "^3.0.7",
1010
"jshint": "^2.9.5",
11-
"pulp": "^12.3.0",
11+
"pulp": "^12.2.0",
1212
"purescript-psa": "^0.6.0",
1313
"rimraf": "^2.6.2"
1414
}

0 commit comments

Comments
 (0)