diff --git a/package.json b/package.json index 4ff2b92..e7039bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-gramio", - "version": "0.0.9", + "version": "1.0.0", "description": "Scaffolding your GramIO project with the environment with easy!", "keywords": [ "gramio", diff --git a/src/deps.ts b/src/deps.ts index db0d239..21f9c02 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -8,7 +8,7 @@ export const dependencies = { "@antfu/eslint-config": "^2.24.0", "eslint-plugin-drizzle": "^0.2.3", prisma: "^5.17.0", - "drizzle-orm": "^0.32.1", + "drizzle-orm": "^0.33.0", "drizzle-kit": "^0.24.0", pg: "^8.12.0", "@types/pg": "^8.11.6",