diff options
author | crupest <crupest@outlook.com> | 2021-08-03 16:27:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 16:27:11 +0800 |
commit | 2ed242e04306db380a579d68998607f4ce2c366e (patch) | |
tree | b26a6ae77ad58fa9f426ad3276fd8a5837d17086 /FrontEnd/package.json | |
parent | 2de1518671777795a23b231edbe3f68dc5bcca4e (diff) | |
parent | 352c66f0ab00f46d333745bca2f3bebe8d514ce2 (diff) | |
download | timeline-2ed242e04306db380a579d68998607f4ce2c366e.tar.gz timeline-2ed242e04306db380a579d68998607f4ce2c366e.tar.bz2 timeline-2ed242e04306db380a579d68998607f4ce2c366e.zip |
Merge pull request #701 from crupest/dependabot/npm_and_yarn/FrontEnd/vitejs/plugin-react-refresh-1.3.6
build(deps-dev): Bump @vitejs/plugin-react-refresh from 1.3.5 to 1.3.6 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 d045d6df..90994fb6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -61,7 +61,7 @@ "@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.28.5",
- "@vitejs/plugin-react-refresh": "^1.3.5",
+ "@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
|