Skip to content

Commit 170aafd

Browse files
committed
chore: upgrade deps for examples
1 parent db9894a commit 170aafd

File tree

8 files changed

+24
-20
lines changed

8 files changed

+24
-20
lines changed

examples/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react-dom": "^16.13.1"
88
},
99
"devDependencies": {
10-
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.3",
10+
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.5",
1111
"@testing-library/dom": "^7.2.1",
1212
"@testing-library/jest-dom": "^5.3.0",
1313
"@testing-library/react": "^10.0.2",

examples/create-react-app/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,16 +1160,17 @@
11601160
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
11611161
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
11621162

1163-
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.3":
1164-
version "0.3.0-beta.3"
1165-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.3.tgz#0a70be4efc99895f89262e622e7da37386732735"
1166-
integrity sha512-r1LSoEjgKNiAe6b9dVO5sVqVPsTbpJI1RFZVZOfjyKDaqcPDw2JLZXYUwaGAjgFVsGYD0X+Zt3Epa47IOlgh3g==
1163+
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.5":
1164+
version "0.3.0-beta.5"
1165+
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.5.tgz#90976e261b543d0ab9603b7e434e07fe7b347575"
1166+
integrity sha512-VFv1seIycjke+VNeAZ4bap0DoBe+nRMUaFcMnv+JFMqjoG+P7uo1MZxSeJ0hEhNZtOhCJn8wItPzYSuK2TnqZQ==
11671167
dependencies:
11681168
ansi-html "^0.0.7"
11691169
error-stack-parser "^2.0.6"
11701170
html-entities "^1.2.1"
11711171
lodash.debounce "^4.0.8"
11721172
native-url "^0.2.6"
1173+
schema-utils "^2.6.5"
11731174

11741175
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
11751176
version "4.2.0"

examples/typescript-without-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@babel/core": "^7.9.0",
11-
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.3",
11+
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.5",
1212
"@types/react": "^16.9.32",
1313
"@types/react-dom": "^16.9.6",
1414
"awesome-typescript-loader": "^5.2.1",

examples/typescript-without-babel/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,17 @@
177177
lodash "^4.17.13"
178178
to-fast-properties "^2.0.0"
179179

180-
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.3":
181-
version "0.3.0-beta.3"
182-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.3.tgz#0a70be4efc99895f89262e622e7da37386732735"
183-
integrity sha512-r1LSoEjgKNiAe6b9dVO5sVqVPsTbpJI1RFZVZOfjyKDaqcPDw2JLZXYUwaGAjgFVsGYD0X+Zt3Epa47IOlgh3g==
180+
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.5":
181+
version "0.3.0-beta.5"
182+
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.5.tgz#90976e261b543d0ab9603b7e434e07fe7b347575"
183+
integrity sha512-VFv1seIycjke+VNeAZ4bap0DoBe+nRMUaFcMnv+JFMqjoG+P7uo1MZxSeJ0hEhNZtOhCJn8wItPzYSuK2TnqZQ==
184184
dependencies:
185185
ansi-html "^0.0.7"
186186
error-stack-parser "^2.0.6"
187187
html-entities "^1.2.1"
188188
lodash.debounce "^4.0.8"
189189
native-url "^0.2.6"
190+
schema-utils "^2.6.5"
190191

191192
"@types/anymatch@*":
192193
version "1.3.1"

examples/webpack-dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/core": "^7.9.0",
1111
"@babel/preset-env": "^7.9.5",
1212
"@babel/preset-react": "^7.9.4",
13-
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.3",
13+
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.5",
1414
"babel-loader": "^8.1.0",
1515
"cross-env": "^7.0.2",
1616
"html-webpack-plugin": "^4.0.4",

examples/webpack-dev-server/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -821,16 +821,17 @@
821821
lodash "^4.17.13"
822822
to-fast-properties "^2.0.0"
823823

824-
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.3":
825-
version "0.3.0-beta.3"
826-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.3.tgz#0a70be4efc99895f89262e622e7da37386732735"
827-
integrity sha512-r1LSoEjgKNiAe6b9dVO5sVqVPsTbpJI1RFZVZOfjyKDaqcPDw2JLZXYUwaGAjgFVsGYD0X+Zt3Epa47IOlgh3g==
824+
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.5":
825+
version "0.3.0-beta.5"
826+
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.5.tgz#90976e261b543d0ab9603b7e434e07fe7b347575"
827+
integrity sha512-VFv1seIycjke+VNeAZ4bap0DoBe+nRMUaFcMnv+JFMqjoG+P7uo1MZxSeJ0hEhNZtOhCJn8wItPzYSuK2TnqZQ==
828828
dependencies:
829829
ansi-html "^0.0.7"
830830
error-stack-parser "^2.0.6"
831831
html-entities "^1.2.1"
832832
lodash.debounce "^4.0.8"
833833
native-url "^0.2.6"
834+
schema-utils "^2.6.5"
834835

835836
"@types/anymatch@*":
836837
version "1.3.1"

examples/webpack-hot-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/core": "^7.9.0",
1111
"@babel/preset-env": "^7.9.5",
1212
"@babel/preset-react": "^7.9.4",
13-
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.3",
13+
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0-beta.5",
1414
"babel-loader": "^8.1.0",
1515
"cross-env": "^7.0.2",
1616
"express": "^4.17.1",

examples/webpack-hot-middleware/yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -821,16 +821,17 @@
821821
lodash "^4.17.13"
822822
to-fast-properties "^2.0.0"
823823

824-
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.3":
825-
version "0.3.0-beta.3"
826-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.3.tgz#0a70be4efc99895f89262e622e7da37386732735"
827-
integrity sha512-r1LSoEjgKNiAe6b9dVO5sVqVPsTbpJI1RFZVZOfjyKDaqcPDw2JLZXYUwaGAjgFVsGYD0X+Zt3Epa47IOlgh3g==
824+
"@pmmmwh/react-refresh-webpack-plugin@^0.3.0-beta.5":
825+
version "0.3.0-beta.5"
826+
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.3.0-beta.5.tgz#90976e261b543d0ab9603b7e434e07fe7b347575"
827+
integrity sha512-VFv1seIycjke+VNeAZ4bap0DoBe+nRMUaFcMnv+JFMqjoG+P7uo1MZxSeJ0hEhNZtOhCJn8wItPzYSuK2TnqZQ==
828828
dependencies:
829829
ansi-html "^0.0.7"
830830
error-stack-parser "^2.0.6"
831831
html-entities "^1.2.1"
832832
lodash.debounce "^4.0.8"
833833
native-url "^0.2.6"
834+
schema-utils "^2.6.5"
834835

835836
"@webassemblyjs/[email protected]":
836837
version "1.9.0"

0 commit comments

Comments
 (0)