Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v17.0.11 (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 30, 2021
1 parent 0a22fa8 commit b25905e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/bundle-react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@kkt/less-modules": "6.11.0",
"@kkt/react-library": "6.11.0",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-dom": "17.0.11",
"kkt": "6.11.0"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@kkt/less-modules": "6.11.0",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-dom": "17.0.11",
"electron": "13.6.3",
"kkt": "6.11.0",
"tsbb": "3.5.4"
Expand Down
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-dom": "17.0.11",
"@types/react-test-renderer": "17.0.1",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-markdown-preview": "3.4.5",
Expand Down
2 changes: 1 addition & 1 deletion example/rematch-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-dom": "17.0.11",
"@types/react-redux": "7.1.21",
"kkt": "6.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@kkt/less-modules": "6.11.0",
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react-dom": "17.0.11",
"kkt": "6.11.0"
},
"eslintConfig": {
Expand Down

0 comments on commit b25905e

Please sign in to comment.