From 9a0a0f85ccb87554f8be8489371cf8aeb95dd584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dras=CC=8Cko=20Kokic=CC=81?= Date: Thu, 24 May 2018 18:12:49 +0200 Subject: [PATCH] Upgrade dependencies to the latest stable angular.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9deab621..1cf62b05f 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ }, "homepage": "https://github.com/preboot/angularjs-webpack", "dependencies": { - "angular": "^1.5.0" + "angular": "^1.7.0" }, "devDependencies": { "ajv": "^6.4.0", - "angular-mocks": "^1.5.0", + "angular-mocks": "^1.7.0", "autoprefixer": "^8.4.1", "babel-core": "^6.26.3", "babel-loader": "^7.1.4",