Upgrade Directus 10.4.2 → 11.17.3 with dependency bumps

This commit is contained in:
2026-04-23 20:57:48 +04:00
parent 49b081c00b
commit a3ec5b78c6
4 changed files with 9507 additions and 5150 deletions

View File

@@ -23,7 +23,7 @@ PORT=8055
# The URL where your API can be reached on the web. It is also used for things like OAuth redirects, # The URL where your API can be reached on the web. It is also used for things like OAuth redirects,
# forgot-password emails, and logos that needs to be publicly available on the internet. ["/"] # forgot-password emails, and logos that needs to be publicly available on the internet. ["/"]
# PUBLIC_URL=http://localhost:8055 # PUBLIC_URL=http://localhost:8055
PUBLIC_URL=https://admin.dev.civokram.com PUBLIC_URL=https://admin.pca-pijac.dev.civokram.com
# What level of detail to log. [info] # What level of detail to log. [info]
# "fatal", "error", "warn", "info", "debug", "trace", "silent" # "fatal", "error", "warn", "info", "debug", "trace", "silent"

View File

@@ -12,12 +12,12 @@
"start": "directus start" "start": "directus start"
}, },
"dependencies": { "dependencies": {
"directus": "10.4.2", "directus": "11.17.3",
"sqlite3": "5.1.6" "sqlite3": "6.0.1"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "3.0.1", "nodemon": "3.1.14",
"uuid": "9.0.0" "uuid": "14.0.0"
}, },
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
@@ -25,7 +25,9 @@
"sqlite3", "sqlite3",
"sharp", "sharp",
"esbuild", "esbuild",
"keyv" "keyv",
"isolated-vm",
"protobufjs"
] ]
} }
} }

13337
backend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long