Skip to content

Commit c9257d5

Browse files
chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 10 updates (#1911)
1 parent 5db2742 commit c9257d5

75 files changed

Lines changed: 643 additions & 810 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"devDependencies": {
2626
"@objectstack/spec": "workspace:*",
27-
"@tailwindcss/postcss": "^4.3.0",
27+
"@tailwindcss/postcss": "^4.3.1",
2828
"@types/mdx": "^2.0.14",
2929
"@types/negotiator": "^0.6.4",
30-
"@types/node": "^25.9.2",
30+
"@types/node": "^25.9.3",
3131
"@types/react": "^19.2.17",
3232
"@types/react-dom": "^19.2.3",
3333
"negotiator": "^1.0.0",
3434
"postcss": "^8.5.15",
35-
"tailwindcss": "^4.3.0",
35+
"tailwindcss": "^4.3.1",
3636
"typescript": "^6.0.3",
3737
"zod": "4.4.3"
3838
},

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"devDependencies": {
2525
"@objectstack/cli": "workspace:*",
2626
"typescript": "^6.0.3",
27-
"vitest": "^4.1.8"
27+
"vitest": "^4.1.9"
2828
}
2929
}

examples/app-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@objectstack/cli": "workspace:*",
3131
"@objectstack/objectql": "workspace:*",
3232
"typescript": "^6.0.3",
33-
"vitest": "^4.1.8"
33+
"vitest": "^4.1.9"
3434
}
3535
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"license": "Apache-2.0",
3737
"devDependencies": {
3838
"@changesets/cli": "^2.31.0",
39-
"@types/node": "^25.9.2",
39+
"@types/node": "^25.9.3",
4040
"tsup": "^8.5.1",
4141
"tsx": "^4.22.4",
42-
"turbo": "^2.9.16",
42+
"turbo": "^2.9.18",
4343
"typescript": "^6.0.3"
4444
},
4545
"engines": {

packages/adapters/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/express": "^5.0.6",
2525
"express": "^5.2.1",
2626
"typescript": "^6.0.3",
27-
"vitest": "^4.1.8"
27+
"vitest": "^4.1.9"
2828
},
2929
"description": "Express adapter for ObjectStack — mounts the generated REST API onto an Express app.",
3030
"keywords": [

packages/adapters/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@objectstack/runtime": "workspace:*",
2424
"fastify": "^5.8.5",
2525
"typescript": "^6.0.3",
26-
"vitest": "^4.1.8"
26+
"vitest": "^4.1.9"
2727
},
2828
"description": "Fastify adapter for ObjectStack — mounts the generated REST API onto a Fastify app.",
2929
"keywords": [

packages/adapters/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@objectstack/runtime": "workspace:*",
2929
"hono": "^4.12.25",
3030
"typescript": "^6.0.3",
31-
"vitest": "^4.1.8"
31+
"vitest": "^4.1.9"
3232
},
3333
"description": "Hono adapter for ObjectStack — edge-compatible REST API server for Cloudflare Workers, Deno, Bun, and Node.",
3434
"keywords": [

packages/adapters/nestjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@nestjs/core": "^11.1.19"
1515
},
1616
"devDependencies": {
17-
"@nestjs/common": "^11.1.24",
18-
"@nestjs/core": "^11.1.24",
17+
"@nestjs/common": "^11.1.27",
18+
"@nestjs/core": "^11.1.27",
1919
"@objectstack/runtime": "workspace:*",
2020
"typescript": "^6.0.3",
21-
"vitest": "^4.1.8"
21+
"vitest": "^4.1.9"
2222
},
2323
"description": "NestJS adapter for ObjectStack — integrates the generated REST API into a NestJS module.",
2424
"keywords": [

packages/adapters/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "^19.2.7",
2121
"react-dom": "^19.2.7",
2222
"typescript": "^6.0.3",
23-
"vitest": "^4.1.8"
23+
"vitest": "^4.1.9"
2424
},
2525
"description": "Next.js adapter for ObjectStack — App Router route handlers for the ObjectStack REST API.",
2626
"keywords": [

packages/adapters/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@objectstack/runtime": "workspace:*",
2424
"h3": "^1.15.11",
2525
"typescript": "^6.0.3",
26-
"vitest": "^4.1.8"
26+
"vitest": "^4.1.9"
2727
},
2828
"description": "Nuxt adapter for ObjectStack — Nitro server routes for the ObjectStack REST API.",
2929
"keywords": [

0 commit comments

Comments
 (0)