Skip to content

Commit

Permalink
feat: upgrade packages and migrate eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Apr 7, 2024
1 parent eccb0ec commit a44024a
Show file tree
Hide file tree
Showing 13 changed files with 1,037 additions and 846 deletions.
File renamed without changes.
42 changes: 21 additions & 21 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.8.0",
"@sentry/nextjs": "^7.106.1",
"@tanstack/react-query": "^5.28.0",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"@auth/drizzle-adapter": "^0.8.2",
"@sentry/nextjs": "^7.109.0",
"@tanstack/react-query": "^5.29.0",
"@upstash/ratelimit": "^1.0.3",
"@upstash/redis": "^1.29.0",
"@vercel/analytics": "^1.2.2",
"@xstate/react": "^4.1.0",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"clsx": "^2.1.0",
"database": "workspace:*",
"drizzle-orm": "^0.30.1",
"framer-motion": "^11.0.12",
"next": "^14.1.3",
"drizzle-orm": "^0.30.7",
"framer-motion": "^11.0.25",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"postcss": "8.4.35",
"postcss": "8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "5.4.2",
"sharp": "^0.33.3",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4",
"use-sound": "^4.0.1",
"xstate": "^5.9.1"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"@playwright/test": "^1.43.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"eslint-config-custom": "workspace:*",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"tsconfig": "workspace:*"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion apps/server/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions apps/server/.eslintrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions apps/server/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default [
{
extends: ["custom/library"],
ignores: ["**/*.js"],
},
];
16 changes: 8 additions & 8 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.106.1",
"@sentry/node": "^7.109.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"database": "workspace:*",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.1",
"express": "^4.18.3",
"drizzle-orm": "^0.30.7",
"express": "^4.19.2",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"morgan": "^1.10.0",
"replicate": "^0.28.1",
"socket.io": "^4.7.4"
"replicate": "^0.29.1",
"socket.io": "^4.7.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.30.2",
"@sentry/cli": "^2.31.0",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.27",
"@types/node": "^20.12.5",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.4.4"
},
"engines": {
"node": "18"
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.57.0",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"turbo": "^1.12.5"
"turbo": "^1.13.2"
},
"engines": {
"node": "18"
Expand Down
1 change: 0 additions & 1 deletion packages/database/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/database/.eslintrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions packages/database/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default [
{
extends: ["custom/library"],
ignores: ["**/*.js"],
},
];
8 changes: 4 additions & 4 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.1",
"postgres": "^3.4.3"
"drizzle-orm": "^0.30.7",
"postgres": "^3.4.4"
},
"devDependencies": {
"@auth/core": "^0.28.0",
"@auth/core": "^0.28.2",
"drizzle-kit": "^0.20.14",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"typescript": "^5.4.2"
"typescript": "^5.4.4"
}
}
8 changes: 4 additions & 4 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": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint-config-next": "14.1.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.5"
"eslint-config-turbo": "^1.13.2"
}
}
Loading

0 comments on commit a44024a

Please sign in to comment.