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

⬆️ Update dependency @types/react to ^19.0.3 - autoclosed #5573

Merged
merged 1 commit into from
Jan 7, 2025
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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.14",
"@types/react": "^19.0.2",
"@types/react": "^19.0.3",
"@types/supertest": "^6.0.2",
"happy-dom": "^16.3.0",
"typescript": "~5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mdx-js/react": "^3.1.0",
"@types/lodash": "^4.17.14",
"@types/node": "^20.14.15",
"@types/react": "^19.0.2",
"@types/react": "^19.0.3",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^1.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3634,7 +3634,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^5.0.0"
"@types/lodash": "npm:^4.17.14"
"@types/react": "npm:^19.0.2"
"@types/react": "npm:^19.0.3"
"@types/supertest": "npm:^6.0.2"
express: "npm:^4.21.2"
fast-check: "workspace:*"
Expand Down Expand Up @@ -6430,12 +6430,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
"@types/react@npm:*, @types/react@npm:^19.0.3":
version: 19.0.3
resolution: "@types/react@npm:19.0.3"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
checksum: 10c0/90129c45f2f09154d9409964964d0ccbac7f04d5f7fcf73fc146d33887931fbfdfd1e2947514298f94f986cc264aff8ba3201e9a4ea207d3308f20a06d47c805
languageName: node
linkType: hard

Expand Down Expand Up @@ -21039,7 +21039,7 @@ __metadata:
"@mdx-js/react": "npm:^3.1.0"
"@types/lodash": "npm:^4.17.14"
"@types/node": "npm:^20.14.15"
"@types/react": "npm:^19.0.2"
"@types/react": "npm:^19.0.3"
clsx: "npm:^2.1.1"
fast-check: "workspace:*"
jest: "npm:^29.7.0"
Expand Down
Loading