From 393d00e415728c61ab84ba28ba0a61809ff48254 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Sun, 27 Mar 2016 13:43:48 +0200 Subject: [PATCH] chore: update to Angular 1.5.3 --- Gruntfile.js | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2e769b4828..783344ea44 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,7 @@ module.exports = function(grunt) { grunt.util.linefeed = '\n'; grunt.initConfig({ - ngversion: '1.5.2', + ngversion: '1.5.3', bsversion: '3.3.6', modules: [],//to be filled in by build task pkg: grunt.file.readJSON('package.json'), diff --git a/package.json b/package.json index 6c117562e8..f23b3a6374 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "url": "https://github.com/angular-ui/bootstrap.git" }, "devDependencies": { - "angular": "1.5.2", - "angular-mocks": "1.5.2", - "angular-sanitize": "1.5.2", + "angular": "1.5.3", + "angular-mocks": "1.5.3", + "angular-sanitize": "1.5.3", "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0",