Skip to content

Commit

Permalink
chore(deps): update react monorepo to ~18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent b78da5f commit ab2e2af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"clean": "lerna clean --yes"
},
"devDependencies": {
"react": "~18.2.0",
"react-dom": "~18.2.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"tsbb": "^4.1.14",
"husky": "~9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"lerna": "^8.0.0",
"pretty-quick": "~4.0.0",
"react-test-renderer": "~18.2.0"
"react-test-renderer": "~18.3.0"
},
"workspaces": [
"core",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"@kkt/less-modules": "^7.4.8",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"kkt": "^7.4.8",
"markdown-react-code-preview-loader": "^2.0.0"
},
Expand Down

0 comments on commit ab2e2af

Please sign in to comment.