[UNSTABLE] Dep upgrades + interface updates

pull/1267/head
Rick Carlino 2019-07-12 14:30:10 -05:00
parent 67e2937da8
commit 2c8e177095
5 changed files with 11 additions and 13 deletions

View File

@ -38,7 +38,6 @@ module Api
Device
.delay
.connection_warning(username) if !is_guest
Rollbar.error(WARNING % username)
raise RateLimit, username
end
end

View File

@ -6,7 +6,8 @@ class FbosConfig < ApplicationRecord
after_save :maybe_sync_nerves, on: [:create, :update]
FIRMWARE_HARDWARE = [
NONE = nil,
NOT_SET = nil,
NONE = "none",
ARDUINO = "arduino",
FARMDUINO = "farmduino",
FARMDUINO_K14 = "farmduino_k14",

View File

@ -51,8 +51,7 @@ export let bot: Everything["bot"] = {
"user_env": {},
"process_info": {
"farmwares": {}
},
"alerts": {},
}
},
"dirty": false,
"currentOSVersion": "3.1.6",

View File

@ -66,8 +66,7 @@ export let initialState = (): BotState => ({
user_env: {},
process_info: {
farmwares: {},
},
alerts: {},
}
},
dirty: false,
currentOSVersion: undefined,

View File

@ -41,15 +41,13 @@
"axios": "0.19.0",
"boxed_value": "1.0.0",
"browser-speech": "1.1.1",
"coveralls": "3.0.4",
"coveralls": "3.0.5",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"farmbot": "8.0.1-rc9",
"farmbot": "8.0.2",
"i18next": "17.0.6",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"lodash": "4.17.14",
"markdown-it": "9.0.0",
"markdown-it": "9.0.1",
"markdown-it-emoji": "1.4.0",
"moment": "2.24.0",
"moxios": "0.4.0",
@ -61,14 +59,14 @@
"react-addons-test-utils": "15.6.2",
"react-color": "2.17.3",
"react-dom": "16.8.6",
"react-joyride": "2.0.5",
"react-joyride": "2.1.0",
"react-redux": "7.1.0",
"react-test-renderer": "16.8.6",
"react-transition-group": "4.2.1",
"redux": "4.0.4",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0",
"sass": "1.22.3",
"sass": "1.22.4",
"sass-lint": "1.13.1",
"takeme": "0.11.1",
"ts-jest": "24.0.2",
@ -78,6 +76,8 @@
"which": "1.3.1"
},
"devDependencies": {
"jest": "24.8.0",
"jest-cli": "24.8.0",
"jest-skipped-reporter": "0.0.4",
"jshint": "2.10.2",
"madge": "3.4.4"