Skip to content

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCarlino committed Jul 24, 2017
1 parent 3fced3d commit 24325ba
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 82 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"@blueprintjs/core": "^1.22.0",
"@blueprintjs/labs": "^0.3.0",
"@blueprintjs/core": "^1.23.1",
"@blueprintjs/labs": "^0.4.0",
"@types/deep-freeze": "^0.1.1",
"@types/enzyme": "^2.8.1",
"@types/enzyme": "^2.8.4",
"@types/fastclick": "^1.0.28",
"@types/handlebars": "^4.0.33",
"@types/handlebars": "^4.0.35",
"@types/history": "^4.6.0",
"@types/i18next": "^2.3.32",
"@types/jest": "^20.0.4",
"@types/lodash": "^4.14.68",
"@types/lodash": "^4.14.71",
"@types/markdown-it": "^0.0.2",
"@types/mqtt": "^0.0.34",
"@types/node": "^8.0.8",
"@types/react": "^15.0.35",
"@types/node": "^8.0.16",
"@types/react": "^15.0.39",
"@types/react-color": "^2.11.4",
"@types/react-dom": "^15.5.1",
"@types/react-redux": "^4.4.32",
"@types/react-redux": "^4.4.47",
"@types/react-router": "3",
"@types/redux": "^3.6.31",
"axios": "^0.16.2",
Expand All @@ -59,7 +59,7 @@
"i18next": "^8.4.3",
"imports-loader": "^0.7.0",
"jest": "^20.0.4",
"json-loader": "^0.5.4",
"json-loader": "^0.5.7",
"lodash": "^4.17.4",
"markdown-it": "^8.2.1",
"markdown-it-emoji": "^1.4.0",
Expand All @@ -69,30 +69,30 @@
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-test-utils": "^15.6.0",
"react-color": "^2.13.1",
"react-color": "^2.13.4",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.0",
"react-test-renderer": "^15.6.1",
"redux": "^3.7.1",
"redux": "^3.7.2",
"redux-immutable-state-invariant": "^2.0.0",
"redux-thunk": "^2.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"ts-jest": "^20.0.7",
"ts-lint": "^4.5.1",
"ts-loader": "^2.2.2",
"ts-loader": "^2.3.1",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"webpack": "^3.1.0",
"webpack": "^3.3.0",
"webpack-uglify-js-plugin": "^1.1.9",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"yarn": "^0.27.5"
},
"devDependencies": {
"@types/moxios": "^0.4.2",
"jscpd": "^0.6.10",
"jscpd": "^0.6.13",
"moxios": "^0.4.0",
"webpack-notifier": "^1.5.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/api/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { ResourceIndex } from "../resources/interfaces";
import { SequenceBodyItem } from "farmbot/dist";
import * as _ from "lodash";
import { Actions } from "../constants";
let WHOAH = "COOL";

export function edit(tr: TaggedResource, changes: Partial<typeof tr.body>):
ReduxAction<EditResourceParams> {
Expand Down
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"no-bitwise": true,
"no-var-requires": false,
"no-shadowed-variable": true,
"no-unused-vars": true,
"no-unused-locals": true,
"no-unused-parameters": true,
"no-consecutive-blank-lines": true,
"no-angle-bracket-type-assertion": true,
"eofline": true,
Expand Down

0 comments on commit 24325ba

Please sign in to comment.