diff options
author | crupest <crupest@outlook.com> | 2021-05-05 16:00:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-05 16:00:27 +0800 |
commit | 51e1205d3a9c72a5734a842536630cea69359107 (patch) | |
tree | ff4bb481c31b9006fba590d7ded353ab80231bfe | |
parent | 47ac9a1d6fb547f8c0f96557654482d5320532a7 (diff) | |
parent | 609beffd3584006851c0be7387377ea1ecae91d0 (diff) | |
download | timeline-51e1205d3a9c72a5734a842536630cea69359107.tar.gz timeline-51e1205d3a9c72a5734a842536630cea69359107.tar.bz2 timeline-51e1205d3a9c72a5734a842536630cea69359107.zip |
Merge branch 'master' of https://github.com/crupest/Timeline
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 3b53f17b..97de6168 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
- "@types/react": "^17.0.4",
+ "@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
@@ -77,7 +77,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
- "@typescript-eslint/parser": "^4.22.0",
+ "@typescript-eslint/parser": "^4.22.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|