diff --git a/build.sbt b/build.sbt index 2c04ebce..7bfcf14d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,10 +6,10 @@ ThisBuild / scalaVersion := "2.13.12" Global / excludeLintKeys += webpackDevServerPort // TODO: val versions = new { - val outwatch = "1.0.0-RC14" + val outwatch = "1.0.0-RC17" val colibri = "0.7.8" val funStack = "0.8.9" - val tapir = "1.7.4" + val tapir = "1.7.5" val pprint = "0.8.1" } diff --git a/lambda/package.json b/lambda/package.json index 65456afd..1c9e0aab 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1,7 +1,7 @@ { "license": "UNLICENSED", "dependencies": { - "aws-sdk": "2.1459.0" + "aws-sdk": "2.1467.0" }, "devDependencies": { "@fun-stack/fun-pack": "0.3.5" diff --git a/package.json b/package.json index ce7c4b7a..88e956ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "license": "UNLICENSED", "devDependencies": { "@fun-stack/fun-local-env": "^0.3.15", - "cypress": "^13.2.0", + "cypress": "^13.3.0", "wait-on": "^7.0.1" } } diff --git a/project/plugins.sbt b/project/plugins.sbt index f957b9d6..116d1cb5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") diff --git a/yarn.lock b/yarn.lock index 22cbef77..fa5d9438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -348,10 +348,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress@^13.2.0: - version "13.2.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.2.0.tgz#10f73d06a0764764ffbb903a31e96e2118dcfc1d" - integrity sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g== +cypress@^13.3.0: + version "13.3.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.3.0.tgz#d00104661b337d662c5a4280a051ee59f8aa1e31" + integrity sha512-mpI8qcTwLGiA4zEQvTC/U1xGUezVV4V8HQCOYjlEOrVmU1etVvxOjkCXHGwrlYdZU/EPmUiWfsO3yt1o+Q2bgw== dependencies: "@cypress/request" "^3.0.0" "@cypress/xvfb" "^1.2.4"