Skip to content

Commit

Permalink
feat(packages/database): update mysql2
Browse files Browse the repository at this point in the history
I have not tested it in-game yet
  • Loading branch information
itschip committed Jan 13, 2024
1 parent a3798e7 commit 7d583a1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"formdata-node": "^5.0.0",
"logform": "^2.5.1",
"md5": "^2.3.0",
"mysql2": "^2.3.3",
"mysql2": "^3.5.1",
"node-fetch": "^3.2.10",
"uuid": "^8.3.2",
"winston": "^3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@citizenfx/server": "^2.0.6316-1",
"@types/node": "^18.15.0",
"cross-env": "^7.0.3",
"mysql2": "^3.2.0",
"mysql2": "^3.5.1",
"tsup": "^6.6.3",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/database/src/db/pool.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mysql from 'mysql2/promise';
import { CONNECTION_STRING, parseSemiColonFormat } from './db_utils';
import { CONNECTION_STRING } from './db_utils';
import { mainLogger } from '@npwd/logger/server';
import { parseUri2 } from './parseUri';

Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 7d583a1

Please sign in to comment.