Remove the carrot

pull/1077/head
Rick Carlino 2019-01-02 16:16:33 -06:00
parent 14a28ae287
commit 95d62bee91
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ services:
- ./docker_volumes/rabbit:/farmbot
webpack: # ====================
<<: *base_config
image: node:8.12.0
image: node:10.15.0
working_dir: /farmbot
command: ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js
volumes:

View File

@ -44,7 +44,7 @@
"@types/react": "^16.7.13",
"@types/react-color": "2.13.6",
"@types/react-dom": "^16.0.11",
"@types/react-joyride": "^2.0.1",
"@types/react-joyride": "2.0.1",
"@types/react-redux": "^6.0.10",
"axios": "^0.18.0",
"boxed_value": "^1.0.0",