Skip to content

Commit

Permalink
chore(deps): Update react monorepo
Browse files Browse the repository at this point in the history
| datasource | package                   | from    | to     |
| ---------- | ------------------------- | ------- | ------ |
| npm        | @types/react              | 18.2.79 | 18.3.0 |
| npm        | @types/react-dom          | 18.2.25 | 18.3.0 |
| npm        | eslint-plugin-react-hooks | 4.6.0   | 4.6.1  |
| npm        | react                     | 18.2.0  | 18.3.0 |
| npm        | react-dom                 | 18.2.0  | 18.3.0 |
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 99283cd commit d6597b5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
],
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-router-dom": "^6.23.0",
"react-transition-group": "^4.4.5",
"sanitize.css": "^13.0.0",
Expand All @@ -48,8 +48,8 @@
"@linaria/vite": "^4.2.9",
"@rollup/plugin-strip": "^3.0.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"browserslist-to-esbuild": "^1.2.0",
Expand All @@ -67,7 +67,7 @@
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-sonarjs": "^0.18.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit d6597b5

Please sign in to comment.