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

Commit d76a58d

Browse files
Bump the development-dependencies group with 5 updates
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.11` | `18.3.12` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.10.0` | `8.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.10.0` | `8.11.0` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` | Updates `@types/react` from 18.3.11 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@typescript-eslint/eslint-plugin` from 8.10.0 to 8.11.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.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.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.11.0/packages/parser) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.37.1...v7.37.2) Updates `vite` from 5.4.9 to 5.4.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - dependency-name: "@types/react" 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-react dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63510d5 commit d76a58d

File tree

2 files changed

+85
-81
lines changed

2 files changed

+85
-81
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
},
2828
"devDependencies": {
2929
"@tauri-apps/cli": "^1.6.3",
30-
"@types/react": "^18.3.11",
30+
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.3.1",
3232
"@types/styled-components": "^5.1.34",
33-
"@typescript-eslint/eslint-plugin": "^8.10.0",
34-
"@typescript-eslint/parser": "^8.10.0",
33+
"@typescript-eslint/eslint-plugin": "^8.11.0",
34+
"@typescript-eslint/parser": "^8.11.0",
3535
"@vitejs/plugin-react": "^4.3.3",
3636
"eslint": "^8.57.0",
3737
"eslint-config-prettier": "^9.1.0",
3838
"eslint-plugin-import": "^2.31.0",
3939
"eslint-plugin-jsdoc": "^50.4.3",
4040
"eslint-plugin-prefer-arrow": "^1.2.3",
4141
"eslint-plugin-prettier": "^5.2.1",
42-
"eslint-plugin-react": "^7.37.1",
42+
"eslint-plugin-react": "^7.37.2",
4343
"eslint-plugin-react-hooks": "^5.0.0",
4444
"eslint-plugin-unicorn": "^56.0.0",
4545
"prettier": "^3.3.3",
4646
"typescript": "^5.6.3",
47-
"vite": "^5.4.9"
47+
"vite": "^5.4.10"
4848
}
4949
}

0 commit comments

Comments
 (0)