Skip to content

Commit

Permalink
chore(deps): update react monorepo to ~18.2.0 (#961)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 10cb374 commit 80e4f8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -65,8 +65,8 @@
"devDependencies": {
"@kkt/less-modules": "~7.3.0",
"@kkt/ncc": "~1.0.15",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react-test-renderer": "~18.0.0",
"@types/react-transition-group": "~4.4.4",
"compile-less-cli": "~1.8.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/uiw/package.json
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@babel/runtime": "~7.20.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@uiw/formatter": "~2.0.0",
"@uiw/react-affix": "^4.21.28",
"@uiw/react-alert": "^4.21.28",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -47,8 +47,8 @@
"@kkt/less-modules": "~7.3.0",
"@kkt/raw-modules": "~7.3.0",
"@kkt/scope-plugin-options": "~7.3.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"kkt": "~7.3.0",
"react-test-renderer": "~18.2.0"
},
Expand Down

0 comments on commit 80e4f8f

Please sign in to comment.