Skip to content

Commit ddb59ea

Browse files
chore(deps-dev): bump the dev-minor-versions group
Bumps the dev-minor-versions group in /frontend with 4 updates: [@react-router/dev](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev), [@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 [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@react-router/dev` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dev/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/@react-router/[email protected]/packages/react-router-dev) Updates `@typescript-eslint/eslint-plugin` from 8.18.1 to 8.18.2 - [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.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.1 to 8.18.2 - [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.2/packages/parser) Updates `typescript-eslint` from 8.18.1 to 8.18.2 - [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.18.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@react-router/dev" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-versions - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-versions - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-versions - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-versions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c2f585 commit ddb59ea

File tree

2 files changed

+62
-98
lines changed

2 files changed

+62
-98
lines changed

frontend/package-lock.json

+58-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@eslint/eslintrc": "^3.2.0",
6262
"@eslint/js": "^9.17.0",
6363
"@playwright/test": "^1.49.1",
64-
"@react-router/dev": "^7.1.0",
64+
"@react-router/dev": "^7.1.1",
6565
"@testing-library/react": "^16.1.0",
6666
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
6767
"@types/compression": "^1.7.5",
@@ -73,8 +73,8 @@
7373
"@types/react": "^19.0.2",
7474
"@types/react-dom": "^19.0.2",
7575
"@types/source-map-support": "^0.5.10",
76-
"@typescript-eslint/eslint-plugin": "^8.18.1",
77-
"@typescript-eslint/parser": "^8.18.1",
76+
"@typescript-eslint/eslint-plugin": "^8.18.2",
77+
"@typescript-eslint/parser": "^8.18.2",
7878
"@vitejs/plugin-react": "^4.3.4",
7979
"@vitest/coverage-v8": "^2.1.8",
8080
"autoprefixer": "^10.4.20",
@@ -93,7 +93,7 @@
9393
"tailwindcss": "^3.4.17",
9494
"tsx": "^4.19.2",
9595
"typescript": "^5.7.2",
96-
"typescript-eslint": "^8.18.1",
96+
"typescript-eslint": "^8.18.2",
9797
"vite": "^5.4.11",
9898
"vite-plugin-static-copy": "^2.2.0",
9999
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)