Update dependencies
This commit is contained in:
parent
b1b15b1d46
commit
74479b2050
12
package.json
12
package.json
@ -5,8 +5,7 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "5.0.1",
|
"electron": "^2.0.0",
|
||||||
"dotenv-expand": "4.2.0",
|
|
||||||
"electron-log": "^2.2.14",
|
"electron-log": "^2.2.14",
|
||||||
"esm": "^3.0.20",
|
"esm": "^3.0.20",
|
||||||
"exiftool-vendored": "^4.20.0",
|
"exiftool-vendored": "^4.20.0",
|
||||||
@ -21,20 +20,18 @@
|
|||||||
"ws": "^5.1.1"
|
"ws": "^5.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "6.26.0",
|
"babel-core": "^6.26.3",
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
"babel-jest": "^22.4.3",
|
"babel-jest": "^22.4.3",
|
||||||
"babel-plugin-module-resolver": "^3.1.1",
|
"babel-plugin-module-resolver": "^3.1.1",
|
||||||
"babel-preset-env": "^1.6.1",
|
"babel-preset-env": "^1.6.1",
|
||||||
"babel-preset-inferno-app": "^7.1.0",
|
"babel-preset-inferno-app": "^7.1.0",
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"electron": "^1.8.4",
|
|
||||||
"electron-builder": "^20.8.1",
|
"electron-builder": "^20.8.1",
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^4.19.1",
|
||||||
"eslint-config-happiness": "^10.2.1",
|
"eslint-config-happiness": "^10.2.1",
|
||||||
"eslint-config-inferno-app": "^6.2.0",
|
"eslint-config-inferno-app": "^6.2.0",
|
||||||
"eslint-import-resolver-babel-module": "^4.0.0",
|
"eslint-import-resolver-babel-module": "^4.0.0",
|
||||||
"eslint-loader": "2.0.0",
|
|
||||||
"eslint-plugin-flowtype": "^2.46.3",
|
"eslint-plugin-flowtype": "^2.46.3",
|
||||||
"eslint-plugin-import": "^2.10.0",
|
"eslint-plugin-import": "^2.10.0",
|
||||||
"eslint-plugin-inferno": "^7.8.0",
|
"eslint-plugin-inferno": "^7.8.0",
|
||||||
@ -43,11 +40,10 @@
|
|||||||
"eslint-plugin-promise": "^3.7.0",
|
"eslint-plugin-promise": "^3.7.0",
|
||||||
"eslint-plugin-standard": "^3.0.1",
|
"eslint-plugin-standard": "^3.0.1",
|
||||||
"extract-text-webpack-plugin": "3.0.2",
|
"extract-text-webpack-plugin": "3.0.2",
|
||||||
"fs-extra": "5.0.0",
|
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
"jest": "^22.4.3",
|
"jest": "^22.4.3",
|
||||||
"parcel-bundler": "^1.7.1",
|
"parcel-bundler": "^1.7.1",
|
||||||
"raf": "3.4.0"
|
"raf": "^3.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "parcel build index.html --out-dir build --detailed-report",
|
"build": "parcel build index.html --out-dir build --detailed-report",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { Alert, Row } from '//components/Bootstrap';
|
import { Alert, Row } from '//components/Bootstrap';
|
||||||
|
|
||||||
export const OopsView = (props) => (
|
export const OopsView = () => (
|
||||||
<Row className="align-items-center justify-content-center full-height">
|
<Row className="align-items-center justify-content-center full-height">
|
||||||
<Alert className="abs-center" color="danger" style={{padding: '5em'}} tag="main">
|
<Alert className="abs-center" color="danger" style={{padding: '5em'}} tag="main">
|
||||||
<h1>Oops!</h1>
|
<h1>Oops!</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user