Folo/apps/ssr
dependabot[bot] 324d3c7bde
build(deps): bump the minor group with 5 updates (#3131)
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/query-sync-storage-persister](https://github.com/TanStack/query/tree/HEAD/packages/query-sync-storage-persister) | `5.67.3` | `5.68.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.67.3` | `5.68.0` |
| [@tanstack/react-query-persist-client](https://github.com/TanStack/query/tree/HEAD/packages/react-query-persist-client) | `5.67.3` | `5.68.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.67.3` | `5.68.0` |
| [cmdk](https://github.com/pacocoursey/cmdk/tree/HEAD/cmdk) | `1.0.4` | `1.1.1` |


Updates `@tanstack/query-sync-storage-persister` from 5.67.3 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/query-sync-storage-persister)

Updates `@tanstack/react-query` from 5.67.3 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query)

Updates `@tanstack/react-query-persist-client` from 5.67.3 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query-persist-client)

Updates `@tanstack/react-query-devtools` from 5.67.3 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/packages/react-query-devtools)

Updates `cmdk` from 1.0.4 to 1.1.1
- [Release notes](https://github.com/pacocoursey/cmdk/releases)
- [Commits](https://github.com/pacocoursey/cmdk/commits/v1.1.1/cmdk)

---
updated-dependencies:
- dependency-name: "@tanstack/query-sync-storage-persister"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/react-query-persist-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: cmdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-15 10:46:00 +08:00
..
api chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
client feat: remove @auth/core 2025-03-13 18:14:40 +08:00
helper chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
public chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
scripts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
src chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
.env.example chore: recover .env.example 2025-03-10 18:40:04 +08:00
index.html chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
index.ts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
note.md chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
package.json build(deps): bump the minor group with 5 updates (#3131) 2025-03-15 10:46:00 +08:00
postcss.config.cjs chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
tailwind.config.ts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
tsconfig.json chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
tsup.config.ts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
vercel.json chore: extract ssr as single app 2025-03-03 20:01:18 +08:00
vite.config.mts chore: extract ssr as single app 2025-03-03 20:01:18 +08:00