Skip to content

Commit e8c6d25

Browse files
committed
bumping preact min to fix test
Also bumping Webpack to latest - was missed earlier
1 parent e4495aa commit e8c6d25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sync-rpc": "^1.3.6",
4848
"terser-webpack-plugin": "^5.3.0",
4949
"tmp": "^0.2.1",
50-
"webpack": "^5.35",
50+
"webpack": "^5.72",
5151
"webpack-cli": "^4.9.1",
5252
"webpack-dev-server": "^4.8.0",
5353
"yargs-parser": "^21.0.0"
@@ -85,7 +85,7 @@
8585
"mocha": "^9.1.4",
8686
"postcss": "^8.1.0",
8787
"postcss-loader": "^6.0.0",
88-
"preact": "^10.0.0",
88+
"preact": "^10.5.0",
8989
"preact-compat": "^3.17.0",
9090
"sass": "^1.17.0",
9191
"sass-loader": "^12.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5329,7 +5329,7 @@ preact-transition-group@^1.1.1:
53295329
resolved "https://registry.yarnpkg.com/preact-transition-group/-/preact-transition-group-1.1.1.tgz#f0a49327ea515ece34ea2be864c4a7d29e5d6e10"
53305330
integrity sha1-8KSTJ+pRXs406ivoZMSn0p5dbhA=
53315331

5332-
preact@^10.0.0:
5332+
preact@^10.5.0:
53335333
version "10.7.1"
53345334
resolved "https://registry.yarnpkg.com/preact/-/preact-10.7.1.tgz#bdd2b2dce91a5842c3b9b34dfe050e5401068c9e"
53355335
integrity sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==
@@ -6582,7 +6582,7 @@ webpack-sources@^3.2.3:
65826582
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
65836583
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
65846584

6585-
webpack@^5.35:
6585+
webpack@^5.72:
65866586
version "5.72.0"
65876587
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.0.tgz#f8bc40d9c6bb489a4b7a8a685101d6022b8b6e28"
65886588
integrity sha512-qmSmbspI0Qo5ld49htys8GY9XhS9CGqFoHTsOVAnjBdg0Zn79y135R+k4IR4rKK6+eKaabMhJwiVB7xw0SJu5w==

0 commit comments

Comments
 (0)