Skip to content

Commit

Permalink
chore: update dependencies and add new packages
Browse files Browse the repository at this point in the history
- Updated dependencies:
  - @adminjs/sequelize to ^4.1.1
  - @databases/pg to ^5.5.0
  - @dotenvx/dotenvx to ^1.17.0
  - @fastify/sensible to ^6.0.1
  - @sentry/node to ^8.34.0
  - @sentry/profiling-node to 8.34.0
  - adminjs to ^7.8.13
  - fastify to ^5.0.0
  - moment to ^2.30.1
  - pino to ^9.4.0
  - pino-pretty to ^11.2.2
  - sequelize to ^6.37.4
  - sqlite to ^5.1.1

- Added new packages:
  - rusty-motors-chat (link:src/chat)
  - rusty-motors-cli (link:packages/cli)
  - rusty-motors-database (link:packages/database)
  - rusty-motors-gateway (link:packages/gateway)
  - rusty-motors-lobby (link:packages/lobby)
  - rusty-motors-login (link:packages/login)
  - rusty-motors-mcots (link:packages/mcots)
  - rusty-motors-nps (link:packages/nps)
  - rusty-motors-patch (link:packages/patch)
  - rusty-motors-personas (link:packages/persona)
  - rusty-motors-shard (link:packages/shard)
  - rusty-motors-shared (link:packages/shared)
  - rusty-motors-shared-packets (link:packages/shared-packets)
  - rusty-motors-socket (link:src/socket)
  - rusty-motors-transactions (link:packages/transactions)
  • Loading branch information
drazisil committed Oct 11, 2024
2 parents dd26e11 + 1a96090 commit d03cda9
Show file tree
Hide file tree
Showing 12 changed files with 1,442 additions and 1,704 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,15 @@
"@databases/pg": "^5.5.0",
"@dotenvx/dotenvx": "^1.17.0",
"@fastify/sensible": "^6.0.1",
"@sentry/node": "^8.33.1",
"@sentry/profiling-node": "8.33.1",
"@sentry/node": "^8.34.0",
"@sentry/profiling-node": "8.34.0",
"adminjs": "^7.8.13",
"fastify": "^5.0.0",
"lobby": "link:packages/lobby",
"moment": "^2.30.1",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"rusty-motors-chat": "link:src/chat",
"rusty-motors-cli": "link:packages/cli",
"rusty-motors-connection": "link:packages/connection",
"rusty-motors-database": "link:packages/database",
"rusty-motors-gateway": "link:packages/gateway",
"rusty-motors-lobby": "link:packages/lobby",
Expand All @@ -52,7 +50,6 @@
"rusty-motors-nps": "link:packages/nps",
"rusty-motors-patch": "link:packages/patch",
"rusty-motors-personas": "link:packages/persona",
"rusty-motors-sessions": "link:packages/sessions",
"rusty-motors-shard": "link:packages/shard",
"rusty-motors-shared": "link:packages/shared",
"rusty-motors-shared-packets": "link:packages/shared-packets",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@sentry/profiling-node": "8.33.1"
"@sentry/profiling-node": "8.34.0"
},
"description": ""
}
2 changes: 1 addition & 1 deletion packages/mcots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.33.1",
"@sentry/profiling-node": "8.34.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/nps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.33.1",
"@sentry/profiling-node": "8.34.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/patch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@sentry/profiling-node": "8.33.1"
"@sentry/profiling-node": "8.34.0"
}
}
2 changes: 1 addition & 1 deletion packages/persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/profiling-node": "8.33.1",
"@sentry/profiling-node": "8.34.0",
"short-unique-id": "^5.2.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/shard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@sentry/profiling-node": "8.33.1"
"@sentry/profiling-node": "8.34.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared-packets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@sentry/profiling-node": "8.33.1"
"@sentry/profiling-node": "8.34.0"
}
}
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"vitest": "^2.1.2"
},
"dependencies": {
"@sentry/profiling-node": "8.33.1"
"@sentry/profiling-node": "8.34.0"
}
}
Loading

0 comments on commit d03cda9

Please sign in to comment.