Merge pull request #32 from kremalicious/feature/packages

bump packages
This commit is contained in:
Matthias Kretschmann 2019-07-25 12:29:24 +02:00 committed by GitHub
commit 7522ecb4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -28,43 +28,43 @@
"ms": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.1",
"@babel/runtime": "^7.5.5",
"@reach/router": "^1.2.1",
"@svgr/webpack": "^4.3.1",
"auto-changelog": "^1.14.0",
"@svgr/webpack": "^4.3.2",
"auto-changelog": "^1.14.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^3.0.0",
"electron": "5.0.5",
"electron-builder": "^20.44.4",
"css-loader": "^3.1.0",
"electron": "^5.0.8",
"electron-builder": "^21.1.5",
"electron-devtools-installer": "^2.2.4",
"electron-store": "^4.0.0",
"eslint": "^6.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-react": "^7.14.2",
"file-loader": "^4.0.0",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-pose": "^4.0.8",
"release-it": "^12.3.2",
"release-it": "^12.3.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-css-modules": "^1.4.0",
"stylelint-config-standard": "^18.3.0",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"browserslist": "electron >= 5.0",