[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 7cd1202a29895bd5f75ad8d882a032c5f578974f
Evergreen Git
git at git.evergreen-ils.org
Tue May 15 12:33:06 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, rel_3_1 has been updated
via 7cd1202a29895bd5f75ad8d882a032c5f578974f (commit)
via e7d1aaab210b3b95e2449063a4a8ac9475579e8b (commit)
from c15747a141867abf695899beadee49579360e99f (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 7cd1202a29895bd5f75ad8d882a032c5f578974f
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 e7d1aaab210b3b95e2449063a4a8ac9475579e8b
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