Upgrades and any removals

pull/1463/head
Rick Carlino 2019-09-25 10:25:18 -05:00
parent 52ab40b189
commit 7b046af751
3 changed files with 3 additions and 4 deletions

View File

@ -62,7 +62,7 @@ if Rails.env == "development"
z: rand(1...300) })
end
VEGGIES.each do |veggie|
VEGGIES.shuffle.first(PLANT_COUNT).each do |veggie|
Plant.create(device: u.device,
x: rand(40...1500),
y: rand(40...800),

View File

@ -273,8 +273,7 @@ export function FbosDetails(props: FbosDetailsProps) {
env, commit, target, node_name, firmware_version, firmware_commit,
soc_temp, wifi_level, uptime, memory_usage, disk_usage, throttled,
wifi_level_percent, cpu_usage, private_ip,
// tslint:disable-next-line:no-any
} = props.botInfoSettings as any;
} = props.botInfoSettings;
const { last_ota, last_ota_checkup } = props.deviceAccount.body;
return <div>

View File

@ -45,7 +45,7 @@
"coveralls": "3.0.6",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"farmbot": "8.3.0-rc1",
"farmbot": "8.3.0-rc2",
"i18next": "17.0.16",
"lodash": "4.17.15",
"markdown-it": "10.0.0",