Skip to content

Commit

Permalink
chore(deps): update dependency react-dom to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 69baaa3 commit ab9f3de
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 33 deletions.
4 changes: 2 additions & 2 deletions packages/emoji-blast-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@konami-emoji-blast/astro": "workspace:",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.0",
"astro": "^4.8.6",
"clsx": "^2.1.1",
"dedent": "^1.5.3",
"emoji-blast": "workspace:",
"konami-emoji-blast": "workspace:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/konami-emoji-blast-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^25.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^19.0.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18 || ^19"
Expand Down
73 changes: 43 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab9f3de

Please sign in to comment.