Archive user-accounts change to openspec/changes/archive/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marko Djordjevic 2026-02-20 18:50:36 +01:00
parent 448b67199f
commit 5fb9733bd6
16 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -45,7 +45,7 @@
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "5.9.3"
}
},
"node_modules/@alloc/quick-lru": {
@ -8415,6 +8415,8 @@
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"peer": true,

View file

@ -51,6 +51,6 @@
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "5.9.3"
}
}