Skip to content

Commit 5510335

Browse files
committed
Using specific versions
1 parent aafac51 commit 5510335

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"dist"
1818
],
1919
"dependencies": {
20-
"purescript-maybe": "~0.1.3"
20+
"purescript-maybe": "0.1.3"
2121
},
2222
"devDependencies": {
23-
"angular": "~1.2.18",
24-
"todomvc-common": "~0.1.9",
25-
"purescript-strings": "~0.1.3",
26-
"purescript-arrays": "~0.1.8",
27-
"purescript-control": "~0.1.1",
28-
"purescript-foldable-traversable": "~0.1.2"
23+
"angular": "1.2.20",
24+
"todomvc-common": "0.1.9",
25+
"purescript-strings": "0.2.1",
26+
"purescript-arrays": "0.1.8",
27+
"purescript-control": "0.1.1",
28+
"purescript-foldable-traversable": "0.1.3"
2929
}
3030
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "purescript-angular",
33
"private": true,
44
"devDependencies": {
5-
"gulp": "^3.7.0",
6-
"gulp-clean": "^0.2.4",
7-
"gulp-plumber": "^0.5.6",
8-
"gulp-purescript": "^0.0.8",
9-
"gulp-util": "^2.2.14",
10-
"node-static": "^0.7.3"
5+
"gulp": "3.8.7",
6+
"gulp-clean": "0.3.1",
7+
"gulp-plumber": "0.6.4",
8+
"gulp-purescript": "0.0.9",
9+
"gulp-util": "3.0.0",
10+
"node-static": "0.7.4"
1111
}
1212
}

0 commit comments

Comments
 (0)