Skip to content

Commit 206f0d6

Browse files
chore(deps)(deps-dev): bump typescript from 6.0.2 to 6.0.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb604a5 commit 206f0d6

50 files changed

Lines changed: 224 additions & 224 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"negotiator": "^1.0.0",
3434
"postcss": "^8.5.10",
3535
"tailwindcss": "^4.2.2",
36-
"typescript": "^6.0.2",
36+
"typescript": "^6.0.3",
3737
"zod": "4.3.6"
3838
},
3939
"engines": {

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"ts-node": "^10.9.2",
4848
"tsup": "^8.0.0",
4949
"tsx": "^4.21.0",
50-
"typescript": "^6.0.2"
50+
"typescript": "^6.0.3"
5151
}
5252
}

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"msw": "^2.13.4",
9494
"postcss": "^8.5.10",
9595
"tailwindcss": "^4.2.2",
96-
"typescript": "^6.0.2",
96+
"typescript": "^6.0.3",
9797
"vite": "^8.0.9",
9898
"vitest": "^4.1.4"
9999
},

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"devDependencies": {
2424
"@objectstack/cli": "workspace:*",
25-
"typescript": "^6.0.2"
25+
"typescript": "^6.0.3"
2626
}
2727
}

examples/app-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
},
2727
"devDependencies": {
2828
"@objectstack/cli": "workspace:*",
29-
"typescript": "^6.0.2"
29+
"typescript": "^6.0.3"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tsup": "^8.5.1",
3737
"tsx": "^4.21.0",
3838
"turbo": "^2.9.6",
39-
"typescript": "^6.0.2"
39+
"typescript": "^6.0.3"
4040
},
4141
"dependencies": {},
4242
"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
"@objectstack/runtime": "workspace:*",
2525
"@types/express": "^5.0.6",
2626
"express": "^5.2.1",
27-
"typescript": "^6.0.2",
27+
"typescript": "^6.0.3",
2828
"vitest": "^4.1.4"
2929
},
3030
"description": "Express adapter for ObjectStack — mounts the generated REST API onto an Express app.",

packages/adapters/fastify/package.json

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

packages/adapters/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@objectstack/runtime": "workspace:*",
2828
"hono": "^4.12.14",
29-
"typescript": "^6.0.2",
29+
"typescript": "^6.0.3",
3030
"vitest": "^4.1.4"
3131
},
3232
"description": "Hono adapter for ObjectStack — edge-compatible REST API server for Cloudflare Workers, Deno, Bun, and Node.",

packages/adapters/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "^11.1.19",
1919
"@nestjs/core": "^11.1.19",
2020
"@objectstack/runtime": "workspace:*",
21-
"typescript": "^6.0.2",
21+
"typescript": "^6.0.3",
2222
"vitest": "^4.1.4"
2323
},
2424
"description": "NestJS adapter for ObjectStack — integrates the generated REST API into a NestJS module.",

0 commit comments

Comments
 (0)