Skip to content

Commit

Permalink
Bump react-dom and @types/react-dom
Browse files Browse the repository at this point in the history
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `@types/react-dom` from 18.2.23 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent e814f03 commit 080939b
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 47 deletions.
4 changes: 2 additions & 2 deletions apps/react-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@preact/signals-react": "^1.3.3",
"components-for-test": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"vite-plugin-babel": "^1.2.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.24.1",
"@t3-oss/env-core": "^0.7.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand Down
4 changes: 2 additions & 2 deletions apps/transformer-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"lz-string": "^1.5.0",
"radash": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"shiki": "^1.24.0",
"sonner": "^1.5.0"
},
"devDependencies": {
"@shikijs/monaco": "^1.24.0",
"@types/babel__standalone": "^7.1.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-for-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@preact-signals/query": "workspace:*",
"@preact/signals-react": "^2.0.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.3.1",
"concurrently": "^8.2.2",
"react": "^18",
"react-dom": "^18",
Expand Down
6 changes: 3 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@preact/signals-react": ">=2.0.0",
"@preact-signals/safe-react": "workspace:*",
"react": "17.*.* || 18.*.* || 19.x",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"peerDependenciesMeta": {
"react": {
Expand Down Expand Up @@ -75,12 +75,12 @@
"@testing-library/react": "^13.4.0",
"@types/jsdom": "^21.1.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.3.1",
"@types/use-sync-external-store": "^0.0.3",
"concurrently": "^8.2.2",
"jsdom": "^24.0.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"webdriverio": "^8.22.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@types/babel__traverse": "^7.20.5",
"@types/debug": "^4.1.12",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.3.1",
"@types/regex-escape": "^3.4.1",
"@types/use-sync-external-store": "^0.0.3",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -152,7 +152,7 @@
"nushell": "^0.91.0",
"radash": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.9.0",
"rollup": "^4.17.1",
"rollup-plugin-esbuild": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__traverse": "^7.20.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-dom": "^18.3.1",
"check-export-map": "^1.3.1",
"concurrently": "^8.2.2",
"fast-glob": "^3.3.2",
Expand Down
97 changes: 61 additions & 36 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 080939b

Please sign in to comment.