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 | 1aa6e1dd56dd096c36633bc3cef5832a0029bdd5 (patch) | |
tree | 454815b196a4009aea4fc60869e82130c221f041 /FrontEnd | |
parent | 8dc8e797ca570f754bdc6c8df8a8b39329df3560 (diff) | |
parent | a7fec636368d587099526304588737bd635e1d84 (diff) | |
download | timeline-1aa6e1dd56dd096c36633bc3cef5832a0029bdd5.tar.gz timeline-1aa6e1dd56dd096c36633bc3cef5832a0029bdd5.tar.bz2 timeline-1aa6e1dd56dd096c36633bc3cef5832a0029bdd5.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')
-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",
|