Skip to content

Commit

Permalink
bump typescript and apply nodenext module resolution (#2084)
Browse files Browse the repository at this point in the history
* bump typescript and apply nodenext module resolution

* update ts path

* fix path

* reorder ci job

* update lockfile
  • Loading branch information
huozhi committed Jul 24, 2022
1 parent b29e58e commit 8793ee5
Show file tree
Hide file tree
Showing 4 changed files with 1,425 additions and 1,319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- run: pnpm install
- run: pnpm types:check
- run: pnpm lint
- run: pnpm build
- run: pnpm types:check
- run: pnpm test-typing
- run: pnpm test
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"rimraf": "3.0.2",
"swr": "workspace:*",
"tslib": "2.4.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
},
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
Expand Down

0 comments on commit 8793ee5

Please sign in to comment.