Skip to content

Commit 3707604

Browse files
chore(deps): bump the development group across 1 directory with 3 updates (#91)
Bumps the development group with 3 updates in the / directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@vitejs/plugin-react` from 5.1.2 to 5.1.3 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.3/packages/plugin-react) Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.0 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.26...v0.5.0) Updates `typescript-eslint` from 8.52.0 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: typescript-eslint dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d10b266 commit 3707604

2 files changed

Lines changed: 247 additions & 104 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"@types/node": "^24.10.1",
3030
"@types/react": "^19.2.13",
3131
"@types/react-dom": "^19.2.3",
32-
"@vitejs/plugin-react": "^5.1.1",
32+
"@vitejs/plugin-react": "^5.1.3",
3333
"autoprefixer": "^10.4.24",
3434
"eslint": "^9.39.1",
3535
"eslint-plugin-react-hooks": "^7.0.1",
36-
"eslint-plugin-react-refresh": "^0.4.24",
36+
"eslint-plugin-react-refresh": "^0.5.0",
3737
"globals": "^17.0.0",
3838
"postcss": "^8.5.6",
3939
"tailwindcss": "^4.1.18",
4040
"typescript": "~5.9.3",
41-
"typescript-eslint": "^8.52.0",
41+
"typescript-eslint": "^8.54.0",
4242
"vite": "^7.3.1"
4343
}
4444
}

0 commit comments

Comments
 (0)