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

Commit 6245a9e

Browse files
committed
chore(dep): update dependencies
1 parent 8bd844b commit 6245a9e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"url": "https://github.com/angular-ui/ui-codemirror.git"
2222
},
2323
"dependencies": {
24-
"angular": "^1",
25-
"codemirror": "4.3",
24+
"angular": "~1.3",
25+
"codemirror": "~4.8",
2626
"angular-mocks": "1.2.19"
2727
},
2828
"devDependencies": {
29-
"angular-mocks": "1.2.19"
29+
"angular-mocks": "~1.3"
3030
}
3131
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"devDependencies": {
1111
"angular-ui-publisher": "angular-ui/angular-ui-publisher#06e016272e0064eb030f52cffbe00daa48b56e20",
1212
"grunt": "~0.4.2",
13-
"grunt-contrib-connect": "~0.7.0",
14-
"grunt-contrib-copy": "~0.5.0",
13+
"grunt-contrib-connect": "~0.9.0",
14+
"grunt-contrib-copy": "~0.7.0",
1515
"grunt-contrib-jshint": "~0.10.0",
16-
"grunt-contrib-uglify": "~0.4.0",
16+
"grunt-contrib-uglify": "~0.6.0",
1717
"grunt-contrib-watch": "~0.6.0",
1818
"grunt-conventional-changelog": "~1.1.0",
19-
"grunt-karma": "~0.8.0",
19+
"grunt-karma": "~0.9.0",
2020
"grunt-ngmin": "0.0.3",
2121
"karma": "~0.12.0",
2222
"karma-chrome-launcher": "~0.1.1",
2323
"karma-coffee-preprocessor": "~0.2.1",
2424
"karma-firefox-launcher": "~0.1.2",
2525
"karma-html2js-preprocessor": "~0.1.0",
26-
"karma-jasmine": "~0.1.4",
26+
"karma-jasmine": "~0.3.0",
2727
"karma-phantomjs-launcher": "~0.1.1",
2828
"karma-requirejs": "~0.2.0",
2929
"karma-script-launcher": "~0.1.0",
30-
"load-grunt-tasks": "~0.4.0",
30+
"load-grunt-tasks": "~1.0.0",
3131
"requirejs": "~2.1.9"
3232
},
3333
"scripts": {

0 commit comments

Comments
 (0)