File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.12 (27 Apr 2024)
2+
3+ ### Fixes
4+
5+ - Fixed incorrect ` sockProtocol ` override (#835 )
6+ - Relaxed peer dependency requirement on ` webpack-dev-server ` to allow v5.x (#837 )
7+
18## 0.5.11 (15 Aug 2023)
29
310### Features
613
714### Fixes
815
9- - Fixed unnecessary memory leaks due to `prevExports`` (#766 )
16+ - Fixed unnecessary memory leaks due to ` prevExports ` (#766 )
1017- Relaxed peer dependency requirement on ` type-fest ` to allow v4.x (#767 )
1118- Fixed module type resolution when there is difference across contexts (#768 )
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @pmmmwh/react-refresh-webpack-plugin" ,
3- "version" : " 0.5.11 " ,
3+ "version" : " 0.5.12 " ,
44 "description" : " An **EXPERIMENTAL** Webpack plugin to enable \" Fast Refresh\" (also previously known as _Hot Reloading_) for React components." ,
55 "keywords" : [
66 " react" ,
9999 "semver" : " ^7.5.2" ,
100100 "sourcemap-validator" : " ^2.1.0" ,
101101 "type-fest" : " ^4.0.0" ,
102- "typescript" : " ~5.1.6 " ,
102+ "typescript" : " ~5.4.5 " ,
103103 "webpack" : " ^5.76.0" ,
104104 "webpack-cli" : " ^5.1.4" ,
105105 "webpack-cli-v4" :
" npm:[email protected] " ,
Original file line number Diff line number Diff line change @@ -8150,10 +8150,10 @@ typedarray@^0.0.6:
81508150 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
81518151 integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
81528152
8153- typescript@~5.1.6 :
8154- version "5.1.6 "
8155- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6 .tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274 "
8156- integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA ==
8153+ typescript@~5.4.5 :
8154+ version "5.4.5 "
8155+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5 .tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611 "
8156+ integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ ==
81578157
81588158unbox-primitive@^1.0.1 :
81598159 version "1.0.1"
You can’t perform that action at this time.
0 commit comments