chore(deps): update dependency typescript to v5.4.2 (#1513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"ts-node": "10.9.2",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"tsup": "8.0.2",
|
||||
"typescript": "5.3.3",
|
||||
"typescript": "5.4.2",
|
||||
"vite-tsconfig-paths": "4.3.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@@ -58,6 +58,6 @@
|
||||
"semver": "7.6.0",
|
||||
"pino": "./external/pino",
|
||||
"get-pixels@^3>request": "./external/request",
|
||||
"typescript": "5.3.3"
|
||||
"typescript": "5.4.2"
|
||||
}
|
||||
}
|
||||
134
pnpm-lock.yaml
generated
134
pnpm-lock.yaml
generated
@@ -8,7 +8,7 @@ overrides:
|
||||
semver: 7.6.0
|
||||
pino: ./external/pino
|
||||
get-pixels@^3>request: ./external/request
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
|
||||
importers:
|
||||
|
||||
@@ -27,7 +27,7 @@ importers:
|
||||
devDependencies:
|
||||
'@innei/eslint-config-ts':
|
||||
specifier: 0.12.4
|
||||
version: 0.12.4(typescript@5.3.3)
|
||||
version: 0.12.4(typescript@5.4.2)
|
||||
'@innei/prettier':
|
||||
specifier: 0.12.4
|
||||
version: 0.12.4
|
||||
@@ -57,19 +57,19 @@ importers:
|
||||
version: 5.0.5
|
||||
ts-node:
|
||||
specifier: 10.9.2
|
||||
version: 10.9.2(@types/node@20.11.25)(typescript@5.3.3)
|
||||
version: 10.9.2(@types/node@20.11.25)(typescript@5.4.2)
|
||||
tsconfig-paths:
|
||||
specifier: 4.2.0
|
||||
version: 4.2.0
|
||||
tsup:
|
||||
specifier: 8.0.2
|
||||
version: 8.0.2(ts-node@10.9.2)(typescript@5.3.3)
|
||||
version: 8.0.2(ts-node@10.9.2)(typescript@5.4.2)
|
||||
typescript:
|
||||
specifier: 5.3.3
|
||||
version: 5.3.3
|
||||
specifier: 5.4.2
|
||||
version: 5.4.2
|
||||
vite-tsconfig-paths:
|
||||
specifier: 4.3.1
|
||||
version: 4.3.1(typescript@5.3.3)(vite@5.1.5)
|
||||
version: 4.3.1(typescript@5.4.2)(vite@5.1.5)
|
||||
|
||||
apps/core:
|
||||
dependencies:
|
||||
@@ -323,7 +323,7 @@ importers:
|
||||
version: 10.3.2(@swc/core@1.4.6)(esbuild@0.19.11)
|
||||
'@nestjs/schematics':
|
||||
specifier: 10.1.1
|
||||
version: 10.1.1(chokidar@3.6.0)(typescript@5.3.3)
|
||||
version: 10.1.1(chokidar@3.6.0)(typescript@5.4.2)
|
||||
'@nestjs/testing':
|
||||
specifier: 10.3.3
|
||||
version: 10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)
|
||||
@@ -404,7 +404,7 @@ importers:
|
||||
version: 5.1.5(@types/node@20.11.25)
|
||||
vite-tsconfig-paths:
|
||||
specifier: 4.3.1
|
||||
version: 4.3.1(typescript@5.3.3)(vite@5.1.5)
|
||||
version: 4.3.1(typescript@5.4.2)(vite@5.1.5)
|
||||
vitest:
|
||||
specifier: 0.34.6
|
||||
version: 0.34.6
|
||||
@@ -446,7 +446,7 @@ importers:
|
||||
version: 4.17.21
|
||||
tsup:
|
||||
specifier: 8.0.2
|
||||
version: 8.0.2(ts-node@10.9.2)(typescript@5.3.3)
|
||||
version: 8.0.2(ts-node@10.9.2)(typescript@5.4.2)
|
||||
umi-request:
|
||||
specifier: 1.4.0
|
||||
version: 1.4.0
|
||||
@@ -1611,18 +1611,18 @@ packages:
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/@innei/eslint-config-ts@0.12.4(typescript@5.3.3):
|
||||
/@innei/eslint-config-ts@0.12.4(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-pg2pRON1lv+qGd+SKbACz5s20e7UecAqxQSTmKQG7E+m/fN1EBAoMyFVMyqrhCr+SsvSt1A+KRsarOvtIvXugA==}
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/eslint-plugin': 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.4.2)
|
||||
eslint: 8.57.0
|
||||
eslint-config-prettier: 9.1.0(eslint@8.57.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)
|
||||
eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.1.1)(eslint@8.57.0)
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
@@ -1781,13 +1781,13 @@ packages:
|
||||
'@angular-devkit/core': 17.1.2(chokidar@3.6.0)
|
||||
'@angular-devkit/schematics': 17.1.2(chokidar@3.6.0)
|
||||
'@angular-devkit/schematics-cli': 17.1.2(chokidar@3.6.0)
|
||||
'@nestjs/schematics': 10.1.1(chokidar@3.6.0)(typescript@5.3.3)
|
||||
'@nestjs/schematics': 10.1.1(chokidar@3.6.0)(typescript@5.4.2)
|
||||
'@swc/core': 1.4.6
|
||||
chalk: 4.1.2
|
||||
chokidar: 3.6.0
|
||||
cli-table3: 0.6.3
|
||||
commander: 4.1.1
|
||||
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.3.3)(webpack@5.90.1)
|
||||
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.4.2)(webpack@5.90.1)
|
||||
glob: 10.3.10
|
||||
inquirer: 8.2.6
|
||||
node-emoji: 1.11.0
|
||||
@@ -1798,7 +1798,7 @@ packages:
|
||||
tree-kill: 1.2.2
|
||||
tsconfig-paths: 4.2.0
|
||||
tsconfig-paths-webpack-plugin: 4.1.0
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
webpack: 5.90.1(@swc/core@1.4.6)(esbuild@0.19.11)
|
||||
webpack-node-externals: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
@@ -1945,17 +1945,17 @@ packages:
|
||||
uuid: 9.0.1
|
||||
dev: false
|
||||
|
||||
/@nestjs/schematics@10.1.1(chokidar@3.6.0)(typescript@5.3.3):
|
||||
/@nestjs/schematics@10.1.1(chokidar@3.6.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-o4lfCnEeIkfJhGBbLZxTuVWcGuqDCFwg5OrvpgRUBM7vI/vONvKKiB5riVNpO+JqXoH0I42NNeDb0m4V5RREig==}
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dependencies:
|
||||
'@angular-devkit/core': 17.1.2(chokidar@3.6.0)
|
||||
'@angular-devkit/schematics': 17.1.2(chokidar@3.6.0)
|
||||
comment-json: 4.2.3
|
||||
jsonc-parser: 3.2.1
|
||||
pluralize: 8.0.0
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- chokidar
|
||||
dev: true
|
||||
@@ -2876,7 +2876,7 @@ packages:
|
||||
dev: false
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@@ -2888,10 +2888,10 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/type-utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/type-utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
@@ -2899,13 +2899,13 @@ packages:
|
||||
ignore: 5.3.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.0.3(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.0.3(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@7.1.1(eslint@8.56.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/parser@7.1.1(eslint@8.56.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@@ -2917,11 +2917,11 @@ packages:
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/types': 7.1.1
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
debug: 4.3.4
|
||||
eslint: 8.56.0
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -2934,7 +2934,7 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 7.1.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@@ -2944,12 +2944,12 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
'@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.57.0
|
||||
ts-api-utils: 1.0.3(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.0.3(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
@@ -2959,7 +2959,7 @@ packages:
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@7.1.1(typescript@5.3.3):
|
||||
/@typescript-eslint/typescript-estree@7.1.1(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@@ -2975,13 +2975,13 @@ packages:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.3
|
||||
semver: 7.6.0
|
||||
ts-api-utils: 1.0.3(typescript@5.3.3)
|
||||
typescript: 5.3.3
|
||||
ts-api-utils: 1.0.3(typescript@5.4.2)
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.3.3):
|
||||
/@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
@@ -2992,7 +2992,7 @@ packages:
|
||||
'@types/semver': 7.5.8
|
||||
'@typescript-eslint/scope-manager': 7.1.1
|
||||
'@typescript-eslint/types': 7.1.1
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.3.3)
|
||||
'@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2)
|
||||
eslint: 8.57.0
|
||||
semver: 7.6.0
|
||||
transitivePeerDependencies:
|
||||
@@ -4123,11 +4123,11 @@ packages:
|
||||
yaml: 1.10.2
|
||||
dev: true
|
||||
|
||||
/cosmiconfig@8.3.6(typescript@5.3.3):
|
||||
/cosmiconfig@8.3.6(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
@@ -4136,7 +4136,7 @@ packages:
|
||||
js-yaml: 4.1.0
|
||||
parse-json: 5.2.0
|
||||
path-type: 4.0.0
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/create-require@1.1.1:
|
||||
@@ -4774,7 +4774,7 @@ packages:
|
||||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.4.2)
|
||||
debug: 3.2.7
|
||||
eslint: 8.57.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
@@ -4792,7 +4792,7 @@ packages:
|
||||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/parser': 7.1.1(eslint@8.56.0)(typescript@5.4.2)
|
||||
array-includes: 3.1.7
|
||||
array.prototype.findlastindex: 1.2.3
|
||||
array.prototype.flat: 1.3.2
|
||||
@@ -4827,7 +4827,7 @@ packages:
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.3.3)
|
||||
'@typescript-eslint/eslint-plugin': 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2)
|
||||
eslint: 8.57.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
dev: true
|
||||
@@ -5388,17 +5388,17 @@ packages:
|
||||
cross-spawn: 7.0.3
|
||||
signal-exit: 4.1.0
|
||||
|
||||
/fork-ts-checker-webpack-plugin@9.0.2(typescript@5.3.3)(webpack@5.90.1):
|
||||
/fork-ts-checker-webpack-plugin@9.0.2(typescript@5.4.2)(webpack@5.90.1):
|
||||
resolution: {integrity: sha512-Uochze2R8peoN1XqlSi/rGUkDQpRogtLFocP9+PGu68zk1BDAKXfdeCdyVZpgTk8V8WFVQXdEz426VKjXLO1Gg==}
|
||||
engines: {node: '>=12.13.0', yarn: '>=1.0.0'}
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
webpack: ^5.11.0
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.23.5
|
||||
chalk: 4.1.2
|
||||
chokidar: 3.6.0
|
||||
cosmiconfig: 8.3.6(typescript@5.3.3)
|
||||
cosmiconfig: 8.3.6(typescript@5.4.2)
|
||||
deepmerge: 4.3.1
|
||||
fs-extra: 10.1.0
|
||||
memfs: 3.5.3
|
||||
@@ -5407,7 +5407,7 @@ packages:
|
||||
schema-utils: 3.3.0
|
||||
semver: 7.6.0
|
||||
tapable: 2.2.1
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
webpack: 5.90.1(@swc/core@1.4.6)(esbuild@0.19.11)
|
||||
dev: true
|
||||
|
||||
@@ -7620,7 +7620,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
lilconfig: 2.1.0
|
||||
ts-node: 10.9.2(@types/node@20.11.25)(typescript@5.3.3)
|
||||
ts-node: 10.9.2(@types/node@20.11.25)(typescript@5.4.2)
|
||||
yaml: 2.3.4
|
||||
dev: true
|
||||
|
||||
@@ -8880,27 +8880,27 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/ts-api-utils@1.0.3(typescript@5.3.3):
|
||||
/ts-api-utils@1.0.3(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==}
|
||||
engines: {node: '>=16.13.0'}
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/ts-interface-checker@0.1.13:
|
||||
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
||||
dev: true
|
||||
|
||||
/ts-node@10.9.2(@types/node@20.11.25)(typescript@5.3.3):
|
||||
/ts-node@10.9.2(@types/node@20.11.25)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@swc/core': '>=1.2.50'
|
||||
'@swc/wasm': '>=1.2.50'
|
||||
'@types/node': '*'
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
peerDependenciesMeta:
|
||||
'@swc/core':
|
||||
optional: true
|
||||
@@ -8919,22 +8919,22 @@ packages:
|
||||
create-require: 1.1.1
|
||||
diff: 4.0.2
|
||||
make-error: 1.3.6
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
v8-compile-cache-lib: 3.0.1
|
||||
yn: 3.1.1
|
||||
dev: true
|
||||
|
||||
/tsconfck@3.0.1(typescript@5.3.3):
|
||||
/tsconfck@3.0.1(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==}
|
||||
engines: {node: ^18 || >=20}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
dev: true
|
||||
|
||||
/tsconfig-paths-webpack-plugin@4.1.0:
|
||||
@@ -8974,7 +8974,7 @@ packages:
|
||||
/tslib@2.6.2:
|
||||
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
||||
|
||||
/tsup@8.0.2(ts-node@10.9.2)(typescript@5.3.3):
|
||||
/tsup@8.0.2(ts-node@10.9.2)(typescript@5.4.2):
|
||||
resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
@@ -8982,7 +8982,7 @@ packages:
|
||||
'@microsoft/api-extractor': ^7.36.0
|
||||
'@swc/core': ^1
|
||||
postcss: ^8.4.12
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
peerDependenciesMeta:
|
||||
'@microsoft/api-extractor':
|
||||
optional: true
|
||||
@@ -9007,7 +9007,7 @@ packages:
|
||||
source-map: 0.8.0-beta.0
|
||||
sucrase: 3.34.0
|
||||
tree-kill: 1.2.2
|
||||
typescript: 5.3.3
|
||||
typescript: 5.4.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- ts-node
|
||||
@@ -9090,8 +9090,8 @@ packages:
|
||||
for-each: 0.3.3
|
||||
is-typed-array: 1.1.12
|
||||
|
||||
/typescript@5.3.3:
|
||||
resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==}
|
||||
/typescript@5.4.2:
|
||||
resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
@@ -9271,7 +9271,7 @@ packages:
|
||||
- terser
|
||||
dev: true
|
||||
|
||||
/vite-tsconfig-paths@4.3.1(typescript@5.3.3)(vite@5.1.5):
|
||||
/vite-tsconfig-paths@4.3.1(typescript@5.4.2)(vite@5.1.5):
|
||||
resolution: {integrity: sha512-cfgJwcGOsIxXOLU/nELPny2/LUD/lcf1IbfyeKTv2bsupVbTH/xpFtdQlBmIP1GEK2CjjLxYhFfB+QODFAx5aw==}
|
||||
peerDependencies:
|
||||
vite: '*'
|
||||
@@ -9281,7 +9281,7 @@ packages:
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
globrex: 0.1.2
|
||||
tsconfck: 3.0.1(typescript@5.3.3)
|
||||
tsconfck: 3.0.1(typescript@5.4.2)
|
||||
vite: 5.1.5(@types/node@20.11.25)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
Reference in New Issue
Block a user