Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 30, 2023
1 parent 9e9af1b commit f353318
Show file tree
Hide file tree
Showing 5 changed files with 577 additions and 496 deletions.
12 changes: 6 additions & 6 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.2",
"@sentry/nextjs": "^7.70.0",
"@sentry/nextjs": "^7.72.0",
"@tanstack/react-query": "^4.35.3",
"@upstash/ratelimit": "^0.4.4",
"@vercel/analytics": "^1.0.2",
Expand All @@ -22,9 +22,9 @@
"database": "workspace:*",
"drizzle-orm": "^0.28.6",
"framer-motion": "^10.16.4",
"next": "^13.5.2",
"next": "^13.5.3",
"next-auth": "^4.23.1",
"postcss": "8.4.30",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
Expand All @@ -41,9 +41,9 @@
"devDependencies": {
"@playwright/test": "^1.38.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"eslint-config-custom": "workspace:*",
"prettier-plugin-tailwindcss": "^0.5.4",
"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.70.0",
"@sentry/node": "^7.72.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.0",
"replicate": "^0.18.1",
"socket.io": "^4.7.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.21.0",
"@sentry/cli": "^2.21.1",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.5",
"@types/node": "^20.6.3",
"@types/express": "^4.17.18",
"@types/morgan": "^1.9.6",
"@types/node": "^20.8.0",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postgres": "^3.3.5"
},
"devDependencies": {
"@auth/core": "^0.15.0",
"@auth/core": "^0.15.2",
"drizzle-kit": "^0.19.13",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.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,9 +4,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-next": "13.5.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14"
}
Expand Down
Loading

0 comments on commit f353318

Please sign in to comment.