Skip to content

Commit 2599fe5

Browse files
authored
Merge pull request #1222 from objectstack-ai/dependabot/npm_and_yarn/development-dependencies-49a33d1a1b
2 parents 471c9c3 + 97e6e74 commit 2599fe5

44 files changed

Lines changed: 511 additions & 546 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/account/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
"tailwind-merge": "^3.5.0"
4444
},
4545
"devDependencies": {
46-
"@tailwindcss/postcss": "^4.2.2",
47-
"@tanstack/router-plugin": "^1.91.5",
46+
"@tailwindcss/postcss": "^4.2.4",
47+
"@tanstack/router-plugin": "^1.167.29",
4848
"@testing-library/jest-dom": "^6.6.3",
4949
"@testing-library/react": "^16.1.0",
5050
"@testing-library/user-event": "^14.5.2",
5151
"@types/react": "^19.2.14",
5252
"@types/react-dom": "^19.2.3",
5353
"@vitejs/plugin-react": "^6.0.1",
54-
"@vitest/coverage-v8": "^4.1.4",
54+
"@vitest/coverage-v8": "^4.1.5",
5555
"autoprefixer": "^10.4.27",
5656
"happy-dom": "^20.8.9",
57-
"postcss": "^8.5.10",
58-
"tailwindcss": "^4.2.2",
57+
"postcss": "^8.5.12",
58+
"tailwindcss": "^4.2.4",
5959
"typescript": "^6.0.3",
60-
"vite": "^8.0.9",
61-
"vitest": "^4.1.4"
60+
"vite": "^8.0.10",
61+
"vitest": "^4.1.5"
6262
}
6363
}

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.2.2",
27+
"@tailwindcss/postcss": "^4.2.4",
2828
"@types/mdx": "^2.0.13",
2929
"@types/negotiator": "^0.6.4",
3030
"@types/node": "^25.6.0",
3131
"@types/react": "^19.2.14",
3232
"@types/react-dom": "^19.2.3",
3333
"negotiator": "^1.0.0",
34-
"postcss": "^8.5.10",
35-
"tailwindcss": "^4.2.2",
34+
"postcss": "^8.5.12",
35+
"tailwindcss": "^4.2.4",
3636
"typescript": "^6.0.3",
3737
"zod": "4.4.1"
3838
},

apps/studio/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@
7676
"devDependencies": {
7777
"@objectstack/cli": "workspace:*",
7878
"@playwright/test": "^1.59.1",
79-
"@tailwindcss/postcss": "^4.2.2",
79+
"@tailwindcss/postcss": "^4.2.4",
8080
"@tanstack/router-devtools": "^1.91.6",
81-
"@tanstack/router-plugin": "^1.91.5",
81+
"@tanstack/router-plugin": "^1.167.29",
8282
"@testing-library/jest-dom": "^6.6.3",
8383
"@testing-library/react": "^16.1.0",
8484
"@testing-library/user-event": "^14.5.2",
8585
"@types/react": "^19.2.14",
8686
"@types/react-dom": "^19.2.3",
8787
"@vitejs/plugin-react": "^6.0.1",
88-
"@vitest/coverage-v8": "^4.1.4",
88+
"@vitest/coverage-v8": "^4.1.5",
8989
"autoprefixer": "^10.4.27",
9090
"esbuild": "^0.28.0",
9191
"happy-dom": "^20.8.9",
9292
"msw": "^2.14.2",
93-
"postcss": "^8.5.10",
94-
"tailwindcss": "^4.2.2",
93+
"postcss": "^8.5.12",
94+
"tailwindcss": "^4.2.4",
9595
"typescript": "^6.0.3",
96-
"vite": "^8.0.9",
97-
"vitest": "^4.1.4"
96+
"vite": "^8.0.10",
97+
"vitest": "^4.1.5"
9898
},
9999
"msw": {
100100
"workerDirectory": [

packages/adapters/express/package.json

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

packages/adapters/fastify/package.json

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

packages/adapters/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@objectstack/runtime": "workspace:*",
2828
"hono": "^4.12.16",
2929
"typescript": "^6.0.3",
30-
"vitest": "^4.1.4"
30+
"vitest": "^4.1.5"
3131
},
3232
"description": "Hono adapter for ObjectStack — edge-compatible REST API server for Cloudflare Workers, Deno, Bun, and Node.",
3333
"keywords": [

packages/adapters/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@nestjs/core": "^11.1.19",
2020
"@objectstack/runtime": "workspace:*",
2121
"typescript": "^6.0.3",
22-
"vitest": "^4.1.4"
22+
"vitest": "^4.1.5"
2323
},
2424
"description": "NestJS adapter for ObjectStack — integrates the generated REST API into a NestJS module.",
2525
"keywords": [

packages/adapters/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "^19.2.5",
2222
"react-dom": "^19.2.5",
2323
"typescript": "^6.0.3",
24-
"vitest": "^4.1.4"
24+
"vitest": "^4.1.5"
2525
},
2626
"description": "Next.js adapter for ObjectStack — App Router route handlers for the ObjectStack REST API.",
2727
"keywords": [

packages/adapters/nuxt/package.json

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

packages/adapters/sveltekit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"peerDependencies": {
2020
"@objectstack/runtime": "workspace:^",
21-
"@sveltejs/kit": "^2.57.1"
21+
"@sveltejs/kit": "^2.58.0"
2222
},
2323
"devDependencies": {
2424
"@objectstack/runtime": "workspace:*",
25-
"@sveltejs/kit": "^2.57.1",
25+
"@sveltejs/kit": "^2.58.0",
2626
"typescript": "^6.0.3",
27-
"vitest": "^4.1.4"
27+
"vitest": "^4.1.5"
2828
},
2929
"description": "SvelteKit adapter for ObjectStack — server endpoints for the ObjectStack REST API.",
3030
"keywords": [

0 commit comments

Comments
 (0)