diff options
| author | Haishan <[email protected]> | 2020-09-13 16:34:18 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-09-13 17:16:14 +0800 |
| commit | 15bc0f69a8367a57fa1bf263e615285349ad4ab9 (patch) | |
| tree | fbdd2a46303703822f7e7bc3462a70b4855fe4a1 /package.json | |
| parent | a8f0d3d4b4928caebf61c75fa9191a170b471035 (diff) | |
feat: multi backends management
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index 64d17ee..3f70b43 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.22.3", + "@sentry/browser": "^5.23.0", "chart.js": "^2.9.2", "clsx": "^1.1.0", "core-js": "^3.6.2", "date-fns": "^2.16.0", - "framer-motion": "^2.6.7", + "framer-motion": "^2.6.13", "history": "^5.0.0", - "immer": "^7.0.8", + "immer": "^7.0.9", "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.15.4", + "react-query": "^2.17.0", "react-router": "6.0.0-beta.0", "react-router-dom": "6.0.0-beta.0", "react-switch": "^5.0.1", @@ -92,37 +92,37 @@ "copy-webpack-plugin": "^6.0.4", "css-loader": "^4.3.0", "cssnano": "^4.1.7", - "eslint": "^7.6.0", + "eslint": "^7.9.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-prettier": "^6.11.0", "eslint-config-react-app": "^5.2.1", "eslint-import-resolver-webpack": "^0.12.2", - "eslint-plugin-flowtype": "^5.1.0", + "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jest": "^24.0.0", + "eslint-plugin-jest": "^24.0.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", - "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-react-hooks": "^4.1.2", "eslint-plugin-simple-import-sort": "^5.0.3", "file-loader": "^6.0.0", "fork-ts-checker-notifier-webpack-plugin": "^3.0.0", - "fork-ts-checker-webpack-plugin": "^5.0.14", + "fork-ts-checker-webpack-plugin": "^5.2.0", "html-webpack-plugin": "^4.3.0", "husky": "^4.3.0", "lint-staged": "^10.2.13", - "mini-css-extract-plugin": "^0.11.0", + "mini-css-extract-plugin": "^0.11.2", "postcss": "^7.0.32", "postcss-custom-media": "^7.0.8", "postcss-extend-rule": "^3.0.0", "postcss-import": "^12.0.1", - "postcss-loader": "^4.0.0", + "postcss-loader": "^4.0.1", "postcss-nested": "^4.2.3", "postcss-simple-vars": "^5.0.2", "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", + "terser-webpack-plugin": "^4.2.0", "ts-loader": "^8.0.3", "typescript": "^4.0.2", "webpack": "^4.44.1", |
