strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

can we update dependencies of sse@0.0.6 to 0.0.7? #436

Closed smartmouse closed 5 years ago

smartmouse commented 6 years ago

Description/Steps to reproduce

sse@0.0.6 depends on options@latest This is not good for production. sse@0.0.7 recently updated to fix the dependency to options@0.0.6 instead of latest

Also we ran into an issue of resolving @latest in the build between different npm versions. npm 5.x

dc60server:apiconnect smartmouse$ npm ls options@latest


├─┬ apiconnect-cli-loopback@2.6.6
│ └─┬ loopback-workspace@3.42.0
│   └─┬ loopback@2.39.0
│     └─┬ strong-remoting@2.34.0
│       └─┬ sse@0.0.6
│         └── options@0.0.6 

dc60server:apiconnect smartmouse$ npm ls options@latest

npm 3.10.10

npm ls options@latest

├─┬ apiconnect-cli-loopback@2.6.6
│ └─┬ loopback-workspace@3.42.0
│   └─┬ loopback@2.39.0
│     └─┬ strong-remoting@2.34.0
│       └─┬ sse@0.0.6
│         └── options@0.0.6  invalid

Link to reproduction sandbox

Expected result

Additional information

bajtos commented 6 years ago

@smartmouse is this still relevant? Would you mind to contribute this upgrade yourself and open a pull request?

bajtos commented 5 years ago

We are using sse@0.0.8 now.