diff options
author | crupest <crupest@outlook.com> | 2020-06-08 17:41:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-08 17:41:10 +0800 |
commit | 62343100c3eeb0e2e51f8bf49c73acdf74d51080 (patch) | |
tree | aa5cd744e9bddc3a3304e5b775f9455eaa7bbb82 | |
parent | 2f0785b7c8c25f0bad6ac59a7f643f0a55e03b9c (diff) | |
download | timeline-62343100c3eeb0e2e51f8bf49c73acdf74d51080.tar.gz timeline-62343100c3eeb0e2e51f8bf49c73acdf74d51080.tar.bz2 timeline-62343100c3eeb0e2e51f8bf49c73acdf74d51080.zip |
build(front): Upgrade dependencies.
-rw-r--r-- | Timeline/ClientApp/package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 280c0a39..5718505d 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -18,7 +18,7 @@ "react-dom": "^16.13.1", "react-hot-loader": "^4.12.21", "react-i18next": "^11.5.0", - "react-responsive": "^8.0.3", + "react-responsive": "^8.1.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "reactstrap": "^8.4.1", @@ -56,8 +56,8 @@ "@babel/preset-typescript": "^7.10.1", "@hot-loader/react-dom": "^16.13.0", "@types/classnames": "^2.2.10", - "@types/lodash": "^4.14.154", - "@types/node": "^14.0.6", + "@types/lodash": "^4.14.155", + "@types/node": "^14.0.11", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "@types/react-responsive": "^8.0.2", @@ -66,15 +66,15 @@ "@types/reactstrap": "^8.4.2", "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", - "@typescript-eslint/eslint-plugin": "^3.0.2", - "@typescript-eslint/parser": "^3.0.2", + "@typescript-eslint/eslint-plugin": "^3.1.0", + "@typescript-eslint/parser": "^3.1.0", "autoprefixer": "^9.8.0", "babel-loader": "^8.1.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^6.0.1", + "copy-webpack-plugin": "^6.0.2", "css-loader": "^3.5.3", - "eslint": "^7.1.0", + "eslint": "^7.2.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.20.0", @@ -87,10 +87,10 @@ "pnp-webpack-plugin": "^1.6.4", "postcss-loader": "^3.0.0", "prettier": "^2.0.5", - "sass": "^1.26.7", + "sass": "^1.26.8", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", - "typescript": "^3.9.4", + "typescript": "^3.9.5", "url-loader": "^4.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", |