summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-01-08 21:54:28 +0800
committerHaishan <[email protected]>2019-01-13 22:25:14 +0800
commitdfc85a317a0a35dadb05190543387fe4e1896704 (patch)
tree573936c5a6dafaf300be5bd47764c6513154a66d /package.json
parent0e7877ad6285b4030fbe534a6f9ef805b61aa45b (diff)
chore: upgrade deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 13 insertions, 8 deletions
diff --git a/package.json b/package.json
index 737dccf..02eaab9 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,14 @@
}
},
"lint-staged": {
- "*.{js,scss}": ["prettier --single-quote --write", "git add"]
+ "*.{js,scss}": [
+ "prettier --single-quote --write",
+ "git add"
+ ]
},
- "keywords": ["react"],
+ "keywords": [
+ "react"
+ ],
"author": "Haishan <[email protected]> (https://haishan.me)",
"private": true,
"license": "UNLICENSED",
@@ -34,9 +39,9 @@
"memoize-one": "^5.0.0",
"modern-normalize": "^0.5.0",
"prop-types": "^15.5.10",
- "react": "^16.7.0-alpha.2",
+ "react": "16.7.0-alpha.2",
"react-cache": "2.0.0-alpha.1",
- "react-dom": "^16.7.0-alpha.0",
+ "react-dom": "16.7.0-alpha.2",
"react-modal": "^3.8.1",
"react-router-dom": "4.4.0-beta.4",
"react-window": "^1.5.0",
@@ -65,7 +70,7 @@
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.0.1",
"cssnano": "^4.1.7",
- "eslint": "^5.7.0",
+ "eslint": "^5.12.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "^22.0.0",
@@ -84,10 +89,10 @@
"style-loader": "^0.23.0",
"svg-sprite-loader": "^4.1.2",
"terser-webpack-plugin": "^1.1.0",
- "webpack": "^4.28.0",
+ "webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.0.3",
- "webpack-cli": "3.1.2",
- "webpack-dev-middleware": "3.4.0",
+ "webpack-cli": "^3.2.1",
+ "webpack-dev-middleware": "^3.5.0",
"webpack-hot-middleware": "^2.22.2"
}
}