Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Nov 22, 2024
1 parent b766b99 commit 638dc25
Show file tree
Hide file tree
Showing 10 changed files with 383 additions and 383 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.3",
"drizzle-orm": "^0.36.4",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"reflect-metadata": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"packages/*"
],
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"eslint-config-typescript-vitnode": "workspace:*",
"turbo": "^2.3.0"
"turbo": "^2.3.1"
},
"packageManager": "pnpm@9.12.2",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/backend-ai-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
],
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/node": "^22.9.1",
"ai": "^4.0.2",
"ai": "^4.0.3",
"concurrently": "^9.1.0",
"eslint-config-typescript-vitnode": "workspace:*",
"typescript": "^5.6.3"
},
"dependencies": {
"@ai-sdk/google": "^1.0.1"
"@ai-sdk/google": "^1.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/backend-ai-open-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
],
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/node": "^22.9.1",
"ai": "^4.0.2",
"ai": "^4.0.3",
"concurrently": "^9.1.0",
"eslint-config-typescript-vitnode": "workspace:*",
"typescript": "^5.6.3"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.2"
"@ai-sdk/openai": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/backend-email-resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/node": "^22.9.1",
"concurrently": "^9.1.0",
"eslint-config-typescript-vitnode": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-email-smtp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"devDependencies": {
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/node": "^22.9.1",
"@types/nodemailer": "^6.4.17",
"concurrently": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@nestjs/schedule": "^4.1.1",
"@react-email/components": "^0.0.28",
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
Expand All @@ -90,7 +90,7 @@
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.3",
"drizzle-orm": "^0.36.4",
"helmet": "^8.0.0",
"pg": "^8.13.1",
"sharp": "^0.33.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vitnode-app/helpers/create-packages-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const createPackagesJSON = ({
'eslint-config-typescript-vitnode': `^${pkg.version}`,
}
: {}),
turbo: '^2.3.0',
turbo: '^2.3.1',
},
packageManager,
workspaces: ['apps/*'],
Expand Down Expand Up @@ -150,7 +150,7 @@ export const createPackagesJSON = ({
'class-transformer': '^0.5.1',
'class-validator': '^0.14.1',
'drizzle-kit': '^0.28.1',
'drizzle-orm': '^0.36.3',
'drizzle-orm': '^0.36.4',
react: '19.0.0-rc.1',
'react-dom': '19.0.0-rc.1',
'reflect-metadata': '^0.2.2',
Expand Down
26 changes: 13 additions & 13 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.9.1",
"@swc/cli": "^0.5.1",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.1",
"@types/nprogress": "^0.2.3",
Expand Down Expand Up @@ -147,18 +147,18 @@
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.61.0",
"@tiptap/extension-code-block-lowlight": "^2.10.0",
"@tiptap/extension-color": "^2.10.0",
"@tiptap/extension-heading": "^2.10.0",
"@tiptap/extension-link": "^2.10.0",
"@tiptap/extension-mention": "^2.10.0",
"@tiptap/extension-text-align": "^2.10.0",
"@tiptap/extension-text-style": "^2.10.0",
"@tiptap/extension-underline": "^2.10.0",
"@tiptap/html": "^2.10.0",
"@tiptap/pm": "^2.10.0",
"@tiptap/react": "^2.10.0",
"@tiptap/starter-kit": "^2.10.0",
"@tiptap/extension-code-block-lowlight": "^2.10.2",
"@tiptap/extension-color": "^2.10.2",
"@tiptap/extension-heading": "^2.10.2",
"@tiptap/extension-link": "^2.10.2",
"@tiptap/extension-mention": "^2.10.2",
"@tiptap/extension-text-align": "^2.10.2",
"@tiptap/extension-text-style": "^2.10.2",
"@tiptap/extension-underline": "^2.10.2",
"@tiptap/html": "^2.10.2",
"@tiptap/pm": "^2.10.2",
"@tiptap/react": "^2.10.2",
"@tiptap/starter-kit": "^2.10.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand Down
Loading

0 comments on commit 638dc25

Please sign in to comment.