Skip to content

Commit

Permalink
chore(deps): pin dependency react-refresh to 0.14.0 (main) (module-fe…
Browse files Browse the repository at this point in the history
…deration#656)

* chore(deps): pin dependency react-refresh to 0.14.0

* chore: update swcrc filename for nx
  • Loading branch information
ScriptedAlchemy authored Mar 21, 2023
1 parent 5099896 commit 43cae07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/react-ts-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"devDependencies": {
"@module-federation/typescript": "link:./dist/packages/typescript",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"react-refresh": "^0.14.0"
"react-refresh": "0.14.0"
}
}
2 changes: 1 addition & 1 deletion apps/react-ts-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"devDependencies": {
"@module-federation/typescript": "link:./dist/packages/typescript",
"react-refresh": "^0.14.0",
"react-refresh": "0.14.0",
"file-loader": "^6.2.0"
}
}
File renamed without changes.
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,7 @@

"@module-federation/typescript@link:./apps/react-ts-host/dist/packages/typescript":
version "0.0.0"
uid ""

"@module-federation/typescript@link:./apps/react-ts-remote/dist/packages/typescript":
version "0.0.0"
Expand Down Expand Up @@ -12163,7 +12164,7 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-refresh@^0.14.0:
[email protected]:
version "0.14.0"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
Expand Down

0 comments on commit 43cae07

Please sign in to comment.