diff --git a/docs/package.json b/docs/package.json index eff7670..8816123 100644 --- a/docs/package.json +++ b/docs/package.json @@ -41,7 +41,7 @@ "react-maptalks": "0.0.1", "rollup": "^2.49.0", "three": "^0.130.1", - "typescript": "^4.3.5", + "typescript": "^4.8.4", "url-loader": "^4.1.1" }, "browserslist": { diff --git a/package.json b/package.json index 9ff5dd5..48376e1 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "rollup": "^2.49.0", "three": "^0.130.1", "tslib": "^2.3.0", - "typescript": "^4.3.5" + "typescript": "^4.8.4" } } diff --git a/yarn.lock b/yarn.lock index 0cf4b3c..78645c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11408,10 +11408,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" - integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== +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== ua-parser-js@^0.7.18: version "0.7.28"