Graylog2 / graylog-plugin-pipeline-processor

[DEPRECATED] Graylog Pipeline Message Processor Plugins
https://www.graylog.org/
GNU General Public License v3.0
20 stars 15 forks source link

Create npm-shrinkwrap.json files for the 2.4.0 release #240

Closed bernd closed 6 years ago

bernd commented 6 years ago

Due to a reflux peer dependency problem with react, we ran into an error and couldn't create a shrinkwrap file for the 2.4.0 release in December.

We now ran into a compatibility problem with a plugin because of changed dependencies and I tried to create a shrinkwrap file again. It worked after manually modifying the react peer dependency in the installed reflux module.

To make sure we have the correct dependency versions from the time of the 2.4.0 release build, I used the Jenkins workspace directory - which luckily still existed - to create the npm-shrinkwrap.json file.