Skip to content

Commit

Permalink
Upgrade some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Mar 30, 2024
1 parent 42b897a commit 590cc86
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 219 deletions.
8 changes: 4 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@athenajs/core": "^1.1.0",
"@athenajs/utils": "^1.1.0",
"@google-cloud/run": "^1.0.2",
"axios": "^1.6.2",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"discord.js": "^14.14.1",
"dockerode": "^4.0.0",
Expand All @@ -48,9 +48,9 @@
},
"devDependencies": {
"@biomejs/biome": "^1.6.3",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/bcrypt": "^5.0.2",
"@types/dockerode": "^3.3.23",
"@types/gamedig": "^4.0.5",
Expand Down
171 changes: 122 additions & 49 deletions api/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"devDependencies": {
"@athenajs/react-utils": "^0.2.1",
"@biomejs/biome": "^1.6.3",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@types/lodash": "^4.14.202",
"@types/mime": "^3.0.4",
Expand All @@ -61,7 +61,7 @@
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.7"
"vite": "^5.2.7"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 590cc86

Please sign in to comment.