Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Oct 3, 2024
1 parent e2eee23 commit 2b4de1c
Show file tree
Hide file tree
Showing 7 changed files with 488 additions and 423 deletions.
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@nestjs/schedule": "^4.1.1",
"@nestjs/serve-static": "^4.0.2",
"pg": "^8.13.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react": "19.0.0-rc-459fd418-20241001",
"react-dom": "19.0.0-rc-459fd418-20241001",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
Expand All @@ -42,7 +42,7 @@
"@types/express": "^4.17.21",
"@types/node": "^22.7.4",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"lucide-react": "^0.446.0",
"next": "15.0.0-canary.177",
"next-intl": "3.21.0-canary.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react": "19.0.0-rc-459fd418-20241001",
"react-dom": "19.0.0-rc-459fd418-20241001",
"react-hook-form": "^7.53.0",
"sonner": "^1.5.0",
"vitnode-frontend": "workspace:*",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint-config-typescript-vitnode": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@ai-sdk/google": "^0.0.48",
"@ai-sdk/openai": "^0.0.61",
"@ai-sdk/google": "^0.0.51",
"@ai-sdk/openai": "^0.0.64",
"@apollo/server": "^4.11.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.9",
Expand All @@ -70,7 +70,7 @@
"@react-email/render": "^1.0.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.28",
"ai": "^3.4.0",
"ai": "^3.4.8",
"busboy": "^1.6.0",
"cookie-parser": "^1.4.6",
"helmet": "^8.0.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"@types/nodemailer": "^6.4.16",
"@types/object-path": "^0.11.4",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"concurrently": "^9.0.1",
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 @@ -100,7 +100,7 @@ export const createPackagesJSON = ({
},
devDependencies: {
'@types/node': '^22.7.4',
'@types/react': '^18.3.10',
'@types/react': '^18.3.11',
'@types/react-dom': '^18.3.0',
autoprefixer: '^10.4.20',
...(eslint ? { eslint: '^9.11.1' } : {}),
Expand Down Expand Up @@ -154,7 +154,7 @@ export const createPackagesJSON = ({
'@types/express': '^4.17.21',
'@types/node': '^22.7.4',
'@types/pg': '^8.11.10',
'@types/react': '^18.3.10',
'@types/react': '^18.3.11',
'cross-env': '^7.0.3',
'drizzle-kit': '^0.24.2',
'drizzle-orm': '^0.33.0',
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript-vitnode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@eslint/js": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"globals": "^15.9.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.10.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript-eslint": "^8.7.0"
"typescript-eslint": "^8.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/src/views/layout/auth/auth-layout.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { getGlobalData } from '@/graphql/get-global-data';
import { getSessionData } from '@/graphql/get-session-data';
import { getLocale } from 'next-intl/server';
import React from 'react';

import { redirect } from '../../../navigation';
import { AuthProviders } from './providers';
import { getLocale } from 'next-intl/server';

export const AuthLayout = async ({
children,
Expand Down
Loading

0 comments on commit 2b4de1c

Please sign in to comment.