Skip to content

Commit

Permalink
Merge remote-tracking branch 'hc/mv3'
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Oct 10, 2024
2 parents 29b4d5a + 97129fe commit 8e6c127
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"exio": "^0.6.54",
"express": "4.17.3",
"html2canvas": "^1.4.1",
"iframe-translator": "^0.3.5",
"iframe-translator": "^0.3.7",
"is-dark-color": "^1.2.0",
"postcss": "^8.3.6",
"postcss-extend": "^1.0.5",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,11 @@
resolved "https://registry.npmjs.org/@types/node/-/node-16.4.9.tgz"
integrity sha512-HXhRf581nCItzn8yevv4LYt+bJ5cBbDBAJExbDPMeU/2n5/j0ZemGpayahFBP4xL7RseaCLASLD9i9AYyDe7Nw==

"@types/[email protected]":
version "20.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.0.0.tgz#081d9afd28421be956c1a47ced1c9a0034b467e2"
integrity sha512-cD2uPTDnQQCVpmRefonO98/PPijuOnnEy5oytWJFPY1N9aJCz2wJ5kSGWO+zJoed2cY2JxQh6yBuUq4vIn61hw==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
Expand Down Expand Up @@ -3484,10 +3489,12 @@ ieee754@^1.1.13:
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==

iframe-translator@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/iframe-translator/-/iframe-translator-0.3.5.tgz#028f13cbd7d2fde48525d28e87685af870a820b1"
integrity sha512-px4ORXflMsT89suOgB3PC6c9wFx2J2f/1cNr7+TEIstz0NKIi98PZAIP1EeSZsJXdtdOIALCMNwaH9ym3lRGqw==
iframe-translator@^0.3.7:
version "0.3.7"
resolved "https://registry.yarnpkg.com/iframe-translator/-/iframe-translator-0.3.7.tgz#d4c2b0d91129eb5b3702a037a18f478b09a42d3b"
integrity sha512-ivgG7duy8G76NZGI4kluh7aXjsEWIR+HHQ+XYhje6GR/OHBFMAsYZ78KqJLVZ9/URKSpyc35uhSLhnAuQrAwTw==
dependencies:
"@types/node" "20.0.0"

ignore@^4.0.6:
version "4.0.6"
Expand Down

0 comments on commit 8e6c127

Please sign in to comment.