diff --git a/examples/cra/package.json b/examples/cra/package.json index 4553c9729..fe482629e 100644 --- a/examples/cra/package.json +++ b/examples/cra/package.json @@ -35,6 +35,6 @@ "devDependencies": { "eslint": "^5", "source-map-explorer": "^2.2.2", - "typescript": "^3.7.5" + "typescript": "^4.8.4" } } diff --git a/examples/cra/yarn.lock b/examples/cra/yarn.lock index 1db982bee..6b398818f 100644 --- a/examples/cra/yarn.lock +++ b/examples/cra/yarn.lock @@ -10264,10 +10264,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^3.7.5: - version "3.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061" - integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w== +typescript@^4.8.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" + integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== unicode-canonical-property-names-ecmascript@^1.0.4: version "1.0.4"