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
+
1
8
## 0.5.11 (15 Aug 2023)
2
9
3
10
### Features
6
13
7
14
### Fixes
8
15
9
- - Fixed unnecessary memory leaks due to `prevExports`` (#766 )
16
+ - Fixed unnecessary memory leaks due to ` prevExports ` (#766 )
10
17
- Relaxed peer dependency requirement on ` type-fest ` to allow v4.x (#767 )
11
18
- Fixed module type resolution when there is difference across contexts (#768 )
12
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pmmmwh/react-refresh-webpack-plugin" ,
3
- "version" : " 0.5.11 " ,
3
+ "version" : " 0.5.12 " ,
4
4
"description" : " An **EXPERIMENTAL** Webpack plugin to enable \" Fast Refresh\" (also previously known as _Hot Reloading_) for React components." ,
5
5
"keywords" : [
6
6
" react" ,
99
99
"semver" : " ^7.5.2" ,
100
100
"sourcemap-validator" : " ^2.1.0" ,
101
101
"type-fest" : " ^4.0.0" ,
102
- "typescript" : " ~5.1.6 " ,
102
+ "typescript" : " ~5.4.5 " ,
103
103
"webpack" : " ^5.76.0" ,
104
104
"webpack-cli" : " ^5.1.4" ,
105
105
"webpack-cli-v4" : " npm:webpack-cli@4.x" ,
Original file line number Diff line number Diff line change @@ -8150,10 +8150,10 @@ typedarray@^0.0.6:
8150
8150
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8151
8151
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
8152
8152
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 ==
8157
8157
8158
8158
unbox-primitive@^1.0.1 :
8159
8159
version "1.0.1"
You can’t perform that action at this time.
0 commit comments