mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
Update knexjs to 0.8.3
This commit is contained in:
parent
ab26c6a401
commit
12542bf7d4
@ -1,3 +1,4 @@
|
||||
* Update knexjs to ~0.8.3, which uses lodash 3 and means it will be deduplicated (reducing image size and runtime memory usage) [Page]
|
||||
* Stop caching config.json, avoids a race that could cause getting stuck repeatedly trying to register [Page]
|
||||
|
||||
# v0.0.13
|
||||
|
@ -14,7 +14,7 @@
|
||||
"dockerode": "~2.1.1",
|
||||
"event-stream": "^3.0.20",
|
||||
"express": "^4.0.0",
|
||||
"knex": "~0.7.3",
|
||||
"knex": "~0.8.3",
|
||||
"lodash": "^3.0.0",
|
||||
"mixpanel": "0.0.20",
|
||||
"network-checker": "~0.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user