chore: pin version of oidc provider (#7201)

This commit is contained in:
SamTV12345 2025-10-29 18:54:47 +01:00 committed by GitHub
parent 746d1ef931
commit 8a8f292740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View file

@ -34,12 +34,12 @@
"makeDocs": "pnpm --filter bin run makeDocs"
},
"dependencies": {
"ep_etherpad-lite": "workspace:./src"
"ep_etherpad-lite": "link:src"
},
"devDependencies": {
"admin": "workspace:./admin",
"docs": "workspace:./doc",
"ui": "workspace:./ui"
"admin": "link:admin",
"docs": "link:doc",
"ui": "link:ui"
},
"engines": {
"node": ">=20.0.0"