wp-shortcake / shortcake-bakery

A fine selection of shortcodes for WordPress
42 stars 16 forks source link

Dependency gardening: update outdated npm packages #201

Closed goldenapples closed 7 years ago

goldenapples commented 7 years ago

Updates all outdated node modules in package.json to the current versions. Runs all grunt tasks with the new packages.

This will be required in order to develop with recent versions of node. (Some dependency packages were not marked as incompatible with the latest node, when I tried to run npm install after updating node and npm globally.)

goldenapples commented 7 years ago

@davisshaver If you have a chance, I'd love it if you could try installing the modules from this package.json and see if you get the same output as I'm getting here...

davisshaver commented 7 years ago

On first try after rm -rf node_modules && npm install still getting a diff...

screen shot 2016-12-19 at 2 24 06 pm

NPM 3.10.9 and node 7.2.0.

goldenapples commented 7 years ago

Ah, OK. looks like the change is something that was introduced in browserify-shim recently, and since we don't have a version specified in our package, we're getting different version of it.

I'll add browserify-shim@3.8.12 to the package-json dev dependencies; when I do that, I get the same output as you...