Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to ^18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent ce57e4e commit 5aa3682
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"pino": "^9.5.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
Expand Down
24 changes: 13 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion screenshot/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@previewjs/plugin-react": "workspace:^",
"@previewjs/screenshot": "workspace:^",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@vitejs/plugin-react": "^4.3.4",
"playwright": "^1.49.0",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 5aa3682

Please sign in to comment.