mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(deps): update typescript-projects
This commit is contained in:
parent
e4d2c4926c
commit
69612ff112
4 changed files with 456 additions and 457 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[tools]
|
[tools]
|
||||||
node = "22.20.0"
|
node = "22.20.0"
|
||||||
flutter = "3.35.5"
|
flutter = "3.35.5"
|
||||||
pnpm = "10.18.0"
|
pnpm = "10.18.1"
|
||||||
|
|
||||||
[tools."github:CQLabs/homebrew-dcm"]
|
[tools."github:CQLabs/homebrew-dcm"]
|
||||||
version = "1.30.0"
|
version = "1.30.0"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Monorepo for Immich",
|
"description": "Monorepo for Immich",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
|
||||||
"engines": {
|
"engines": {
|
||||||
"pnpm": ">=10.0.0"
|
"pnpm": ">=10.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
893
pnpm-lock.yaml
generated
893
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -44,14 +44,14 @@
|
||||||
"@nestjs/websockets": "^11.0.4",
|
"@nestjs/websockets": "^11.0.4",
|
||||||
"@opentelemetry/api": "^1.9.0",
|
"@opentelemetry/api": "^1.9.0",
|
||||||
"@opentelemetry/context-async-hooks": "^2.0.0",
|
"@opentelemetry/context-async-hooks": "^2.0.0",
|
||||||
"@opentelemetry/exporter-prometheus": "^0.205.0",
|
"@opentelemetry/exporter-prometheus": "^0.206.0",
|
||||||
"@opentelemetry/instrumentation-http": "^0.205.0",
|
"@opentelemetry/instrumentation-http": "^0.206.0",
|
||||||
"@opentelemetry/instrumentation-ioredis": "^0.53.0",
|
"@opentelemetry/instrumentation-ioredis": "^0.54.0",
|
||||||
"@opentelemetry/instrumentation-nestjs-core": "^0.52.0",
|
"@opentelemetry/instrumentation-nestjs-core": "^0.53.0",
|
||||||
"@opentelemetry/instrumentation-pg": "^0.58.0",
|
"@opentelemetry/instrumentation-pg": "^0.59.0",
|
||||||
"@opentelemetry/resources": "^2.0.1",
|
"@opentelemetry/resources": "^2.0.1",
|
||||||
"@opentelemetry/sdk-metrics": "^2.0.1",
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
||||||
"@opentelemetry/sdk-node": "^0.205.0",
|
"@opentelemetry/sdk-node": "^0.206.0",
|
||||||
"@opentelemetry/semantic-conventions": "^1.34.0",
|
"@opentelemetry/semantic-conventions": "^1.34.0",
|
||||||
"@react-email/components": "^0.5.0",
|
"@react-email/components": "^0.5.0",
|
||||||
"@react-email/render": "^1.1.2",
|
"@react-email/render": "^1.1.2",
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
"i18n-iso-countries": "^7.6.0",
|
"i18n-iso-countries": "^7.6.0",
|
||||||
"ioredis": "^5.3.2",
|
"ioredis": "^5.3.2",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"kysely": "0.28.2",
|
"kysely": "0.28.7",
|
||||||
"kysely-postgres-js": "^3.0.0",
|
"kysely-postgres-js": "^3.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^3.4.2",
|
"luxon": "^3.4.2",
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
"multer": "^2.0.2",
|
"multer": "^2.0.2",
|
||||||
"nest-commander": "^3.16.0",
|
"nest-commander": "^3.16.0",
|
||||||
"nestjs-cls": "^5.0.0",
|
"nestjs-cls": "^5.0.0",
|
||||||
"nestjs-kysely": "3.0.0",
|
"nestjs-kysely": "3.1.1",
|
||||||
"nestjs-otel": "^7.0.0",
|
"nestjs-otel": "^7.0.0",
|
||||||
"nodemailer": "^7.0.0",
|
"nodemailer": "^7.0.0",
|
||||||
"openid-client": "^6.3.3",
|
"openid-client": "^6.3.3",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue