Skip to content

Commit

Permalink
⬆️ upgrade @onruntime/next-usetranslation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Aug 29, 2022
1 parent 141e512 commit 611b6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@onruntime/next-usetranslation": "^0.1.9",
"@onruntime/next-usetranslation": "^0.1.10",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
15 changes: 4 additions & 11 deletions examples/with-typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@onruntime/next-usetranslation@^0.1.9":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@onruntime/next-usetranslation/-/next-usetranslation-0.1.9.tgz#525f9a7d6c5be4629a4db5e203403685fedadd0f"
integrity sha512-YiwTu3AEEIOY13kvYErbFwHHfjY1ZW5wtr6r51zMwuiS0zbzeNzItsjSQSCEQQj9ZRARU4NXBuyyv5Pfm8RlFQ==
dependencies:
fs "^0.0.1-security"
"@onruntime/next-usetranslation@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@onruntime/next-usetranslation/-/next-usetranslation-0.1.10.tgz#806a1f71dc348ed8e1a954f8aa2074ad33e55057"
integrity sha512-FM6rHl+wEhS8acZ+CHTfl3gV/dswrDjXobaYGG1Pzl1uldZyMORPsy3FJIjgWukTNS5l87SsaxdmsvOiVzngHA==

"@rushstack/eslint-patch@^1.1.3":
version "1.1.4"
Expand Down Expand Up @@ -821,11 +819,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fs@^0.0.1-security:
version "0.0.1-security"
resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4"
integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==

function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
Expand Down

0 comments on commit 611b6b9

Please sign in to comment.