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

build(deps-dev): bump @types/react from 18.2.13 to 18.2.24 #399

Closed
wants to merge 1 commit into from
Closed
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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/react": "^18.2.13",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@swc/helpers": "^0.5.1",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.4.1",
"@types/react": "^18.2.13",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.2.1",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ __metadata:
dependencies:
"@textea/json-viewer": "workspace:^"
"@types/node": ^20.4.1
"@types/react": ^18.2.13
"@types/react": ^18.2.24
"@types/react-dom": ^18.0.11
gray-matter: ^4.0.3
next: ^13.4.13
Expand Down Expand Up @@ -1737,7 +1737,7 @@ __metadata:
"@swc/helpers": ^0.5.1
"@testing-library/react": ^14.0.0
"@types/node": ^20.4.1
"@types/react": ^18.2.13
"@types/react": ^18.2.24
"@types/react-dom": ^18.2.6
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.2.1
Expand Down Expand Up @@ -2020,7 +2020,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:^18.2.13":
"@types/react@npm:*, @types/react@npm:>=16":
version: 18.2.13
resolution: "@types/react@npm:18.2.13"
dependencies:
Expand All @@ -2031,6 +2031,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.24":
version: 18.2.24
resolution: "@types/react@npm:18.2.24"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: ea5d8204e71b1c9c6631f429a93f8e7be0614cdbdb464e92b3181bdccd8a7c45e30ded8b13da726684b6393f651317c36d54832e3d3cdea0da480a3f26268909
languageName: node
linkType: hard

"@types/resolve@npm:1.20.2":
version: 1.20.2
resolution: "@types/resolve@npm:1.20.2"
Expand Down
Loading