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

Commit 4839eff

Browse files
Bump the development-dependencies group with 4 updates
Bumps the development-dependencies group with 4 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@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 [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@types/react` 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) Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.1 - [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.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.1 - [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.1/packages/parser) Updates `vite` from 6.0.3 to 6.0.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.5/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-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" 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 ee2583e commit 4839eff

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

package-lock.json

Lines changed: 53 additions & 53 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
@@ -28,11 +28,11 @@
2828
},
2929
"devDependencies": {
3030
"@tauri-apps/cli": "^1.6.3",
31-
"@types/react": "^19.0.1",
31+
"@types/react": "^19.0.2",
3232
"@types/react-dom": "^19.0.2",
3333
"@types/styled-components": "^5.1.34",
34-
"@typescript-eslint/eslint-plugin": "^8.18.0",
35-
"@typescript-eslint/parser": "^8.18.0",
34+
"@typescript-eslint/eslint-plugin": "^8.18.1",
35+
"@typescript-eslint/parser": "^8.18.1",
3636
"@vitejs/plugin-react": "^4.3.4",
3737
"eslint": "^8.57.0",
3838
"eslint-config-prettier": "^9.1.0",
@@ -45,6 +45,6 @@
4545
"eslint-plugin-unicorn": "^56.0.1",
4646
"prettier": "^3.4.2",
4747
"typescript": "^5.7.2",
48-
"vite": "^6.0.3"
48+
"vite": "^6.0.5"
4949
}
5050
}

0 commit comments

Comments
 (0)