diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 41fb776..af08078 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -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" diff --git a/examples/with-typescript/yarn.lock b/examples/with-typescript/yarn.lock index 220821a..d862697 100644 --- a/examples/with-typescript/yarn.lock +++ b/examples/with-typescript/yarn.lock @@ -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" @@ -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"