Skip to content

Commit

Permalink
MH-13638, Update NPM
Browse files Browse the repository at this point in the history
This patch updates node and npm to the latest LTS version which [should
hopefully fix the package-lock.json problem](npm/cli#76 (comment))
although this is hard to verify.

Worst case, we just upgraded npm.
  • Loading branch information
lkiesow committed Jun 19, 2019
1 parent a0d97ea commit 206627f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 30 deletions.
41 changes: 30 additions & 11 deletions modules/admin-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 36 additions & 17 deletions modules/engage-paella-player/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<json-simple.version>1.1.1</json-simple.version>
<karaf.version>4.2.2</karaf.version>
<mina.version>2.1.0</mina.version>
<node.version>v10.15.1</node.version>
<npm.version>6.4.1</npm.version>
<node.version>v10.16.0</node.version>
<npm.version>6.9.0</npm.version>
<osgi.compendium.version>5.0.0</osgi.compendium.version>
<osgi.core.version>5.0.0</osgi.core.version>
<osgi.enterprise.version>5.0.0</osgi.enterprise.version>
Expand Down

0 comments on commit 206627f

Please sign in to comment.