bruh
This commit is contained in:
parent
1e8a159c84
commit
bc456fbf17
2 changed files with 31 additions and 1 deletions
|
@ -41,5 +41,8 @@
|
||||||
"shared",
|
"shared",
|
||||||
"backend",
|
"backend",
|
||||||
"dashboard"
|
"dashboard"
|
||||||
]
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"typeorm": "^0.3.20"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
27
pnpm-lock.yaml
generated
27
pnpm-lock.yaml
generated
|
@ -7,6 +7,10 @@ settings:
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
|
dependencies:
|
||||||
|
typeorm:
|
||||||
|
specifier: ^0.3.20
|
||||||
|
version: 0.3.20(mysql2@3.11.3)(ts-node@10.9.2(@types/node@22.8.6)(typescript@5.6.3))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@typescript-eslint/eslint-plugin':
|
'@typescript-eslint/eslint-plugin':
|
||||||
specifier: ^5.59.5
|
specifier: ^5.59.5
|
||||||
|
@ -14946,6 +14950,29 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
typeorm@0.3.20(mysql2@3.11.3)(ts-node@10.9.2(@types/node@22.8.6)(typescript@5.6.3)):
|
||||||
|
dependencies:
|
||||||
|
'@sqltools/formatter': 1.2.5
|
||||||
|
app-root-path: 3.1.0
|
||||||
|
buffer: 6.0.3
|
||||||
|
chalk: 4.1.2
|
||||||
|
cli-highlight: 2.1.11
|
||||||
|
dayjs: 1.11.13
|
||||||
|
debug: 4.3.7
|
||||||
|
dotenv: 16.4.5
|
||||||
|
glob: 10.4.5
|
||||||
|
mkdirp: 2.1.6
|
||||||
|
reflect-metadata: 0.2.2
|
||||||
|
sha.js: 2.4.11
|
||||||
|
tslib: 2.8.1
|
||||||
|
uuid: 9.0.1
|
||||||
|
yargs: 17.7.2
|
||||||
|
optionalDependencies:
|
||||||
|
mysql2: 3.11.3
|
||||||
|
ts-node: 10.9.2(@types/node@22.8.6)(typescript@5.6.3)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
typescript@5.6.3: {}
|
typescript@5.6.3: {}
|
||||||
|
|
||||||
uid2@0.0.4: {}
|
uid2@0.0.4: {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue