Skip to content

Update deps#425

Merged
rickmak merged 3 commits intoauthgear:masterfrom
tung2744:dev-3436
Mar 24, 2026
Merged

Update deps#425
rickmak merged 3 commits intoauthgear:masterfrom
tung2744:dev-3436

Conversation

@tung2744
Copy link
Copy Markdown
Collaborator

ref DEV-3436

Copy link
Copy Markdown
Member

@rickmak rickmak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lower part of the skill will be duplicate across almost all js repo.

It won't be a problem if we only us the default one which can be generate easily across repo. However, I guess we will end up spreading customization everywhere.

Comment on lines +10 to +28
## Audit Scope

Audit these install roots:

- `.` for the npm workspace root and all workspace members under `packages/authgear-core`, `packages/authgear-web`, `packages/authgear-react-native`, and `packages/authgear-capacitor`
- `example/reactweb`
- `example/reactnative`
- `example/capacitor`
- `website`

Do not run `npm audit` separately inside `packages/authgear-core`, `packages/authgear-web`, `packages/authgear-react-native`, or `packages/authgear-capacitor`. Those packages are installed and resolved by the repo root workspace and root `package-lock.json`.

Use these package managers:

- `.`: `npm`
- `example/reactweb`: `npm`
- `example/reactnative`: `yarn`
- `example/capacitor`: `npm`
- `website`: `npm`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is project specific.

@rickmak rickmak merged commit 6c3cbb8 into authgear:master Mar 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants