Skip to content

Commit

Permalink
build(deps): Bump @types/react from 18.2.46 to 18.2.55 (#20)
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.46 to 18.2.55.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent c70354e commit ef864cf
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 224 deletions.
2 changes: 1 addition & 1 deletion apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"@storm-software/testing-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@types/node": "20.9.0",
"@types/react": "^18.2.45",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/vscode": "^1.85.0",
"esbuild-style-plugin": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.11",
"@types/node": "20.9.0",
"@types/react": "^18.2.45",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@types/react": "^18.2.45"
"@types/react": "^18.2.55"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
Loading

0 comments on commit ef864cf

Please sign in to comment.