Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-dom and @types/react-dom #25

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"next": "14.2.8",
"next-intl": "^3.25.1",
"react": "^18",
"react-dom": "^18",
"react-dom": "^19",
"rtl-detect": "^1.1.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -31,7 +31,7 @@
"@biomejs/biome": "1.9.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-dom": "^19",
"@types/rtl-detect": "^1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
Expand Down
35 changes: 16 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,12 +1487,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
"@types/react-dom@npm:^19":
version: 19.0.1
resolution: "@types/react-dom@npm:19.0.1"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
checksum: 10c0/fb40069a7c5c70475155dff91d25ff5a51226c14d45c8ad55894480366876426981c8be63ef322486af879bb220bf48443f2344c1a89cb75a47a1a761acee9d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3978,15 +3978,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^18":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
"react-dom@npm:^19":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
loose-envify: "npm:^1.1.0"
scheduler: "npm:^0.23.2"
scheduler: "npm:^0.25.0"
peerDependencies:
react: ^18.3.1
checksum: 10c0/a752496c1941f958f2e8ac56239172296fcddce1365ce45222d04a1947e0cc5547df3e8447f855a81d6d39f008d7c32eab43db3712077f09e3f67c4874973e85
react: ^19.0.0
checksum: 10c0/a36ce7ab507b237ae2759c984cdaad4af4096d8199fb65b3815c16825e5cfeb7293da790a3fc2184b52bfba7ba3ff31c058c01947aff6fd1a3701632aabaa6a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4211,12 +4210,10 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/26383305e249651d4c58e6705d5f8425f153211aef95f15161c151f7b8de885f24751b377e4a0b3dd42cce09aad3f87a61dab7636859c0d89b7daf1a1e2a5c78
"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
checksum: 10c0/a4bb1da406b613ce72c1299db43759526058fdcc413999c3c3e0db8956df7633acf395cb20eb2303b6a65d658d66b6585d344460abaee8080b4aa931f10eaafe
languageName: node
linkType: hard

Expand Down Expand Up @@ -4822,7 +4819,7 @@ __metadata:
"@radix-ui/react-separator": "npm:^1.1.0"
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react-dom": "npm:^19"
"@types/rtl-detect": "npm:^1"
class-variance-authority: "npm:^0.7.0"
clsx: "npm:^2.1.1"
Expand All @@ -4833,7 +4830,7 @@ __metadata:
next-intl: "npm:^3.25.1"
postcss: "npm:^8"
react: "npm:^18"
react-dom: "npm:^18"
react-dom: "npm:^19"
rtl-detect: "npm:^1.1.2"
tailwind-merge: "npm:^2.5.5"
tailwindcss: "npm:^3.4.1"
Expand Down
Loading