Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): bump @types/react-dom from 19.0.3 to 19.0.4 #13

Merged
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.3",
"@types/react-dom": "^19.0.4",
"@ver0/eslint-config": "^1.1.3",
"@ver0/eslint-formatter-gha": "^1.0.1",
"@vitest/coverage-v8": "^3.0.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1612,12 +1612,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^19.0.3":
version: 19.0.3
resolution: "@types/react-dom@npm:19.0.3"
"@types/react-dom@npm:^19.0.4":
version: 19.0.4
resolution: "@types/react-dom@npm:19.0.4"
peerDependencies:
"@types/react": ^19.0.0
checksum: 10c0/3867427b333cbe8cbba496d7cc20ec9676d32c25ae44f4d1263a4129d42e57cf4adf0039ad263432f1215b88075c27d326e7eb4ed646128235d01a76e661d48f
checksum: 10c0/4e71853919b94df9e746a4bd73f8180e9ae13016333ce9c543dcba9f4f4c8fe6e28b038ca6ee61c24e291af8e03ca3bc5ded17c46dee938fcb32d71186fda7a3
languageName: node
linkType: hard

Expand Down Expand Up @@ -1914,7 +1914,7 @@ __metadata:
"@commitlint/cli": "npm:^19.7.1"
"@commitlint/config-conventional": "npm:^19.7.1"
"@types/react": "npm:^19.0.10"
"@types/react-dom": "npm:^19.0.3"
"@types/react-dom": "npm:^19.0.4"
"@ver0/eslint-config": "npm:^1.1.3"
"@ver0/eslint-formatter-gha": "npm:^1.0.1"
"@vitest/coverage-v8": "npm:^3.0.5"
Expand Down
Loading