Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87d5cda

Browse files
chore: bump ts-proto from 1.153.2 to 1.156.0 in /site (#8637)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent2901147 commit87d5cda

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

‎site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"storybook":"7.0.26",
155155
"storybook-addon-react-router-v6":"1.0.2",
156156
"storybook-react-context":"0.6.0",
157-
"ts-proto":"1.153.2",
157+
"ts-proto":"1.156.0",
158158
"typescript":"4.8.2",
159159
"vite-plugin-checker":"0.6.0"
160160
},

‎site/yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4607,7 +4607,7 @@ canvas@2.11.0:
46074607
nan "^2.17.0"
46084608
simple-get "^3.0.3"
46094609

4610-
case-anything@^2.1.10:
4610+
case-anything@^2.1.13:
46114611
version "2.1.13"
46124612
resolved "https://registry.yarnpkg.com/case-anything/-/case-anything-2.1.13.tgz#0cdc16278cb29a7fcdeb072400da3f342ba329e9"
46134613
integrity sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==
@@ -11088,29 +11088,30 @@ ts-morph@^13.0.1:
1108811088
"@ts-morph/common" "~0.12.3"
1108911089
code-block-writer "^11.0.0"
1109011090

11091-
ts-poet@^6.4.1:
11092-
version "6.4.1"
11093-
resolved "https://registry.yarnpkg.com/ts-poet/-/ts-poet-6.4.1.tgz#e68d314a07cf9c0d568a3bfd87023ec91ff77964"
11094-
integrity sha512-AjZEs4h2w4sDfwpHMxQKHrTlNh2wRbM5NRXmLz0RiH+yPGtSQFbe9hBpNocU8vqVNgfh0BIOiXR80xDz3kKxUQ==
11091+
ts-poet@^6.5.0:
11092+
version "6.5.0"
11093+
resolved "https://registry.yarnpkg.com/ts-poet/-/ts-poet-6.5.0.tgz#7070bfae1d53847aa38e8e02bdbe4f1064d6d091"
11094+
integrity sha512-44jURLT1HG6+NsDcadM826V6Ekux+wk07Go+MX5Gfx+8zcPKfUiFEtnjL9imuRVGSCRtloRLqw4bDGZVJYGZMQ==
1109511095
dependencies:
1109611096
dprint-node "^1.0.7"
1109711097

11098-
ts-proto-descriptors@1.11.0:
11099-
version "1.11.0"
11100-
resolved "https://registry.yarnpkg.com/ts-proto-descriptors/-/ts-proto-descriptors-1.11.0.tgz#632f540855a167179268705dc41b82414f62c2e8"
11101-
integrity sha512-mOBVD9CW77x35eftRFVFQ5bhRl+UpzItDITxQQtJq3vJ/0rjHJOiI/BekkJIwUyWtJjlmO8f9LnN02MDpuZ/hQ==
11098+
ts-proto-descriptors@1.14.0:
11099+
version "1.14.0"
11100+
resolved "https://registry.yarnpkg.com/ts-proto-descriptors/-/ts-proto-descriptors-1.14.0.tgz#bf95cfd815049763524185cec49b2557ca40faa7"
11101+
integrity sha512-xqLA6cBTfof+mZ/sIw/pZviyhnWWcWqRBjyjaMW5O4fIogpawT4aa0wI8rKh0rYIrQzoHxLugmFu4+rdiWaGEQ==
1110211102
dependencies:
11103+
long "^5.0.0"
1110311104
protobufjs "^7.2.4"
1110411105

11105-
ts-proto@1.153.2:
11106-
version "1.153.2"
11107-
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.153.2.tgz#0692b30e144d71c306aca519bfbb40f6e72fcec2"
11108-
integrity sha512-gunIpanSurlIHPQUwB2J/jpj2VUwtdBrW5rOBrSiP2+borI3wWyzPRLoiuA6e4XwmTgKYlpfo7m461ooRp1joQ==
11106+
ts-proto@1.156.0:
11107+
version "1.156.0"
11108+
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.156.0.tgz#50978feb24f8f11315a51ff7916630154a5a30f5"
11109+
integrity sha512-GnOxEAD1mRkiqV9VLv48GrNdps8gXp+vE9rWToCPyIxCIjVjkH3ls8iXxRXOS9LSwueJT8F+N9w7Xy3zftUecA==
1110911110
dependencies:
11110-
case-anything "^2.1.10"
11111+
case-anything "^2.1.13"
1111111112
protobufjs "^7.2.4"
11112-
ts-poet "^6.4.1"
11113-
ts-proto-descriptors "1.11.0"
11113+
ts-poet "^6.5.0"
11114+
ts-proto-descriptors "1.14.0"
1111411115

1111511116
ts-prune@0.10.3:
1111611117
version "0.10.3"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp