v0.0.3 (#40)
compulim-workflow-bot
released this
09 Oct 11:37
·
24 commits
to refs/heads/main
since this release
[0.0.3] - 2023-10-09
Changed
- Added type-checking for test, by @compulim, in PR #22
- Updates
tsconfig.json
to extend from@tsconfig/strictest
, by @compulim, in PR #21 and PR #23 - Bumped dependencies, by @compulim, in PR #21, #32, #33, and #39
- Production dependencies
- Development dependencies
@babel/cli@7.23.0
@babel/core@7.23.0
@babel/plugin-transform-runtime@7.22.15
@babel/preset-env@7.22.20
@babel/preset-typescript@7.23.0
@testing-library/react@14.0.0
@tsconfig/recommended@1.0.3
@types/jest@29.5.5
@types/react-dom@18.2.7
@types/react@18.2.25
@typescript-eslint/eslint-plugin@6.7.4
@typescript-eslint/parser@6.7.4
esbuild@0.19.2
eslint-plugin-react@7.33.2
eslint@8.51.0
jest-environment-jsdom@29.7.0
jest@29.7.0
prettier@3.0.3
react-dom@18.2.0
react-test-renderer@18.2.0
react@18.2.0
typescript@5.2.2
Fixed
- Fixes #19. Updated
exports
field to workaround TypeScript resolution bug, by @compulim, in PR #20