dep updates

pull/1125/head
gabrielburnworth 2019-02-27 13:58:36 -08:00
parent a23697d97e
commit 9a5baaf802
2 changed files with 24 additions and 17 deletions

View File

@ -27,24 +27,24 @@
"@blueprintjs/core": "3.13.0", "@blueprintjs/core": "3.13.0",
"@blueprintjs/datetime": "3.7.1", "@blueprintjs/datetime": "3.7.1",
"@blueprintjs/select": "3.6.1", "@blueprintjs/select": "3.6.1",
"@types/enzyme": "3.1.18", "@types/enzyme": "3.9.0",
"@types/i18next": "12.1.0", "@types/i18next": "12.1.0",
"@types/jest": "24.0.5", "@types/jest": "24.0.9",
"@types/lodash": "4.14.121", "@types/lodash": "4.14.121",
"@types/markdown-it": "0.0.7", "@types/markdown-it": "0.0.7",
"@types/moxios": "0.4.8", "@types/moxios": "0.4.8",
"@types/node": "11.9.4", "@types/node": "11.9.5",
"@types/promise-timeout": "1.3.0", "@types/promise-timeout": "1.3.0",
"@types/react": "16.8.3", "@types/react": "16.8.5",
"@types/react-color": "2.14.1", "@types/react-color": "2.14.1",
"@types/react-dom": "16.8.1", "@types/react-dom": "16.8.2",
"@types/react-redux": "7.0.1", "@types/react-redux": "7.0.1",
"axios": "0.18.0", "axios": "0.18.0",
"boxed_value": "1.0.0", "boxed_value": "1.0.0",
"browser-speech": "1.1.1", "browser-speech": "1.1.1",
"coveralls": "3.0.2", "coveralls": "3.0.3",
"enzyme": "3.8.0", "enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.9.1", "enzyme-adapter-react-16": "1.10.0",
"farmbot": "7.0.0-rc10", "farmbot": "7.0.0-rc10",
"farmbot-toastr": "1.0.3", "farmbot-toastr": "1.0.3",
"i18next": "12.1.0", "i18next": "12.1.0",
@ -58,24 +58,25 @@
"parcel-bundler": "1.11.0", "parcel-bundler": "1.11.0",
"promise-timeout": "1.3.0", "promise-timeout": "1.3.0",
"raf": "3.4.1", "raf": "3.4.1",
"react": "16.8.2", "react": "16.8.3",
"react-addons-test-utils": "15.6.2", "react-addons-test-utils": "15.6.2",
"react-color": "2.17.0", "react-color": "2.17.0",
"react-dom": "16.8.2", "react-dom": "16.8.3",
"react-joyride": "2.0.5", "react-joyride": "2.0.5",
"react-redux": "6.0.0", "react-redux": "6.0.1",
"react-test-renderer": "16.8.2", "react-test-renderer": "16.8.3",
"react-transition-group": "2.5.3", "react-transition-group": "2.6.0",
"redux": "4.0.1", "redux": "4.0.1",
"redux-immutable-state-invariant": "2.1.0", "redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0", "redux-thunk": "2.3.0",
"sass-lint": "1.12.1", "sass-lint": "1.12.1",
"takeme": "0.11.1", "takeme": "0.11.1",
"ts-jest": "23.10.5", "ts-jest": "24.0.0",
"ts-lint": "4.5.1", "ts-lint": "4.5.1",
"tslint": "5.12.1", "tslint": "5.13.0",
"typescript": "3.3.3", "typescript": "3.3.3333",
"which": "1.3.1" "which": "1.3.1",
"sass": "1.17.2"
}, },
"devDependencies": { "devDependencies": {
"jest-skipped-reporter": "0.0.4", "jest-skipped-reporter": "0.0.4",

View File

@ -81,5 +81,11 @@
"check-separator", "check-separator",
"check-type" "check-type"
] ]
},
"linterOptions": {
"exclude": [
"./coverage*/**",
"./**/__test_support__/*.js"
]
} }
} }