diff options
author | crupest <crupest@outlook.com> | 2022-12-21 13:42:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 13:42:37 +0800 |
commit | 636249e24a5e5bd6cc533f608b6c7b8255397166 (patch) | |
tree | 01cf6521045f324985377c2fecdebc0a087340ee /FrontEnd/package.json | |
parent | b659c055c91dc8e70259fc1b2e307735d124a0d4 (diff) | |
parent | 8ae1a6710eca2f59d3918cd42b3bfd66b16114e0 (diff) | |
download | timeline-636249e24a5e5bd6cc533f608b6c7b8255397166.tar.gz timeline-636249e24a5e5bd6cc533f608b6c7b8255397166.tar.bz2 timeline-636249e24a5e5bd6cc533f608b6c7b8255397166.zip |
Merge pull request #1357 from crupest/renovate/vitejs-plugin-react-3.x
chore(deps): update dependency @vitejs/plugin-react to v3
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 dc07b4b3..dd12ded8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -61,7 +61,7 @@ "@types/react-transition-group": "^4.4.5", "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", - "@vitejs/plugin-react": "^2.2.0", + "@vitejs/plugin-react": "^3.0.0", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", |