Updates, part I

pull/1502/head
Rick Carlino 2019-10-13 14:20:53 -05:00
parent 4931d96d74
commit 16d4966361
1 changed files with 17 additions and 15 deletions

View File

@ -24,57 +24,59 @@
"author": "farmbot.io",
"license": "MIT",
"dependencies": {
"@babel/core": "7.6.2",
"@babel/core": "7.6.4",
"@blueprintjs/core": "3.18.1",
"@blueprintjs/datetime": "3.13.0",
"@blueprintjs/select": "3.10.0",
"@types/enzyme": "3.10.3",
"@types/jest": "24.0.18",
"@types/lodash": "4.14.141",
"@types/lodash": "4.14.144",
"@types/markdown-it": "0.0.9",
"@types/moxios": "0.4.9",
"@types/node": "12.7.8",
"@types/node": "12.7.12",
"@types/promise-timeout": "1.3.0",
"@types/react": "16.9.3",
"@types/react": "16.9.5",
"@types/react-color": "3.0.1",
"@types/react-dom": "16.9.1",
"@types/react-redux": "7.1.4",
"axios": "0.19.0",
"boxed_value": "1.0.0",
"browser-speech": "1.1.1",
"coveralls": "3.0.6",
"coveralls": "3.0.7",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"farmbot": "8.3.0-rc5",
"i18next": "17.0.16",
"enzyme-adapter-react-16": "1.15.1",
"farmbot": "8.3.0-rc6",
"i18next": "17.2.0",
"install": "0.13.0",
"lodash": "4.17.15",
"markdown-it": "10.0.0",
"markdown-it-emoji": "1.4.0",
"moment": "2.24.0",
"moxios": "0.4.0",
"mqtt": "3.0.0",
"parcel-bundler": "1.12.3",
"npm": "6.12.0",
"parcel-bundler": "1.12.4",
"promise-timeout": "1.3.0",
"raf": "3.4.1",
"react": "16.10.1",
"react": "16.10.2",
"react-addons-test-utils": "15.6.2",
"react-color": "2.17.3",
"react-dom": "16.10.1",
"react-dom": "16.10.2",
"react-joyride": "2.1.1",
"react-redux": "7.1.1",
"react-test-renderer": "16.10.1",
"react-test-renderer": "16.10.2",
"react-transition-group": "4.3.0",
"redux": "4.0.4",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0",
"sass": "1.22.12",
"sass": "1.23.0",
"sass-lint": "1.13.1",
"takeme": "0.11.3",
"ts-jest": "24.1.0",
"ts-lint": "4.5.1",
"tslint": "5.20.0",
"typescript": "3.6.3",
"which": "1.3.1"
"typescript": "3.6.4",
"which": "2.0.1"
},
"devDependencies": {
"jest": "24.9.0",