diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:50:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:50:17 +0800 |
commit | b7eb792f8bdb6e52bdf91cecf0a2ce0513a790b6 (patch) | |
tree | e87e04823b6828b21b4573d4da186e6444f723d9 | |
parent | ceaee52489d1610e056ed3ea7abc8a6bd588fb92 (diff) | |
download | timeline-b7eb792f8bdb6e52bdf91cecf0a2ce0513a790b6.tar.gz timeline-b7eb792f8bdb6e52bdf91cecf0a2ce0513a790b6.tar.bz2 timeline-b7eb792f8bdb6e52bdf91cecf0a2ce0513a790b6.zip |
...
-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 56013c47..c8f32e9c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -63,7 +63,7 @@ "@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
- "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.7",
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-beta.7",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
|