FBJS upgrade to v8.4.0

folders
Rick Carlino 2019-12-03 17:30:03 -06:00
parent c3bb45e0a2
commit 755ce7f178
3 changed files with 3 additions and 1 deletions

View File

@ -366,6 +366,7 @@ const KIND_PRIORITY: ResourceLookupTable = {
Sensor: 1,
Tool: 1,
Alert: 1,
Folder: 1,
PointGroup: 2,
SensorReading: 2,
Sequence: 2,

View File

@ -46,6 +46,7 @@ export const emptyState = (): RestResources => {
FarmwareInstallation: {},
FbosConfig: {},
FirmwareConfig: {},
Folder: {},
Image: {},
Log: {},
Peripheral: {},

View File

@ -45,7 +45,7 @@
"coveralls": "3.0.9",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"farmbot": "8.3.1",
"farmbot": "8.4.0",
"i18next": "19.0.1",
"install": "0.13.0",
"lodash": "4.17.15",