Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2518 - Update project npm dependencies to remove vulnerabilities #3266

Merged
2 changes: 2 additions & 0 deletions example/src/PolymerToggler/PolymerToggler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ export interface PolymerTogglerProps {
const PolymerToggler = ({ toggle }: PolymerTogglerProps): JSX.Element => {
return (
<label className={styles.switch} data-testid="polymer-toggler">
{/* eslint-disable jsx-a11y/label-has-associated-control */}
<input type="checkbox" onChange={(e) => toggle(e.target.checked)} />
<span className={styles.slider} />
{/* eslint-enable jsx-a11y/label-has-associated-control */}
</label>
);
};
Expand Down
2 changes: 1 addition & 1 deletion ketcher-autotests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const regularTests = [
'R-group-tool/**',
'Reactions/**',
'Reagents/**',
'Settings/**',
'Structure-Creating-&-Editing/**',
'Templates/**',
'User-Interface/**',
'utils/**',
];

const macromoleculeTests = ['Macromolecule-editor/**'];
Expand Down
Loading
Loading