diff options
author | crupest <crupest@outlook.com> | 2021-07-05 22:28:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-05 22:28:32 +0800 |
commit | 5c3f254c6a7ff14981616968b020ed38ca3edf00 (patch) | |
tree | da531ed74af03d42ab41f8104c5fda432353d014 | |
parent | e2c6cd83c9ca770bbd1b16029987d97f88facf14 (diff) | |
parent | 1a2d7f80ae9cfee46e57c1e9005d7059f84c6edc (diff) | |
download | timeline-5c3f254c6a7ff14981616968b020ed38ca3edf00.tar.gz timeline-5c3f254c6a7ff14981616968b020ed38ca3edf00.tar.bz2 timeline-5c3f254c6a7ff14981616968b020ed38ca3edf00.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 f552a0ac..621c53c6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
- "@types/node": "^15.14.0",
+ "@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.8",
@@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@vitejs/plugin-react-refresh": "^1.3.4",
- "eslint": "^7.29.0",
+ "eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|