Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Agreon committed Oct 21, 2023
1 parent 146e93c commit 613adb6
Show file tree
Hide file tree
Showing 14 changed files with 801 additions and 1,314 deletions.
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@game-watch/shared": "0.0.1",
"@hookform/resolvers": "^3.3.2",
"axios": "^0.27.2",
"chakra-react-select": "^4.7.4",
"chakra-react-select": "^4.7.5",
"class-transformer": "^0.5.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"next": "^13.5.4",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand All @@ -30,12 +30,12 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/uuid": "^9.0.5",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"pnpm": "^8.9.1",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/uuid": "^9.0.6",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions lib/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.51.0",
"pnpm": "^8.9.1",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions lib/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"@game-watch/shared": "0.0.1",
"@mikro-orm/core": "^5.8.8",
"@mikro-orm/migrations": "^5.8.8",
"@mikro-orm/core": "^5.8.10",
"@mikro-orm/migrations": "^5.8.10",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.8",
"@mikro-orm/postgresql": "^5.8.10",
"@mikro-orm/sql-highlighter": "^1.0.1",
"dotenv": "^16.3.1",
"io-ts": "^2.2.20",
Expand All @@ -26,11 +26,11 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@mikro-orm/cli": "^5.8.8",
"@types/node": "^20.8.6",
"@types/uuid": "^9.0.5",
"eslint": "^8.51.0",
"pnpm": "^8.9.1",
"@mikro-orm/cli": "^5.8.10",
"@types/node": "^20.8.7",
"@types/uuid": "^9.0.6",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions lib/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.51.0",
"pnpm": "^8.9.1",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@game-watch/shared": "0.0.1",
"bullmq": "^4.8.0",
"bullmq": "^4.12.5",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19"
},
Expand Down
6 changes: 3 additions & 3 deletions lib/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.51.0",
"pnpm": "^8.9.1",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@game-watch/shared": "workspace:0.0.1",
"@sentry/node": "^7.74.0",
"@sentry/node": "^7.74.1",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"ioredis": "^5.3.2",
Expand Down
6 changes: 3 additions & 3 deletions lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"@types/node": "^20.8.6",
"eslint": "^8.51.0",
"pnpm": "^8.9.1",
"@types/node": "^20.8.7",
"eslint": "^8.52.0",
"pnpm": "^8.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
24 changes: 12 additions & 12 deletions notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@game-watch/queue": "0.0.1",
"@game-watch/service": "0.0.1",
"@game-watch/shared": "0.0.1",
"@mikro-orm/core": "^5.8.8",
"@mikro-orm/migrations": "^5.8.8",
"@mikro-orm/core": "^5.8.10",
"@mikro-orm/migrations": "^5.8.10",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.8",
"@mikro-orm/postgresql": "^5.8.10",
"@sendgrid/mail": "^7.7.0",
"@sentry/node": "^7.74.0",
"@sentry/tracing": "^7.74.0",
"@sentry/node": "^7.74.1",
"@sentry/tracing": "^7.74.1",
"axios": "^0.27.2",
"bullmq": "^4.8.0",
"bullmq": "^4.12.5",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
Expand All @@ -36,14 +36,14 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.7.0",
"pnpm": "^8.9.1",
"pnpm": "^8.9.2",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"devDependencies": {
"@sentry/cli": "^2.21.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"pnpm": "^8.9.1",
"pnpm": "^8.9.2",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 613adb6

Please sign in to comment.