Skip to content

Commit

Permalink
chore(deps): update react monorepo (#789)
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] authored May 9, 2024
1 parent 7af9e3d commit b4ee4eb
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 73 deletions.
87 changes: 44 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"@types/lodash.clamp": "4.0.9",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "4.5.8",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "6.21.0",
"@vscode/codicons": "0.0.35",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.15",
"husky": "8.0.3",
Expand All @@ -78,8 +78,8 @@
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.9.6",
"rollup-plugin-postcss": "4.0.2",
"storybook": "7.6.17",
Expand Down
46 changes: 23 additions & 23 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"clsx": "^2.0.0",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"url-loader": "4.1.1",
"xterm": "^5.0.0",
"xterm-addon-fit": "0.6.0"
Expand Down

0 comments on commit b4ee4eb

Please sign in to comment.