Skip to content

Commit 6949888

Browse files
build(deps): bump the patch-dependencies group (#2042)
Bumps the patch-dependencies group in /react-tailwind-template with 4 updates: [@db-ux/react-core-components](https://github.com/db-ux-design-system/core-web), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [@db-ux/core-foundations](https://github.com/db-ux-design-system/core-web) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@db-ux/react-core-components` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/db-ux-design-system/core-web/releases) - [Changelog](https://github.com/db-ux-design-system/core-web/blob/main/docs/release-management.md) - [Commits](db-ux-design-system/core-web@v3.0.1...v3.0.2) Updates `react-router-dom` from 7.7.0 to 7.7.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `@db-ux/core-foundations` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/db-ux-design-system/core-web/releases) - [Changelog](https://github.com/db-ux-design-system/core-web/blob/main/docs/release-management.md) - [Commits](db-ux-design-system/core-web@v3.0.1...v3.0.2) Updates `vite` from 7.0.5 to 7.0.6 - [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/v7.0.6/packages/vite) --- updated-dependencies: - dependency-name: "@db-ux/react-core-components" dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: react-router-dom dependency-version: 7.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@db-ux/core-foundations" dependency-version: 3.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vite dependency-version: 7.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef45fb6 commit 6949888

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

react-tailwind-template/package-lock.json

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

react-tailwind-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@db-ux/react-core-components": "^3.0.1",
14+
"@db-ux/react-core-components": "^3.0.2",
1515
"@tailwindcss/vite": "^4.1.11",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"react-router-dom": "7.7.0"
18+
"react-router-dom": "7.7.1"
1919
},
2020
"devDependencies": {
2121
"@db-ux/core-foundations": "^3.0.0",
@@ -29,6 +29,6 @@
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"tailwindcss": "^4.1.11",
3131
"typescript": "^5.8.3",
32-
"vite": "^7.0.5"
32+
"vite": "^7.0.6"
3333
}
3434
}

0 commit comments

Comments
 (0)