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

Commit d2b3370

Browse files
committed
chore(dep): dependencies update
1 parent 5cdb98f commit d2b3370

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"url": "https://github.com/angular-ui/ui-codemirror.git"
2222
},
2323
"dependencies": {
24-
"angular": ">=1.0.x",
25-
"codemirror": "~3.19.0"
24+
"angular": "^1",
25+
"codemirror": "^3"
2626
},
2727
"devDependencies": {
28-
"angular-mocks": ">=1.0.x"
28+
"angular-mocks": "^1"
2929
}
3030
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
"devDependencies": {
1111
"angular-ui-publisher": "1.2.x",
1212
"grunt": "~0.4.2",
13-
"grunt-contrib-connect": "~0.5.0",
14-
"grunt-contrib-copy": "~0.4.1",
15-
"grunt-contrib-jshint": "~0.7.2",
16-
"grunt-contrib-uglify": "~0.2.7",
17-
"grunt-contrib-watch": "~0.5.3",
18-
"grunt-conventional-changelog": "~1.0.0",
19-
"grunt-karma": "~0.6.2",
13+
"grunt-contrib-connect": "~0.7.0",
14+
"grunt-contrib-copy": "~0.5.0",
15+
"grunt-contrib-jshint": "~0.10.0",
16+
"grunt-contrib-uglify": "~0.4.0",
17+
"grunt-contrib-watch": "~0.6.0",
18+
"grunt-conventional-changelog": "~1.1.0",
19+
"grunt-karma": "~0.8.0",
2020
"grunt-ngmin": "0.0.3",
21-
"karma": "~0.10.8",
21+
"karma": "~0.12.0",
2222
"karma-chrome-launcher": "~0.1.1",
23-
"karma-coffee-preprocessor": "~0.1.1",
23+
"karma-coffee-preprocessor": "~0.2.1",
2424
"karma-firefox-launcher": "~0.1.2",
2525
"karma-html2js-preprocessor": "~0.1.0",
2626
"karma-jasmine": "~0.1.4",
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.2.0",
30+
"load-grunt-tasks": "~0.4.0",
3131
"requirejs": "~2.1.9"
3232
},
3333
"scripts": {},

0 commit comments

Comments
 (0)