From 6d5e44f845364e104f8460385864861d6689cc5a Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 15 May 2018 11:00:21 -0400 Subject: [PATCH] LP#1771371: Pin to AngularJS 1.6 Folowup commit to pin all Angular entries in package.json to 1.6. Signed-off-by: Jason Stephenson Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json index dacc8ff0a7..499e3945e9 100644 --- a/Open-ILS/web/js/ui/default/staff/package.json +++ b/Open-ILS/web/js/ui/default/staff/package.json @@ -5,7 +5,7 @@ "license": "GPL", "homepage": "https://evergreen-ils.org/", "devDependencies": { - "angular-mocks": "^1.6.7", + "angular-mocks": "~1.6.7", "clean-webpack-plugin": "^0.1.17", "copy-webpack-plugin": "^4.3.0", "jasmine-core": "^2.99.1", @@ -29,13 +29,13 @@ }, "dependencies": { "angular": "~1.6.7", - "angular-animate": "^1.6.7", - "angular-cookies": "^1.6.7", + "angular-animate": "~1.6.7", + "angular-cookies": "~1.6.7", "angular-file-saver": "^1.1.3", "angular-hotkeys": "^1.7.0", "angular-location-update": "0.0.2", "angular-order-object-by": "github:rxfork/ngOrderObjectBy#npm", - "angular-route": "^1.6.7", + "angular-route": "~1.6.7", "angular-tablesort": "^1.6.0", "angular-tree-control": "^0.2.28", "angular-ui-bootstrap": "^2.5.6", -- 2.43.2