Skip to content

Commit 0918d1e

Browse files
chore(deps)(deps-dev): bump typescript from 5.9.3 to 6.0.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...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 a60d97f commit 0918d1e

51 files changed

Lines changed: 226 additions & 261 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
@@ -48,6 +48,6 @@
4848
"esbuild": "^0.28.0",
4949
"ts-node": "^10.9.2",
5050
"tsx": "^4.21.0",
51-
"typescript": "^6.0.2"
51+
"typescript": "^6.0.3"
5252
}
5353
}

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"msw": "^2.13.4",
8989
"postcss": "^8.5.10",
9090
"tailwindcss": "^4.2.2",
91-
"typescript": "^6.0.2",
91+
"typescript": "^6.0.3",
9292
"vite": "^8.0.9",
9393
"vitest": "^4.1.4"
9494
},

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
}

examples/plugin-bi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@objectstack/spec": "workspace:*"
1212
},
1313
"devDependencies": {
14-
"typescript": "^6.0.2"
14+
"typescript": "^6.0.3"
1515
}
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tsup": "^8.5.1",
3535
"tsx": "^4.21.0",
3636
"turbo": "^2.9.6",
37-
"typescript": "^6.0.2"
37+
"typescript": "^6.0.3"
3838
},
3939
"dependencies": {},
4040
"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.",

0 commit comments

Comments
 (0)