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


Commits:
316d7dfc by Arthur Bogaart at 2018-02-23T10:27:22+01:00
HIPPOTHEME-160 Upgrade to node8 and npm5

Removed npm-shrinkwrap since it was in an old format. Generated a
package-lock.json file with new dependencies for:
- 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)

- - - - -


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/commit/316d7dfc3cb7e9bcdbfaf59b1633aff4747eed60

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-frontend-theme/commit/316d7dfc3cb7e9bcdbfaf59b1633aff4747eed60
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