Upgrade deps

pull/1006/head
Rick Carlino 2018-10-08 11:35:39 -05:00
parent 8630bc6036
commit 0771a4f5ac
1 changed files with 11 additions and 11 deletions

View File

@ -29,18 +29,18 @@
"webpack-dev-server": "3.1.9"
},
"dependencies": {
"@blueprintjs/core": "^3.6.1",
"@blueprintjs/datetime": "^3.2.0",
"@blueprintjs/core": "^3.7.0",
"@blueprintjs/datetime": "^3.3.0",
"@blueprintjs/select": "^3.2.0",
"@types/enzyme": "3.1.14",
"@types/fastclick": "^1.0.28",
"@types/i18next": "11.9.0",
"@types/jest": "23.3.2",
"@types/i18next": "^11.9.1",
"@types/jest": "^23.3.3",
"@types/lodash": "4.14.116",
"@types/markdown-it": "0.0.5",
"@types/moxios": "^0.4.5",
"@types/node": "10.11.3",
"@types/react": "16.4.14",
"@types/node": "^10.11.4",
"@types/react": "^16.4.16",
"@types/react-color": "2.13.6",
"@types/react-dom": "16.0.8",
"@types/react-redux": "6.0.9",
@ -49,8 +49,8 @@
"browser-speech": "1.1.1",
"coveralls": "3.0.2",
"css-loader": "1.0.0",
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"farmbot": "6.5.0",
"farmbot-toastr": "^1.0.3",
"fastclick": "^1.0.6",
@ -81,9 +81,9 @@
"sass-lint": "^1.12.1",
"sass-loader": "7.1.0",
"stats-webpack-plugin": "0.7.0",
"style-loader": "0.23.0",
"style-loader": "^0.23.1",
"takeme": "^0.11.1",
"ts-jest": "23.10.2",
"ts-jest": "^23.10.4",
"ts-lint": "^4.5.1",
"ts-loader": "5.2.1",
"tslint": "5.11.0",
@ -94,7 +94,7 @@
"which": "1.3.1"
},
"devDependencies": {
"webpack-cli": "3.1.1"
"webpack-cli": "^3.1.2"
},
"jest": {
"clearMocks": true,