chore(deps): update dependency nwsapi to v2.2.21 (#54488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
renovate[bot] 2025-08-07 23:12:02 +08:00 committed by GitHub
parent 7cea3bb0b4
commit c95a08e612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -329,8 +329,8 @@ describe('Radio Group', () => {
</Form>
);
render(<RadioForm />);
const radioInputs = screen.getAllByRole('radio');
const { container } = render(<RadioForm />);
const radioInputs = container.querySelectorAll('input');
radioInputs.forEach((input) => {
expect(input).toHaveAttribute('name', '0');

View file

@ -356,13 +356,13 @@
},
"pnpm": {
"overrides": {
"nwsapi": "2.2.20"
"nwsapi": "2.2.21"
}
},
"overrides": {
"nwsapi": "2.2.20"
"nwsapi": "2.2.21"
},
"resolutions": {
"nwsapi": "2.2.20"
"nwsapi": "2.2.21"
}
}