Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 420f2eb

Browse files
committed
Update npm and Bower packages
1 parent cedf2e0 commit 420f2eb

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"test"
1717
],
1818
"dependencies": {
19-
"angular": "~1.2.0"
19+
"angular": "~1.2"
2020
},
2121
"devDependencies": {
22-
"jquery": "~1.10.2",
23-
"angular-mocks": "~1.2.0"
22+
"jquery": "~1.11",
23+
"angular-mocks": "~1.2"
2424
}
2525
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "ui-select",
33
"version": "0.0.1",
44
"devDependencies": {
5-
"bower": "~1.2.8",
6-
"grunt": "~0.4.2",
7-
"grunt-contrib-clean": "~0.4.0",
8-
"grunt-contrib-concat": "~0.1.2",
9-
"grunt-contrib-copy": "~0.5.0",
10-
"grunt-hustler": "~4.0.6",
11-
"grunt-karma": "~0.7.2",
12-
"karma": "~0.11.14",
13-
"karma-jasmine": "~0.1.5",
14-
"karma-chrome-launcher": "~0.1.2",
15-
"karma-firefox-launcher": "~0.1.3",
16-
"karma-phantomjs-launcher": "~0.1.2",
17-
"grunt-conventional-changelog": "~1.1.0"
5+
"bower": "~1.3",
6+
"grunt": "~0.4",
7+
"grunt-contrib-clean": "~0.4",
8+
"grunt-contrib-concat": "~0.1",
9+
"grunt-contrib-copy": "~0.5",
10+
"grunt-hustler": "~4.0",
11+
"grunt-karma": "~0.8",
12+
"karma": "~0.12",
13+
"karma-jasmine": "~0.2",
14+
"karma-chrome-launcher": "~0.1",
15+
"karma-firefox-launcher": "~0.1",
16+
"karma-phantomjs-launcher": "~0.1",
17+
"grunt-conventional-changelog": "~1.1"
1818
},
1919
"scripts": {
2020
"test": "grunt test"

0 commit comments

Comments
 (0)