Skip to content

Commit

Permalink
Merge branch 'master' into update/fun-stack-backend-0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 3, 2023
2 parents 0af7eeb + 343842f commit f25025c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion lambda/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f25025c

Please sign in to comment.