Skip to content

Commit

Permalink
chore: package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Nov 25, 2023
1 parent fe4f5ee commit 3e7837c
Show file tree
Hide file tree
Showing 7 changed files with 309 additions and 277 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"packages/*"
],
"devDependencies": {
"prettier": "3.0.3"
"prettier": "3.1.0"
},
"resolutions": {
"react-test-renderer": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"cross-env": "^7.0.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@yestheory.family/eslint-config": "^1.0.0",
"eslint": "8.53.0",
"typescript": "5.2.2"
"eslint": "8.54.0",
"typescript": "5.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "echo eslint-config: ok"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0"
}
}
16 changes: 8 additions & 8 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"test": "echo server: ok"
},
"dependencies": {
"@discordjs/rest": "2.0.1",
"@discordjs/rest": "2.2.0",
"@graphql-tools/delegate": "^10.0.3",
"@graphql-tools/executor-http": "^1.0.3",
"@graphql-tools/stitch": "^9.0.3",
"@graphql-tools/wrap": "^10.0.1",
"@koa/cors": "4.0.0",
"@koa/router": "12.0.1",
"@prisma/client": "5.5.2",
"apollo-server-koa": "3.12.1",
"discord.js": "14.13.0",
"apollo-server-koa": "3.13.0",
"discord.js": "14.14.1",
"dotenv": "16.3.1",
"glob": "10.3.10",
"grant": "5.4.22",
Expand All @@ -41,21 +41,21 @@
"devDependencies": {
"@nestjs/class-validator": "0.13.4",
"@types/graphql-fields": "1.3.9",
"@types/koa": "2.13.11",
"@types/koa": "2.13.12",
"@types/koa-bodyparser": "4.3.12",
"@types/koa-mount": "4.0.5",
"@types/koa-session": "6.4.5",
"@types/koa__cors": "3.3.1",
"@types/koa__cors": "4.0.3",
"@types/koa__router": "12.0.4",
"@types/node": "^20.9.0",
"@types/node": "^20.10.0",
"@types/node-cron": "3.0.11",
"@types/node-fetch": "2.6.9",
"@yestheory.family/eslint-config": "^1.0.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"prisma": "5.5.2",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typegraphql-prisma": "0.27.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
14 changes: 7 additions & 7 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/near-operation-file-preset": "3.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@next/eslint-plugin-next": "14.0.2",
"@next/eslint-plugin-next": "14.0.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
Expand All @@ -32,17 +32,17 @@
"@types/prettier": "^3.0.0",
"@yestheory.family/eslint-config": "^1.0.0",
"autoprefixer": "^10.4.16",
"chromatic": "^9.0.0",
"chromatic": "^9.1.0",
"cypress": "11.2.0",
"env-cmd": "^10.1.0",
"eslint": "8.53.0",
"eslint-config-next": "^14.0.2",
"eslint": "8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.31",
"storybook": "7.5.3",
"tailwindcss": "^3.3.5",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
Expand All @@ -52,10 +52,10 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"cookie": "0.6.0",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.5",
"graphql": "16.8.1",
"graphql-request": "^6.1.0",
"next": "14.0.2",
"next": "14.0.3",
"react": "18.2.0",
"react-animate-height": "^3.2.3",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 3e7837c

Please sign in to comment.