Skip to content

Commit fed8a89

Browse files
committed
Bump DependencyVersions and run kotlinUpgradeYarnLock
1 parent dc8630d commit fed8a89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import com.huanshankeji.CommonDependencies
33
const val projectVersion = "0.4.0-SNAPSHOT"
44

55
object DependencyVersions {
6-
val kobweb = "0.18.0"
7-
val materialWeb = "1.4.1"
6+
val kobweb = "0.19.2"
7+
val materialWeb = "2.2.0"
88

99

1010
// legacy versions that don't need to be updated

kotlin-js-store/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,10 @@
708708
"@material/theme" "14.0.0-canary.261f2db59.0"
709709
tslib "^2.1.0"
710710

711-
"@material/web@1.4.1":
712-
version "1.4.1"
713-
resolved "https://registry.yarnpkg.com/@material/web/-/web-1.4.1.tgz#116480759d0b5815ea181086d32cc3ccb54a30f6"
714-
integrity sha512-17MZA6Bt7ie6uDc5cVEGtm6frQfm7ASLGVJhJuYJ0W2Fs7Zogd8wJ3ExoYU8jyzv8LEXcfvnZKcvr8dlquGsig==
711+
"@material/web@2.2.0":
712+
version "2.2.0"
713+
resolved "https://registry.yarnpkg.com/@material/web/-/web-2.2.0.tgz#b98d57fc863301fe6c0036cc6f04869386067e08"
714+
integrity sha512-k1Pi7f04qDRkHfIEdcnL++udN+x5Oq34R47n0Fk7Xo49uz9aKb6ZkO42jC6uvMH0ahOiFDktX9txHgYMDvNa+A==
715715
dependencies:
716716
lit "^2.7.4 || ^3.0.0"
717717
tslib "^2.4.0"

0 commit comments

Comments
 (0)