summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-03-20 22:19:56 +0800
committerHaishan <[email protected]>2020-03-21 13:33:43 +0800
commit8e48c01e7aada6978e92a6da1d040f3ef0d37945 (patch)
tree63cdf772b88d2cff340449ba98225bdbad526a19 /package.json
parentc5d70b5236be5ce0fb067bab3c8eeb6e946a73dd (diff)
feat: remembers group collapse state
for https://github.com/haishanh/yacd/issues/480
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 2d59a62..7315932 100644
--- a/package.json
+++ b/package.json
@@ -34,12 +34,12 @@
"dependencies": {
"@babel/runtime": "^7.7.7",
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
- "@sentry/browser": "^5.9.1",
+ "@sentry/browser": "^5.15.0",
"chart.js": "^2.9.2",
"classnames": "^2.2.6",
"core-js": "^3.6.2",
"date-fns": "^2.8.1",
- "framer-motion": "^1.7.0",
+ "framer-motion": "^1.10.0",
"history": "^4.7.2",
"immer": "^5.1.0",
"invariant": "^2.2.4",
@@ -86,8 +86,8 @@
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
- "eslint-plugin-react-hooks": "^2.2.0",
- "file-loader": "^5.0.2",
+ "eslint-plugin-react-hooks": "^2.5.1",
+ "file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.7",