diff --git a/README.md b/README.md index c63f2681..f134a133 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Even without using advanced features, ZenStack offers the following benefits as 2. More TypeScript type inference, less code generation. 3. Fully-typed query-builder API as a better escape hatch compared to Prisma's [raw queries](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/raw-queries) or [typed SQL](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/typedsql). -> Although ZenStack v3's runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](<[#database-migration](https://zenstack.dev/docs/3.x/orm/migration)>) for more details. +> Although ZenStack v3's runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](https://zenstack.dev/docs/3.x/orm/migration) for more details. # Quick start diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index f4a9c5c9..6330566f 100644 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -41,7 +41,7 @@ function createProgram() { .description( `${colors.bold.blue( 'ΞΆ', - )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev.`, + )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev/docs/3.x.`, ) .showHelpAfterError() .showSuggestionAfterError(); diff --git a/packages/ide/vscode/package.json b/packages/ide/vscode/package.json index 4bf109d0..56b10f3f 100644 --- a/packages/ide/vscode/package.json +++ b/packages/ide/vscode/package.json @@ -36,7 +36,7 @@ "vscode-languageserver": "^9.0.1" }, "devDependencies": { - "@types/vscode": "^1.63.0", + "@types/vscode": "^1.90.0", "@zenstackhq/eslint-config": "workspace:*", "@zenstackhq/typescript-config": "workspace:*" }, @@ -48,7 +48,7 @@ "language-configuration.json" ], "engines": { - "vscode": "^1.63.0", + "vscode": "^1.90.0", "node": ">=20.0.0" }, "categories": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a32a902..82877877 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -212,7 +212,7 @@ importers: version: 9.0.1 devDependencies: '@types/vscode': - specifier: ^1.63.0 + specifier: ^1.90.0 version: 1.101.0 '@zenstackhq/eslint-config': specifier: workspace:*