Update dependencies

This commit is contained in:
Timothy Warren 2018-05-09 09:19:48 -04:00
parent b1b15b1d46
commit 74479b2050
3 changed files with 237 additions and 330 deletions

View File

@ -5,8 +5,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"dotenv": "5.0.1",
"dotenv-expand": "4.2.0",
"electron": "^2.0.0",
"electron-log": "^2.2.14",
"esm": "^3.0.20",
"exiftool-vendored": "^4.20.0",
@ -21,20 +20,18 @@
"ws": "^5.1.1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-inferno-app": "^7.1.0",
"babel-runtime": "6.26.0",
"electron": "^1.8.4",
"babel-runtime": "^6.26.0",
"electron-builder": "^20.8.1",
"eslint": "^4.19.1",
"eslint-config-happiness": "^10.2.1",
"eslint-config-inferno-app": "^6.2.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-inferno": "^7.8.0",
@ -43,11 +40,10 @@
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "3.0.2",
"fs-extra": "5.0.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"parcel-bundler": "^1.7.1",
"raf": "3.4.0"
"raf": "^3.4.0"
},
"scripts": {
"build": "parcel build index.html --out-dir build --detailed-report",

View File

@ -1,6 +1,6 @@
import { Alert, Row } from '//components/Bootstrap';
export const OopsView = (props) => (
export const OopsView = () => (
<Row className="align-items-center justify-content-center full-height">
<Alert className="abs-center" color="danger" style={{padding: '5em'}} tag="main">
<h1>Oops!</h1>

553
yarn.lock

File diff suppressed because it is too large Load Diff