Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Feb 4, 2024
1 parent 9290687 commit 9d70cee
Show file tree
Hide file tree
Showing 6 changed files with 1,637 additions and 1,560 deletions.
50 changes: 25 additions & 25 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,42 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.6",
"@sentry/nextjs": "^7.80.1",
"@tanstack/react-query": "^5.8.4",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.25.1",
"@vercel/analytics": "^1.1.1",
"@xstate/react": "^3.2.2",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"@auth/drizzle-adapter": "^0.5.1",
"@sentry/nextjs": "^7.99.0",
"@tanstack/react-query": "^5.18.1",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.28.3",
"@vercel/analytics": "^1.1.2",
"@xstate/react": "^4.0.3",
"autoprefixer": "10.4.17",
"clsx": "^2.1.0",
"database": "workspace:*",
"drizzle-orm": "^0.29.0",
"framer-motion": "^10.16.5",
"next": "^14.0.2",
"drizzle-orm": "^0.29.3",
"framer-motion": "^11.0.3",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"postcss": "8.4.31",
"postcss": "8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"server-only": "^0.0.1",
"sharp": "^0.32.6",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"sharp": "^0.33.2",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"use-sound": "^4.0.1",
"xstate": "^4.38.3"
"xstate": "^5.6.0"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.41.2",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"eslint-config-custom": "workspace:*",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.11",
"tsconfig": "workspace:*"
},
"engines": {
Expand Down
24 changes: 12 additions & 12 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"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.80.1",
"@sentry/node": "^7.99.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"database": "workspace:*",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.0",
"dotenv": "^16.4.1",
"drizzle-orm": "^0.29.3",
"express": "^4.18.2",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"morgan": "^1.10.0",
"replicate": "^0.21.1",
"socket.io": "^4.7.2"
"replicate": "^0.25.2",
"socket.io": "^4.7.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.21.5",
"@sentry/cli": "^2.27.0",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.9.0",
"@types/node": "^20.11.16",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"nodemon": "^3.0.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": "18"
Expand Down
6 changes: 3 additions & 3 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.53.0",
"prettier": "^3.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"turbo": "^1.10.16"
"turbo": "^1.12.2"
},
"engines": {
"node": "18"
Expand Down
12 changes: 6 additions & 6 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"db:migrate:run": "ts-node migrate.ts"
},
"dependencies": {
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.0",
"dotenv": "^16.4.1",
"drizzle-orm": "^0.29.3",
"postgres": "^3.4.3"
},
"devDependencies": {
"@auth/core": "^0.18.1",
"drizzle-kit": "^0.20.2",
"@auth/core": "^0.25.1",
"drizzle-kit": "^0.20.14",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
10 changes: 5 additions & 5 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.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-next": "14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16"
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.2"
}
}
Loading

0 comments on commit 9d70cee

Please sign in to comment.