Skip to content

Commit ffee400

Browse files
Bump the javascript-dependencies group across 1 directory with 3 updates (#36)
Bumps the javascript-dependencies group with 3 updates in the / directory: [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [typescript](https://github.com/microsoft/TypeScript). Updates `@mdx-js/react` from 3.0.1 to 3.1.0 - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.1.0/packages/react) Updates `@types/react` from 18.3.5 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: javascript-dependencies - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: javascript-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: javascript-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57a38fe commit ffee400

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@docusaurus/core": "3.5.2",
1919
"@docusaurus/preset-classic": "3.5.2",
20-
"@mdx-js/react": "^3.0.1",
20+
"@mdx-js/react": "^3.1.0",
2121
"clsx": "^2.1.1",
2222
"prism-react-renderer": "^2.4.0",
2323
"react": "^18.3.1",
@@ -27,8 +27,8 @@
2727
"@docusaurus/module-type-aliases": "3.5.2",
2828
"@docusaurus/types": "3.5.2",
2929
"@docusaurus/tsconfig": "3.5.2",
30-
"@types/react": "^18.3.5",
31-
"typescript": "~5.6.2"
30+
"@types/react": "^18.3.12",
31+
"typescript": "~5.6.3"
3232
},
3333
"browserslist": {
3434
"production": [

0 commit comments

Comments
 (0)