diff options
author | crupest <crupest@outlook.com> | 2021-06-28 13:56:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 13:56:41 +0800 |
commit | 4bcdfbb339753f60944313278283e83ec51b0768 (patch) | |
tree | a199a379fe6863d163a2ee089b8dda6e8a7fdd40 | |
parent | 249a572ac1ae550be90860835642f6d1f5627838 (diff) | |
parent | d16ad1c8db2071a942e332bbc7f785a2e5b18d57 (diff) | |
download | timeline-4bcdfbb339753f60944313278283e83ec51b0768.tar.gz timeline-4bcdfbb339753f60944313278283e83ec51b0768.tar.bz2 timeline-4bcdfbb339753f60944313278283e83ec51b0768.zip |
Merge pull request #642 from crupest/dependabot/npm_and_yarn/FrontEnd/vitejs/plugin-react-refresh-1.3.4
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index dbdb0b8e..bfedf2e2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,7 +58,7 @@ "@types/remarkable": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
- "@vitejs/plugin-react-refresh": "^1.3.3",
+ "@vitejs/plugin-react-refresh": "^1.3.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
|