Feat/SW-3031 imagevault updates

* chore(SW-3031): Updated dependencies
* feat(SW-3031): Added Imagevault Id to title and updated delete functionality

Approved-by: Michael Zetterberg
This commit is contained in:
Erik Tiekstra
2025-06-18 13:14:02 +00:00
parent b1aaa6fd56
commit 7e64becb40
20 changed files with 5450 additions and 3072 deletions

View File

@@ -12,14 +12,14 @@
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"usehooks-ts": "^3.1.0"
"@remix-run/node": "^2.16.8",
"@remix-run/react": "^2.16.8",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@remix-run/dev": "^2.13.1"
"@remix-run/dev": "^2.16.8"
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.0.0"
}
}