diff --git a/CHANGELOG.md b/CHANGELOG.md index 42633694..d8f03c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.5.12 (27 Apr 2024) + +### Fixes + +- Fixed incorrect `sockProtocol` override (#835) +- Relaxed peer dependency requirement on `webpack-dev-server` to allow v5.x (#837) + ## 0.5.11 (15 Aug 2023) ### Features @@ -6,7 +13,7 @@ ### Fixes -- Fixed unnecessary memory leaks due to `prevExports`` (#766) +- Fixed unnecessary memory leaks due to `prevExports` (#766) - Relaxed peer dependency requirement on `type-fest` to allow v4.x (#767) - Fixed module type resolution when there is difference across contexts (#768) diff --git a/package.json b/package.json index a36bbafb..ef8c5879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.11", + "version": "0.5.12", "description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.", "keywords": [ "react", @@ -99,7 +99,7 @@ "semver": "^7.5.2", "sourcemap-validator": "^2.1.0", "type-fest": "^4.0.0", - "typescript": "~5.1.6", + "typescript": "~5.4.5", "webpack": "^5.76.0", "webpack-cli": "^5.1.4", "webpack-cli-v4": "npm:webpack-cli@4.x", diff --git a/yarn.lock b/yarn.lock index 191c914e..1c2073d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8150,10 +8150,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@~5.1.6: - version "5.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" - integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== +typescript@~5.4.5: + version "5.4.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" + integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== unbox-primitive@^1.0.1: version "1.0.1"