Skip to content

Commit

Permalink
Update tfig to 3.3.3 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Apr 22, 2024
1 parent 85c18b8 commit 4d6fbfd
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 174 deletions.
2 changes: 1 addition & 1 deletion modules/dts-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"tfig": "^3.3.2",
"@cocos/tfig": "3.3.3",
"fs-extra": "~11.1.1",
"@ccbuild/modularize": "*",
"@ccbuild/stats-query": "*",
Expand Down
2 changes: 1 addition & 1 deletion modules/dts-bundler/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs-extra';
import * as gift from 'tfig';
import * as gift from '@cocos/tfig';
import { StatsQuery } from '@ccbuild/stats-query';
import { ps } from '@ccbuild/utils';
import { typescript as Transformer } from '@ccbuild/transformer';
Expand Down
Loading

0 comments on commit 4d6fbfd

Please sign in to comment.