Skip to content

Commit

Permalink
update l2beat tools (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz authored Jul 20, 2023
1 parent ee9c1ee commit 4ce9dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@explorer/state": "*",
"@explorer/types": "*",
"@koa/router": "^10.1.1",
"@l2beat/backend-tools": "^0.2.0-canary.20230718T124026",
"@l2beat/backend-tools": "^0.2.1-canary.20230720T091646",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-static": "^4.0.2",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,12 @@
methods "^1.1.2"
path-to-regexp "^6.1.0"

"@l2beat/backend-tools@^0.2.0-canary.20230718T124026":
version "0.2.0-canary.20230718T124026"
resolved "https://registry.yarnpkg.com/@l2beat/backend-tools/-/backend-tools-0.2.0-canary.20230718T124026.tgz#0b0ad261c78f7dc76f3cccdfe0e505d87bc9e246"
integrity sha512-O1EQJitFyQMDCJlcVppmz55P17x1BBeBYxLXxLuDiTBOiFiNHb2Vrb7HxWJ3SOnPVzpB11OFImDJ1Q/X4WO81A==
"@l2beat/backend-tools@^0.2.1-canary.20230720T091646":
version "0.2.1-canary.20230720T091646"
resolved "https://registry.yarnpkg.com/@l2beat/backend-tools/-/backend-tools-0.2.1-canary.20230720T091646.tgz#9c58110197d7cb8b8891c0fad75316be915a037c"
integrity sha512-N54YVZdSRDxFMAjEdogoliUSIimlRy84W56P4kjhtjhJQCwjdEAYeVKsnosbzz/oez4xZGy4oZm+HxcbEJ8ZXw==
dependencies:
chalk "^5.2.0"
chalk "^4.1.2"
dotenv "^16.3.1"
error-stack-parser "^2.1.4"

Expand Down Expand Up @@ -1584,11 +1584,6 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.2.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==

[email protected], chokidar@^3.5.2, chokidar@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
Expand Down

0 comments on commit 4ce9dcc

Please sign in to comment.