diff options
author | crupest <crupest@outlook.com> | 2021-04-02 16:03:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 16:03:40 +0800 |
commit | 11127533782ba29fe803aa030dfc2b454771891b (patch) | |
tree | 08ba4b3238c420d9f24318cf89ce3718414a3000 /FrontEnd/package.json | |
parent | 48b6af100de585bed3a14a4e57e0833918914c6e (diff) | |
parent | 4d9e692075fc3b48df24ffeb6abe9bff5ab07fdc (diff) | |
download | timeline-11127533782ba29fe803aa030dfc2b454771891b.tar.gz timeline-11127533782ba29fe803aa030dfc2b454771891b.tar.bz2 timeline-11127533782ba29fe803aa030dfc2b454771891b.zip |
Merge pull request #425 from crupest/dependabot/npm_and_yarn/FrontEnd/react-refresh-0.10.0
build(deps-dev): Bump react-refresh from 0.9.0 to 0.10.0 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 92f74e6b..9af1c596 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -100,7 +100,7 @@ "postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
- "react-refresh": "^0.9.0",
+ "react-refresh": "^0.10.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
|