Added ts dep
This commit is contained in:
parent
d4a5982eb8
commit
fdcb7bc8fb
|
|
@ -29,7 +29,8 @@
|
|||
"@types/node": "^20.12.12",
|
||||
"drizzle-kit": "^0.21.4",
|
||||
"pg": "^8.11.5",
|
||||
"tsx": "^4.11.0"
|
||||
"tsx": "^4.11.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@ importers:
|
|||
tsx:
|
||||
specifier: ^4.11.0
|
||||
version: 4.11.0
|
||||
typescript:
|
||||
specifier: ^5.4.5
|
||||
version: 5.4.5
|
||||
|
||||
apps/frontend:
|
||||
dependencies:
|
||||
|
|
@ -7285,9 +7288,7 @@ snapshots:
|
|||
dependencies:
|
||||
ms: 2.1.2
|
||||
|
||||
dedent@1.5.3(babel-plugin-macros@3.1.0):
|
||||
optionalDependencies:
|
||||
babel-plugin-macros: 3.1.0
|
||||
dedent@1.5.3:
|
||||
optional: true
|
||||
|
||||
deep-extend@0.6.0: {}
|
||||
|
|
@ -8594,7 +8595,7 @@ snapshots:
|
|||
p-limit: 3.1.0
|
||||
optional: true
|
||||
|
||||
jest-circus@29.7.0(babel-plugin-macros@3.1.0):
|
||||
jest-circus@29.7.0:
|
||||
dependencies:
|
||||
'@jest/environment': 29.7.0
|
||||
'@jest/expect': 29.7.0
|
||||
|
|
@ -8603,7 +8604,7 @@ snapshots:
|
|||
'@types/node': 20.12.12
|
||||
chalk: 4.1.2
|
||||
co: 4.6.0
|
||||
dedent: 1.5.3(babel-plugin-macros@3.1.0)
|
||||
dedent: 1.5.3
|
||||
is-generator-fn: 2.1.0
|
||||
jest-each: 29.7.0
|
||||
jest-matcher-utils: 29.7.0
|
||||
|
|
@ -8652,7 +8653,7 @@ snapshots:
|
|||
deepmerge: 4.3.1
|
||||
glob: 7.2.3
|
||||
graceful-fs: 4.2.11
|
||||
jest-circus: 29.7.0(babel-plugin-macros@3.1.0)
|
||||
jest-circus: 29.7.0
|
||||
jest-environment-node: 29.7.0
|
||||
jest-get-type: 29.6.3
|
||||
jest-regex-util: 29.6.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user