Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 8157dec

Browse files
fix(build): lock CI tests to use Angular 1.4.4
1 parent e374b29 commit 8157dec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"url": "git://github.com/angular/material.git"
66
},
77
"devDependencies": {
8-
"angular": "^1.4.0",
9-
"angular-animate": "^1.4.0",
10-
"angular-aria": "^1.4.0",
11-
"angular-messages": "^1.4.0",
12-
"angular-mocks": "^1.4.0",
13-
"angular-route": "^1.4.0",
8+
"angular": "1.4.4",
9+
"angular-animate": "1.4.4",
10+
"angular-aria": "1.4.4",
11+
"angular-messages": "1.4.4",
12+
"angular-mocks": "1.4.4",
13+
"angular-route": "1.4.4",
1414
"angularytics": "^0.3.0",
1515
"canonical-path": "0.0.2",
1616
"cli-color": "^1.0.0",
@@ -64,4 +64,4 @@
6464
"merge-base": "git merge-base $(npm run -s current-branch) origin/master",
6565
"squash": "git rebase -i $(npm run -s merge-base)"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)