Skip to content

Commit

Permalink
Bump @types/react from 18.2.33 to 18.2.41
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.33 to 18.2.41.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent 0d69597 commit 9df6a98
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@radix-ui/react-toast": "^1.1.4",
"@t3-oss/env-nextjs": "^0.3.1",
"@types/node": "20.2.3",
"@types/react": "18.2.33",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.14",
"@vercel/og": "^0.5.20",
"autoprefixer": "10.4.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@corex/workspace": "^4.0.43",
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*",
"turbo": "^1.9.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-config-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-overrides/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/custom-robots-txt-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/no-index-sitemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/with-next-sitemap-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react": "^18.2.41",
"next-sitemap": "workspace:*"
}
}

0 comments on commit 9df6a98

Please sign in to comment.