Skip to content

Commit

Permalink
Merge pull request #22 from betwixt-labs/chore-bebop
Browse files Browse the repository at this point in the history
chore: bump bebop
  • Loading branch information
andrewmd5 authored Jun 22, 2023
2 parents 2bb8d13 + 96d0bc6 commit 661bdd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/typescript/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"devDependencies": {
"@types/node": "^18.7.20",
"bebop-tools": "^2.8.1",
"bebop-tools": "^2.8.2",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^4.8.3",
Expand All @@ -28,6 +28,6 @@
"dependencies": {
"@tempojs/client": "^0.0.5",
"@tempojs/node-http-router": "^0.0.5",
"bebop": "^2.8.1"
"bebop": "^2.8.2"
}
}
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"@tempojs/client": "^0.0.5",
"@tempojs/common": "^0.0.5",
"@tempojs/server": "^0.0.5",
"bebop": "^2.8.1"
"bebop": "^2.8.2"
}
}
8 changes: 4 additions & 4 deletions typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

bebop@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/bebop/-/bebop-2.8.1.tgz#ea27bd22880d19642a188d81aad6d67633b39fef"
integrity sha512-An2lsmw8FLCMWKmuXGQe+U6ofBtvbBLioK87MyD1FfUdTHMazvwwOd/Z3Vf6WnAhANYquHtIf3kkXVwzftZEUQ==
bebop@^2.8.2:
version "2.8.2"
resolved "https://registry.yarnpkg.com/bebop/-/bebop-2.8.2.tgz#e8bf3ad778b29fae48c44cca9cd33fcdced628d2"
integrity sha512-1FD9VEz9sd6ZaMEZbGx9Fxdm6P6PoM8e5dwCOuFV9oJdJA0wkhcJCDPre3ZBQBmOX7Hi1yar3gSlig8QGuBtGw==

benchmark@^2.1.4:
version "2.1.4"
Expand Down

0 comments on commit 661bdd0

Please sign in to comment.