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-dom to ^18.2.18 #170

Merged
merged 1 commit into from
Jan 8, 2024
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 packages/pixi-cubism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.13",
"@types/react-dom": "^18.2.18",
"buncho": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion websites/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.13",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ __metadata:
dependencies:
"@neetly/tsconfig": "npm:^0.3.0"
"@types/react": "npm:^18.2.47"
"@types/react-dom": "npm:^18.2.13"
"@types/react-dom": "npm:^18.2.18"
buncho: "npm:^6.2.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -2168,7 +2168,7 @@ __metadata:
"@storybook/react": "npm:^7.4.6"
"@storybook/react-webpack5": "npm:^7.4.6"
"@types/react": "npm:^18.2.47"
"@types/react-dom": "npm:^18.2.13"
"@types/react-dom": "npm:^18.2.18"
buncho: "npm:^6.2.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -4545,12 +4545,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.2.13":
version: 18.2.13
resolution: "@types/react-dom@npm:18.2.13"
"@types/react-dom@npm:^18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
"@types/react": "npm:*"
checksum: a21cdc03e232fad4728779f48ca1a512fe87ea3fb3265fd5a8bf468e17770f78daf2c4b8299670a7a78becc439bedfc3121a44dde7837255fd933fa4f54d82fd
checksum: 74dba11a1b8156f3a763f3fca1fb4ec1dcd349153279b8bf79210024a69f994bf2cf0728198c047f8130c5318420ea56281b0a4ef84c8ae943cd9a0cac705220
languageName: node
linkType: hard

Expand Down