Skip to content

Commit

Permalink
chore(deps): bump @types/react from 18.3.2 to 18.3.11
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.3.2 to 18.3.11.
- [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]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent c8f433f commit 8d56eed
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/next-stream-suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"daxus": "workspace:*",
"daxus-next": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@types/node": "20.14.10",
"@types/react": "18.3.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"daxus": "latest",
"next": "14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/daxus-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"rimraf": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/daxus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
Expand Down
34 changes: 17 additions & 17 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 8d56eed

Please sign in to comment.