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

Commit 0530352

Browse files
committed
chore: bump angular to 1.5.5
Closes #5920
1 parent a075824 commit 0530352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
99
grunt.util.linefeed = '\n';
1010

1111
grunt.initConfig({
12-
ngversion: '1.5.3',
12+
ngversion: '1.5.5',
1313
bsversion: '3.3.6',
1414
modules: [],//to be filled in by build task
1515
pkg: grunt.file.readJSON('package.json'),

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"url": "https://github.com/angular-ui/bootstrap.git"
2323
},
2424
"devDependencies": {
25-
"angular": "1.5.3",
26-
"angular-mocks": "1.5.3",
27-
"angular-sanitize": "1.5.3",
25+
"angular": "1.5.5",
26+
"angular-mocks": "1.5.5",
27+
"angular-sanitize": "1.5.5",
2828
"grunt": "^0.4.5",
2929
"grunt-contrib-concat": "^1.0.0",
3030
"grunt-contrib-copy": "^1.0.0",

0 commit comments

Comments
 (0)