diff options
| author | Haishan <[email protected]> | 2020-08-30 19:57:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-08-30 19:57:39 +0800 |
| commit | fde3f129d04562f9c19baa367375730aa1b9f572 (patch) | |
| tree | b89190a901ad6b5fe9089aac936fb76b52e3e356 /package.json | |
| parent | 5f0a66c23cd6ee808d4d7bb997415ca8f4ee0e24 (diff) | |
build: upgrade deps
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json index 71855a9..896b4a7 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,14 @@ "dependencies": { "@babel/runtime": "^7.11.2", "@hsjs/react-cache": "0.0.0-alpha.aa94237", - "@sentry/browser": "^5.20.1", + "@sentry/browser": "^5.22.3", "chart.js": "^2.9.2", "clsx": "^1.1.0", "core-js": "^3.6.2", - "date-fns": "^2.15.0", - "framer-motion": "^2.3.0", + "date-fns": "^2.16.0", + "framer-motion": "^2.6.5", "history": "^5.0.0", - "immer": "^7.0.7", + "immer": "^7.0.8", "invariant": "^2.2.4", "lodash-es": "^4.17.14", "memoize-one": "^5.1.1", @@ -52,7 +52,7 @@ "react-feather": "^2.0.3", "react-icons": "^3.10.0", "react-modal": "^3.11.1", - "react-query": "^2.5.13", + "react-query": "^2.12.1", "react-router": "6.0.0-beta.0", "react-router-dom": "6.0.0-beta.0", "react-switch": "^5.0.1", @@ -81,16 +81,16 @@ "@types/invariant": "^2.2.33", "@types/jest": "^26.0.9", "@types/lodash-es": "^4.17.3", - "@types/react": "^16.9.46", + "@types/react": "^16.9.48", "@types/react-dom": "^16.9.8", - "@typescript-eslint/eslint-plugin": "^3.9.0", - "@typescript-eslint/parser": "^3.9.0", + "@typescript-eslint/eslint-plugin": "^3.10.1", + "@typescript-eslint/parser": "^3.10.1", "autoprefixer": "^9.8.6", "babel-eslint": "10.x", "babel-loader": "^8.0.5", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^6.0.3", - "css-loader": "^4.2.1", + "copy-webpack-plugin": "^6.0.4", + "css-loader": "^4.2.2", "cssnano": "^4.1.7", "eslint": "^7.6.0", "eslint-config-airbnb-base": "^14.1.0", @@ -101,7 +101,7 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.5", + "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.0.8", "eslint-plugin-simple-import-sort": "^5.0.3", "file-loader": "^6.0.0", @@ -109,20 +109,20 @@ "fork-ts-checker-webpack-plugin": "^5.0.14", "html-webpack-plugin": "^4.3.0", "husky": "^4.0.0", - "lint-staged": "^10.2.11", - "mini-css-extract-plugin": "^0.10.0", + "lint-staged": "^10.2.13", + "mini-css-extract-plugin": "^0.11.0", "postcss-custom-media": "^7.0.8", "postcss-extend-rule": "^3.0.0", "postcss-import": "^12.0.1", "postcss-loader": "^3.0.0", "postcss-nested": "^4.2.3", "postcss-simple-vars": "^5.0.2", - "prettier": "^2.0.4", + "prettier": "^2.1.1", "react-refresh": "^0.8.2", "resize-observer-polyfill": "^1.5.1", "style-loader": "^1.2.1", "terser-webpack-plugin": "^4.1.0", - "ts-loader": "^8.0.2", + "ts-loader": "^8.0.3", "typescript": "^3.9.7", "webpack": "^4.44.1", "webpack-bundle-analyzer": "^3.6.0", |
