Skip to content

Commit

Permalink
dep updates (fe)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Sep 14, 2021
1 parent 6ed8eac commit 5594543
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lib/tasks/fe.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DEPS_KEY = "dependencies"
DEV_DEPS_KEY = "devDependencies"
EXCLUDE = [
"react", "react-dom", "react-test-renderer", # enzyme
"parcel", # @parcel/transformer-sass, @parcel/transformer-typescript-tsc
"typescript", "parcel", # @parcel/transformer-sass, @parcel/transformer-typescript-tsc
]

# Load package.json as JSON.
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,77 +24,77 @@
"author": "farmbot.io",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "3.47.0",
"@blueprintjs/select": "3.16.6",
"@blueprintjs/popover2": "0.11.1",
"@monaco-editor/react": "4.2.1",
"@blueprintjs/core": "3.49.1",
"@blueprintjs/select": "3.18.1",
"@blueprintjs/popover2": "0.11.4",
"@monaco-editor/react": "4.2.2",
"@parcel/transformer-sass": "2.0.0-beta.2",
"@parcel/transformer-typescript-tsc": "2.0.0-beta.2",
"@types/lodash": "4.14.171",
"@types/markdown-it": "12.0.3",
"@types/node": "16.4.8",
"@types/lodash": "4.14.172",
"@types/markdown-it": "12.2.1",
"@types/node": "16.9.1",
"@types/promise-timeout": "1.3.0",
"@types/react": "17.0.15",
"@types/react": "17.0.20",
"@types/react-color": "3.0.5",
"@types/react-dom": "17.0.9",
"@types/react-redux": "7.1.18",
"@types/ws": "7.4.7",
"axios": "0.21.1",
"axios": "0.21.4",
"bowser": "2.11.0",
"boxed_value": "1.0.0",
"browser-speech": "1.1.1",
"farmbot": "14.2.4",
"i18next": "20.3.5",
"i18next": "20.6.1",
"lodash": "4.17.21",
"markdown-it": "12.1.0",
"markdown-it": "12.2.0",
"markdown-it-emoji": "2.0.0",
"moment": "2.29.1",
"monaco-editor": "0.26.1",
"monaco-editor": "0.27.0",
"mqtt": "4.2.8",
"npm": "7.20.3",
"npm": "7.23.0",
"parcel": "2.0.0-beta.2",
"promise-timeout": "1.3.0",
"react": "16.13.1",
"react-color": "2.19.3",
"react-dom": "16.13.1",
"react-redux": "7.2.4",
"redux": "4.1.0",
"react-redux": "7.2.5",
"redux": "4.1.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0",
"takeme": "0.12.0",
"typescript": "4.3.5",
"xterm": "4.13.0"
"xterm": "4.14.1"
},
"devDependencies": {
"@types/enzyme": "3.10.9",
"@types/jest": "26.0.24",
"@types/jest": "27.0.1",
"@types/moxios": "0.4.12",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"coveralls": "3.1.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "7.32.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.0.6",
"jest-cli": "27.0.6",
"jest": "27.2.0",
"jest-cli": "27.2.0",
"jest-junit": "12.2.0",
"jest-skipped-reporter": "0.0.5",
"jshint": "2.13.0",
"jshint": "2.13.1",
"madge": "5.0.1",
"moxios": "0.4.0",
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.13.1",
"sass": "1.37.0",
"sass": "1.39.2",
"sass-lint": "1.13.1",
"ts-jest": "27.0.4",
"ts-jest": "27.0.5",
"tslint": "6.1.3",
"which": "2.0.2"
}
Expand Down
3 changes: 2 additions & 1 deletion ubuntu_example.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to install FarmBot Web API on a Fresh Ubuntu 21.04 Machine
# How to install FarmBot Web API on a Fresh Ubuntu 20.04 Machine

# IMPORTANT NOTE: Resources are limited and Farmbot, inc. cannot provide
# longterm support to self-hosted users. If you have never administered a
Expand All @@ -25,6 +25,7 @@ sudo docker run hello-world # Should run!
# Install docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo docker-compose --version # test installation

# Install FarmBot Web App
# ⚠ SKIP THIS STEP IF UPGRADING!
Expand Down

0 comments on commit 5594543

Please sign in to comment.