Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 11, 2024
1 parent c930e89 commit a9df553
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"rimraf": "^5.0.6",
"rollup": "^4.17.2",
"tsc-alias": "^1.8.8",
"tsc-alias": "^1.8.9",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tools/fix-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
import { replaceTscAliasPaths } from 'tsc-alias';

replaceTscAliasPaths({
verbose: true,
outDir: 'types'
});

0 comments on commit a9df553

Please sign in to comment.