Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 7071257

Browse files
Bump the development-dependencies group with 4 updates
Bumps the development-dependencies group with 4 updates: [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@types/react-dom` from 19.0.1 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@typescript-eslint/eslint-plugin` from 8.17.0 to 8.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.17.0 to 8.18.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser) Updates `eslint-plugin-jsdoc` from 50.6.0 to 50.6.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.6.0...v50.6.1) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de98ea2 commit 7071257

File tree

2 files changed

+68
-87
lines changed

2 files changed

+68
-87
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"devDependencies": {
3030
"@tauri-apps/cli": "^1.6.3",
3131
"@types/react": "^19.0.1",
32-
"@types/react-dom": "^19.0.1",
32+
"@types/react-dom": "^19.0.2",
3333
"@types/styled-components": "^5.1.34",
34-
"@typescript-eslint/eslint-plugin": "^8.17.0",
35-
"@typescript-eslint/parser": "^8.17.0",
34+
"@typescript-eslint/eslint-plugin": "^8.18.0",
35+
"@typescript-eslint/parser": "^8.18.0",
3636
"@vitejs/plugin-react": "^4.3.4",
3737
"eslint": "^8.57.0",
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-import": "^2.31.0",
40-
"eslint-plugin-jsdoc": "^50.6.0",
40+
"eslint-plugin-jsdoc": "^50.6.1",
4141
"eslint-plugin-prefer-arrow": "^1.2.3",
4242
"eslint-plugin-prettier": "^5.2.1",
4343
"eslint-plugin-react": "^7.37.2",

0 commit comments

Comments
 (0)