| Laura Fitzgerald As for package-lock.json:
- It updates when a change in node_modules or package.json happens, so when you did npm install it there was probably a new version of some package that wasn't available last time package-lock.json was commited. I think whenever it updates, commit it again.
As for UI comments:
- Searching the data sources: I say it's a say create a ticket, it's a nice enhancement.
- Viewing the Resolvers Page: this behavior is well-known and there's already a ticket #AEROGEAR-7756.
|