Arthur Bogaart pushed to branch release/4.1 at cms-community / 
hippo-frontend-theme


Commits:
2991d37c by Arthur Bogaart at 2018-02-23T16:22:28+01:00
HIPPOTHEME-163 Upgrade to node8 and npm5

Enforced usage of node >= 8 and npm >= 5

Bumped a couple of dependencies:
- grunt (don't use deprecated coffeescript module)
- grunt-contrib-imagemin (fix build error on node8)
- grunt-html2js (don't use deprecated jade module)
- grunt-sass (don't do a local build of sass-compiler)
- karma (v1.6 is not compatible with node8)
- karma-jasmine (simple bugfix)

- - - - -
f5c37a28 by Arthur Bogaart at 2018-02-23T16:30:21+01:00
HIPPOTHEME-163 Rename npm-shrinkwrap.json to package-lock.json

- - - - -
c176ba60 by Arthur Bogaart at 2018-02-23T16:31:17+01:00
HIPPOTHEME-163 Reintegrate feature/HIPPOTHEME-163

- - - - -


3 changed files:

- − npm-shrinkwrap.json
- + package-lock.json
- package.json


Changes:

=====================================
npm-shrinkwrap.json deleted
=====================================
The diff for this file was not included because it is too large.

=====================================
package-lock.json
=====================================
The diff for this file was not included because it is too large.

=====================================
package.json
=====================================
--- a/package.json
+++ b/package.json
@@ -10,6 +10,10 @@
     "test": "grunt test",
     "npmlink_watch": "grunt npmlink_watch"
   },
+  "engines": {
+    "node": ">=8",
+    "npm": ">=5"
+  },
   "peerDependencies": {
     "angular": "1.5.11",
     "angular-animate": "1.5.11",
@@ -33,7 +37,7 @@
     "bootstrap-sass": "3.3.7",
     "chosen-js": "1.7.0",
     "google-code-prettify": "1.0.5",
-    "grunt": "1.0.1",
+    "grunt": "1.0.2",
     "grunt-autoprefixer": "3.0.4",
     "grunt-cli": "1.2.0",
     "grunt-contrib-clean": "1.0.0",
@@ -42,22 +46,22 @@
     "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-csslint": "2.0.0",
     "grunt-contrib-cssmin": "2.0.0",
-    "grunt-contrib-imagemin": "1.0.1",
+    "grunt-contrib-imagemin": "2.0.1",
     "grunt-contrib-jshint": "1.1.0",
     "grunt-contrib-uglify": "2.3.0",
     "grunt-contrib-watch": "1.0.0",
-    "grunt-html2js": "0.3.8",
+    "grunt-html2js": "0.5.1",
     "grunt-karma": "2.0.0",
     "grunt-newer": "1.3.0",
     "grunt-ngdocs": "0.2.10",
-    "grunt-sass": "2.0.0",
+    "grunt-sass": "2.1.0",
     "grunt-svgmin": "4.0.0",
     "grunt-svgstore": "1.0.0",
     "jasmine-core": "2.5.2",
     "jquery": "3.2.1",
     "jshint-stylish": "2.2.1",
-    "karma": "1.6.0",
-    "karma-jasmine": "1.1.0",
+    "karma": "2.0.0",
+    "karma-jasmine": "1.1.1",
     "karma-junit-reporter": "1.2.0",
     "karma-phantomjs-launcher": "1.0.4",
     "load-grunt-tasks": "3.5.2",



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-frontend-theme/compare/06814bb16d26a3bf1097c114da3a40b63e0d65df...c176ba60c75cf535658d3b30e43f2e2da187a9bc

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-frontend-theme/compare/06814bb16d26a3bf1097c114da3a40b63e0d65df...c176ba60c75cf535658d3b30e43f2e2da187a9bc
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to