Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Oct 12, 2023
1 parent 7394246 commit 70188f9
Show file tree
Hide file tree
Showing 6 changed files with 398 additions and 487 deletions.
14 changes: 7 additions & 7 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@auth/drizzle-adapter": "^0.3.3",
"@sentry/nextjs": "^7.73.0",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.1",
"@vercel/analytics": "^1.0.2",
"@upstash/redis": "^1.23.3",
"@vercel/analytics": "^1.1.0",
"@xstate/react": "^3.2.2",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
Expand All @@ -39,11 +39,11 @@
"xstate": "^4.38.2"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"eslint-config-custom": "workspace:*",
"prettier-plugin-tailwindcss": "^0.5.5",
"tsconfig": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org alexander-grattan --project artificial-unintelligence-server ./dist && sentry-cli sourcemaps upload --org alexander-grattan --project artificial-unintelligence-server ./dist"
},
"dependencies": {
"@sentry/node": "^7.72.0",
"@sentry/node": "^7.73.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"database": "workspace:*",
Expand All @@ -24,18 +24,18 @@
"helmet": "^7.0.0",
"ioredis": "^5.3.2",
"morgan": "^1.10.0",
"replicate": "^0.18.1",
"replicate": "^0.20.1",
"socket.io": "^4.7.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.21.1",
"@sentry/cli": "^2.21.2",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/express": "^4.17.19",
"@types/morgan": "^1.9.6",
"@types/node": "^20.8.0",
"@types/node": "^20.8.4",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"turbo": "^1.10.14"
"turbo": "^1.10.15"
},
"engines": {
"node": "18"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"dotenv": "^16.3.1",
"drizzle-orm": "^0.28.6",
"postgres": "^3.3.5"
"postgres": "^3.4.0"
},
"devDependencies": {
"@auth/core": "^0.16.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14"
"eslint-config-turbo": "^1.10.15"
}
}
Loading

0 comments on commit 70188f9

Please sign in to comment.