chore(deps-dev): bump typescript from 4.7.4 to 5.1.6 in /website (#13044)
* chore(deps-dev): bump typescript from 4.7.4 to 5.1.6 in /website Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v5.1.6) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: use group updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bc031fecc2
commit
db706ede4d
|
|
@ -61,6 +61,10 @@ updates:
|
|||
versions: ['>=10.0.0']
|
||||
- dependency-name: string-width
|
||||
versions: ['>=5.0.0']
|
||||
groups:
|
||||
docs:
|
||||
patterns:
|
||||
- '@docusaurus/*'
|
||||
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
|
|
|
|||
|
|
@ -32,13 +32,13 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.4.1",
|
||||
"@docusaurus/types": "^2.4.1",
|
||||
"@docusaurus/types": "2.4.1",
|
||||
"@tsconfig/docusaurus": "^2.0.0",
|
||||
"@types/markdown-it": "^13.0.0",
|
||||
"@types/mdx-js__react": "^1.5.5",
|
||||
"@types/react": "^17.0.64",
|
||||
"@types/react-dom": "^17.0.20",
|
||||
"typescript": "^4.7.4"
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue