Updated app dependencies.
This commit is contained in:
parent
9420391054
commit
3950125dae
932
app/package-lock.json
generated
932
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,20 +7,20 @@
|
|||||||
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
|
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
|
||||||
"dotenv-cli": "^1.4.0",
|
"dotenv-cli": "^1.4.0",
|
||||||
"next": "^3.0.6",
|
"next": "^3.0.6",
|
||||||
"react": "^15.6.1",
|
"react": "^15.6.2",
|
||||||
"react-apollo": "^1.4.14",
|
"react-apollo": "^1.4.16",
|
||||||
"react-display-name": "^0.2.3",
|
"react-display-name": "^0.2.3",
|
||||||
"react-dom": "^15.6.1"
|
"react-dom": "^15.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^7.2.3",
|
"babel-eslint": "^7.2.3",
|
||||||
"eslint": "^4.5.0",
|
"eslint": "^4.8.0",
|
||||||
"eslint-config-standard-jsx": "^4.0.2",
|
"eslint-config-standard-jsx": "^4.0.2",
|
||||||
"eslint-plugin-import": "^2.7.0",
|
"eslint-plugin-import": "^2.7.0",
|
||||||
"eslint-plugin-node": "^5.1.1",
|
"eslint-plugin-node": "^5.2.0",
|
||||||
"eslint-plugin-prettier": "^2.2.0",
|
"eslint-plugin-prettier": "^2.3.1",
|
||||||
"eslint-plugin-react": "^7.3.0",
|
"eslint-plugin-react": "^7.4.0",
|
||||||
"prettier": "^1.5.3"
|
"prettier": "^1.7.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
@ -29,8 +29,8 @@
|
|||||||
"start": "dotenv next start"
|
"start": "dotenv next start"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.1.2",
|
"node": ">=8.6",
|
||||||
"npm": ">=5"
|
"npm": ">=5.4"
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
@ -68,17 +68,18 @@
|
|||||||
"prettier"
|
"prettier"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"node/no-missing-require": "off",
|
"curly": [
|
||||||
|
"error",
|
||||||
|
"multi"
|
||||||
|
],
|
||||||
"node/no-unsupported-features": "off",
|
"node/no-unsupported-features": "off",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"react/prop-types": "off",
|
"react/prop-types": "off",
|
||||||
"prettier/prettier": [
|
"prettier/prettier": "error"
|
||||||
"error",
|
|
||||||
{
|
|
||||||
"semi": false,
|
|
||||||
"singleQuote": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user