Skip to content

Commit

Permalink
fix(deps): update react monorepo to ~18.1.0 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2022
1 parent a0ff47f commit 2252b58
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions example/basic-entry/package.json
Expand Up @@ -15,8 +15,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"kkt": "7.1.7"
Expand Down
4 changes: 2 additions & 2 deletions example/basic/package.json
Expand Up @@ -17,8 +17,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions example/chrome-plugin/package.json
Expand Up @@ -16,8 +16,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"clean-webpack-plugin": "~4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions example/electron/package.json
Expand Up @@ -30,8 +30,8 @@
"tsbb": "~3.7.0"
},
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"eslintConfig": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions example/less/package.json
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions example/markdown/package.json
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.2",
Expand Down
6 changes: 3 additions & 3 deletions example/react-component-tsx/package.json
Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "~4.0.5",
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"@kkt/less-modules": "7.1.2",
Expand All @@ -61,7 +61,7 @@
"kkt": "7.1.7",
"lint-staged": "~12.3.7",
"prettier": "~2.6.0",
"react-test-renderer": "~18.0.0",
"react-test-renderer": "~18.1.0",
"tsbb": "~3.7.0"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions example/react-router/package.json
Expand Up @@ -15,8 +15,8 @@
"license": "MIT",
"dependencies": {
"axios": "~0.26.1",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"react-router-dom": "~6.2.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions example/rematch-tsx/package.json
Expand Up @@ -17,8 +17,8 @@
"@rematch/core": "~2.2.0",
"@rematch/loading": "~2.1.2",
"axios": "~0.26.1",
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"react-dynamic-loadable": "~3.0.0",
"react-redux": "~7.2.8",
"react-router-dom": "~6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions example/scss/package.json
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"kkt": "7.1.7"
Expand Down
4 changes: 2 additions & 2 deletions example/stylus/package.json
Expand Up @@ -14,8 +14,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0"
"react": "~18.1.0",
"react-dom": "~18.1.0"
},
"devDependencies": {
"@kkt/stylus-modules": "7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions example/typescript/package.json
Expand Up @@ -16,8 +16,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions example/uiw/package.json
Expand Up @@ -16,8 +16,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"react": "~18.0.0",
"react-dom": "~18.0.0",
"react": "~18.1.0",
"react-dom": "~18.1.0",
"uiw": "~4.10.2"
},
"devDependencies": {
Expand Down

0 comments on commit 2252b58

Please sign in to comment.