Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
| datasource | package                   | from    | to      |
| ---------- | ------------------------- | ------- | ------- |
| npm        | @types/react              | 17.0.83 | 18.3.12 |
| npm        | @types/react-dom          | 17.0.25 | 18.3.1  |
| npm        | eslint-plugin-react-hooks | 4.6.2   | 5.0.0   |
| npm        | react                     | 17.0.2  | 18.3.1  |
| npm        | react-dom                 | 17.0.2  | 18.3.1  |
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 46602e0 commit d4c1c39
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 52 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"url": "https://github.com/andrei-picus-tink/auto-renovate.git"
},
"dependencies": {
"react": "~17.0.0",
"react-dom": "~17.0.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@sentry/vite-plugin": "2.22.6",
Expand All @@ -22,8 +22,8 @@
"@types/license-checker": "25.0.6",
"@types/lodash": "4.17.12",
"@types/node": "22.8.6",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
Expand All @@ -39,7 +39,7 @@
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-xstate": "3.2.1",
"execa": "9.5.1",
Expand All @@ -48,8 +48,8 @@
"license-checker": "25.0.1",
"octokit": "4.0.2",
"prettier": "3.3.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"strong-mock": "~8.0.1",
"stylelint": "16.10.0",
"stylelint-config-recommended": "14.0.1",
Expand Down
81 changes: 36 additions & 45 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 d4c1c39

Please sign in to comment.