chore(deps): @otm/account-panel 0.8.2 → 0.22.1 — feedback-panel copy fix (v0.28.1)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WqSCBQyyBbgWRXMR5qo3ZK
This commit is contained in:
2026-07-10 22:51:16 -05:00
parent a50f7eaa49
commit f351ed3846
4 changed files with 28 additions and 7 deletions

24
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@otm/account-panel": "0.8.2",
"@otm/account-panel": "0.22.1",
"@paralleldrive/cuid2": "^3.3.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.1.1",
@@ -1026,13 +1026,27 @@
}
},
"node_modules/@otm/account-panel": {
"version": "0.8.2",
"resolved": "http://192.168.0.5:3022/api/packages/tonym/npm/%40otm%2Faccount-panel/-/0.8.2/account-panel-0.8.2.tgz",
"integrity": "sha512-E7uJ3Xxm8/xz6gcUAS4TUI+eCjaVZLFs7CjF7RpwSLUn3DpIszGSE4BN0519BQOThpQ69p3m15h/b64HLMgHgw==",
"version": "0.22.1",
"resolved": "http://192.168.0.5:3022/api/packages/tonym/npm/%40otm%2Faccount-panel/-/0.22.1/account-panel-0.22.1.tgz",
"integrity": "sha512-JwPVqe5FPENt6nlwlZ91PX58Y2QvFINHLi385zH/f4tO5PvifDYVVqwmzF0TrQP9NaUwOiHJV2PgRdotlN3c7A==",
"peerDependencies": {
"@stripe/react-stripe-js": ">=2",
"@stripe/stripe-js": ">=3",
"next": ">=14",
"next-auth": ">=4",
"react": ">=18"
"react": ">=18",
"stripe": ">=18"
},
"peerDependenciesMeta": {
"@stripe/react-stripe-js": {
"optional": true
},
"@stripe/stripe-js": {
"optional": true
},
"stripe": {
"optional": true
}
}
},
"node_modules/@oxc-project/types": {