Skip to content
Snippets Groups Projects
Unverified Commit 04855ca9 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

fix missing release dependency (#45011)

parent 11f03823
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
"esbuild": "^0.19.2", "esbuild": "^0.19.2",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"semver": "^7.5.4", "semver": "^7.5.4",
"ts-pattern": "^5.2.0",
"tsx": "^3.12.7", "tsx": "^3.12.7",
"typescript": "^5.1.6", "typescript": "^5.1.6",
"underscore": "^1.13.6", "underscore": "^1.13.6",
......
...@@ -2792,6 +2792,11 @@ to-regex-range@^5.0.1: ...@@ -2792,6 +2792,11 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
ts-pattern@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/ts-pattern/-/ts-pattern-5.2.0.tgz#2cad8b58fcd87c52d1785f84eba572641e1bb5f3"
integrity sha512-aGaSpOlDcns7ZoeG/OMftWyQG1KqPVhgplhJxNCvyIXqWrumM5uIoOSarw/hmmi/T1PnuQ/uD8NaFHvLpHicDg==
tsx@^3.12.7: tsx@^3.12.7:
version "3.12.7" version "3.12.7"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.7.tgz#b3b8b0fc79afc8260d1e14f9e995616c859a91e9" resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.7.tgz#b3b8b0fc79afc8260d1e14f9e995616c859a91e9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment