[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6d5e44f845364e104f8460385864861d6689cc5a

Evergreen Git git at git.evergreen-ils.org
Tue May 15 12:31:32 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  6d5e44f845364e104f8460385864861d6689cc5a (commit)
       via  f126562a5e6876f6ca93790ca3262a5b410646ce (commit)
      from  8ff2e09762f34371b932c69c4fa14b09540f6a86 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d5e44f845364e104f8460385864861d6689cc5a
Author: Jason Stephenson <jason at sigio.com>
Date:   Tue May 15 11:00:21 2018 -0400

    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 <jason at sigio.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json
index dacc8ff..499e394 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",

commit f126562a5e6876f6ca93790ca3262a5b410646ce
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue May 15 10:34:58 2018 -0400

    LP#1771371: Pin to AngularJS 1.6
    
    Fixes a problem where we were pulling AngularJS 1.7.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/web/js/ui/default/staff/package.json b/Open-ILS/web/js/ui/default/staff/package.json
index 2f26fd0..dacc8ff 100644
--- a/Open-ILS/web/js/ui/default/staff/package.json
+++ b/Open-ILS/web/js/ui/default/staff/package.json
@@ -28,7 +28,7 @@
     "build-prod": "webpack --env.prod"
   },
   "dependencies": {
-    "angular": "^1.6.7",
+    "angular": "~1.6.7",
     "angular-animate": "^1.6.7",
     "angular-cookies": "^1.6.7",
     "angular-file-saver": "^1.1.3",

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/staff/package.json |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list