Skip to content

Commit

Permalink
chore(deps): core3-utils@18.0.0, chai@5, latest others
Browse files Browse the repository at this point in the history
- remove deprecated @wixc3/docs
- regenerate lock file
  • Loading branch information
AviVahl committed Dec 14, 2024
1 parent 567da07 commit 77df074
Show file tree
Hide file tree
Showing 13 changed files with 187 additions and 893 deletions.
3 changes: 2 additions & 1 deletion examples/react/src/test/react.persist.it.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { withFeature } from '@wixc3/engine-test-kit';
import chai, { expect } from 'chai';
import * as chai from 'chai';
import { expect } from 'chai';
import chaiAsPromised from 'chai-as-promised';
import path from 'node:path';
import { type Page } from 'playwright-core';
Expand Down
Loading

0 comments on commit 77df074

Please sign in to comment.