From 20a71047c78d02836f4f7d25658229c0233f08f5 Mon Sep 17 00:00:00 2001 From: zerosoul Date: Thu, 28 May 2020 14:20:18 +0800 Subject: [PATCH] build: updates --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 237523c..6b043e7 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "react-router-dom": "^5.2.0", "resolve-url-loader": "3.1.1", "style-loader": "1.2.1", - "styled-components": "^5.1.0", - "styled-reset": "^4.1.4", - "terser-webpack-plugin": "3.0.1", + "styled-components": "^5.1.1", + "styled-reset": "^4.1.5", + "terser-webpack-plugin": "3.0.2", "url-loader": "4.1.0", "webpack": "4.43.0", "webpack-dev-server": "3.11.0", @@ -30,26 +30,26 @@ "workbox-webpack-plugin": "5.1.3" }, "devDependencies": { - "@babel/core": "^7.9.6", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", + "@babel/core": "^7.10.1", + "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/polyfill": "^7.8.7", - "@babel/preset-env": "^7.9.6", - "@babel/preset-react": "^7.9.4", + "@babel/polyfill": "^7.10.1", + "@babel/preset-env": "^7.10.1", + "@babel/preset-react": "^7.10.1", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "auto-changelog": "^2.0.0", "babel-eslint": "10.1.0", "babel-loader": "^8.1.0", "babel-plugin-import": "^1.13.0", - "eslint": "^7.0.0", + "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-react": "^7.19.0", - "eslint-plugin-react-hooks": "^4.0.0", + "eslint-plugin-react": "^7.20.0", + "eslint-plugin-react-hooks": "^4.0.4", "gh-pages": "^2.2.0", "husky": "^4.2.5", - "lint-staged": "^10.2.2", + "lint-staged": "^10.2.6", "prettier": "^2.0.5" }, "repository": {