Skip to content

Commit 1046f66

Browse files
authored
chore: bump react refresh to 0.11.0 (#534)
1 parent 9d9dd67 commit 1046f66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"npm-run-all": "^4.1.5",
9797
"prettier": "^2.3.0",
9898
"puppeteer": "^9.1.1",
99-
"react-refresh": "^0.10.0",
99+
"react-refresh": "^0.11.0",
100100
"semver": "^7.3.5",
101101
"sourcemap-validator": "^2.1.0",
102102
"type-fest": "^1.4.0",
@@ -114,7 +114,7 @@
114114
},
115115
"peerDependencies": {
116116
"@types/webpack": "4.x || 5.x",
117-
"react-refresh": "^0.10.0",
117+
"react-refresh": ">=0.10.0 <1.0.0",
118118
"sockjs-client": "^1.4.0",
119119
"type-fest": ">=0.17.0 <3.0.0",
120120
"webpack": ">=4.43.0 <6.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6405,10 +6405,10 @@ react-is@^17.0.1:
64056405
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
64066406
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
64076407

6408-
react-refresh@^0.10.0:
6409-
version "0.10.0"
6410-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3"
6411-
integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==
6408+
react-refresh@^0.11.0:
6409+
version "0.11.0"
6410+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
6411+
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
64126412

64136413
read-pkg-up@^7.0.1:
64146414
version "7.0.1"

0 commit comments

Comments
 (0)