Skip to content

Commit

Permalink
fix: importing fails with moduleResolution set to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Mar 1, 2024
1 parent 286a2f7 commit 90ef402
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 255 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: "jest-cli"
groups:
production-dependencies:
dependency-type: 'production'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.2 (2024-03-01)
* fix: importing fails with moduleResolution set to node16

### 3.0.1 (2024-03-01)
* fix: instead of `Promise<Promise<T>>`, return `Promise<T>`

Expand Down
237 changes: 11 additions & 226 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 90ef402

Please sign in to comment.