diff --git a/example/bundle-react-component-tsx/package.json b/example/bundle-react-component-tsx/package.json index c56b66d7..ca839e83 100644 --- a/example/bundle-react-component-tsx/package.json +++ b/example/bundle-react-component-tsx/package.json @@ -23,7 +23,7 @@ "@kkt/less-modules": "6.6.3", "@kkt/react-library": "6.6.3", "@types/react": "17.0.2", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "kkt": "6.6.3" }, "eslintConfig": { diff --git a/example/electron/package.json b/example/electron/package.json index fb625b42..478484dc 100644 --- a/example/electron/package.json +++ b/example/electron/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@kkt/less-modules": "6.6.3", "@types/react": "17.0.2", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "electron": "11.2.3", "kkt": "6.6.3", "tsbb": "2.0.7" diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index c7ad814a..97cdb0f6 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -50,7 +50,7 @@ "@kkt/raw-modules": "6.6.3", "@kkt/scope-plugin-options": "6.6.3", "@types/react": "17.0.2", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "compile-less-cli": "1.7.0", "husky": "4.3.8", "kkt": "6.6.3", diff --git a/example/rematch-tsx/package.json b/example/rematch-tsx/package.json index 0858f87b..9204b28a 100644 --- a/example/rematch-tsx/package.json +++ b/example/rematch-tsx/package.json @@ -29,7 +29,7 @@ "@kkt/raw-modules": "6.6.3", "@kkt/scope-plugin-options": "6.6.3", "@types/react": "17.0.2", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "kkt": "6.6.3" diff --git a/example/typescript/package.json b/example/typescript/package.json index c192c15f..47a280f4 100644 --- a/example/typescript/package.json +++ b/example/typescript/package.json @@ -24,7 +24,7 @@ "@kkt/less-modules": "6.6.3", "@types/jest": "24.9.1", "@types/react": "17.0.2", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "kkt": "6.6.3" }, "browserslist": {