Skip to content

Commit 892bfba

Browse files
build(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router), [zustand](https://github.com/pmndrs/zustand), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite). Updates `react-router` from 7.13.1 to 7.13.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.13.2/packages/react-router) Updates `zustand` from 5.0.11 to 5.0.12 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.11...v5.0.12) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) Updates `@tailwindcss/vite` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-vite) --- updated-dependencies: - dependency-name: react-router dependency-version: 7.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a990e93 commit 892bfba

2 files changed

Lines changed: 147 additions & 173 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@tauri-apps/api": "^2.0.0",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
17-
"react-router": "^7.0.0",
17+
"react-router": "^7.13.2",
1818
"recharts": "^2.15.0",
19-
"zustand": "^5.0.0"
19+
"zustand": "^5.0.12"
2020
},
2121
"pnpm": {
2222
"onlyBuiltDependencies": ["esbuild"]
@@ -26,8 +26,8 @@
2626
"@types/react": "^19.0.0",
2727
"@types/react-dom": "^19.0.0",
2828
"@vitejs/plugin-react": "^4.3.0",
29-
"tailwindcss": "^4.0.0",
30-
"@tailwindcss/vite": "^4.0.0",
29+
"tailwindcss": "^4.2.2",
30+
"@tailwindcss/vite": "^4.2.2",
3131
"typescript": "^5.7.0",
3232
"vite": "^6.0.0"
3333
}

0 commit comments

Comments
 (0)