diff --git a/@antv/gatsby-theme-antv/package.json b/@antv/gatsby-theme-antv/package.json index 24f7b7d6..a8adee45 100644 --- a/@antv/gatsby-theme-antv/package.json +++ b/@antv/gatsby-theme-antv/package.json @@ -32,7 +32,7 @@ "@types/lodash-es": "^4.17.3", "@types/parse-github-url": "^1.0.0", "@types/react": "^16.9.2", - "@types/react-dom": "^16.9.7", + "@types/react-dom": "^16.9.8", "@types/react-github-button": "^0.1.0", "@types/react-helmet": "^5.0.10", "@types/react-slick": "^0.23.4", diff --git a/example/package.json b/example/package.json index 067a29d8..3070a5fc 100644 --- a/example/package.json +++ b/example/package.json @@ -20,7 +20,7 @@ "@antv/g2": "^4.0.7", "@antv/gatsby-theme-antv": "*", "@types/react": "^16.9.2", - "@types/react-dom": "^16.9.7", + "@types/react-dom": "^16.9.8", "gatsby": "^2.15.34", "ptz-i18n": "^1.0.0", "react": "^16.10.2", diff --git a/yarn.lock b/yarn.lock index da9c779a..b60046bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2037,10 +2037,10 @@ "@types/history" "*" "@types/react" "*" -"@types/react-dom@*", "@types/react-dom@^16.9.7": - version "16.9.7" - resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.7.tgz#60844d48ce252d7b2dccf0c7bb937130e27c0cd2" - integrity sha512-GHTYhM8/OwUCf254WO5xqR/aqD3gC9kSTLpopWGpQLpnw23jk44RvMHsyUSEplvRJZdHxhJGMMLF0kCPYHPhQA== +"@types/react-dom@*", "@types/react-dom@^16.9.8": + version "16.9.8" + resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" + integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== dependencies: "@types/react" "*"