Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v18.3.3 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent dbb77c6 commit 6e3c44c
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/styled-components": "5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^16.0.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/react-is": "19.0.0",
"jest-environment-jsdom": "29.7.0",
"react-is": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@testing-library/react": "^16.0.1",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/react-is": "19.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^16.0.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/react-is": "19.0.0",
"jest-environment-jsdom": "29.7.0",
"react-is": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/styled-components": "5.1.34",
"jest-environment-jsdom": "29.7.0",
"jest-styled-components": "7.2.0",
Expand Down
42 changes: 22 additions & 20 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 6e3c44c

Please sign in to comment.