Skip to content

Commit 330a5e4

Browse files
committed
chore: update some typo
1 parent 1325490 commit 330a5e4

5 files changed

Lines changed: 4 additions & 9 deletions

File tree

.fatherrc.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export default defineConfig({
88
},
99
alias: {
1010
'@ava': path.resolve(__dirname, 'src'),
11-
'@ava/advisor-deprecated': path.resolve(__dirname, 'src/advisor-deprecated'),
1211
'@advisor': path.resolve(__dirname, 'src/advisor'),
13-
'@advisor-deprecated': path.resolve(__dirname, 'src/advisor-deprecated'),
14-
'@ava/insight': path.resolve(__dirname, 'src/insight'),
1512
}
1613
});

jest.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const baseConfig = require('./jest.config');
2-
31
module.exports = {
42
testRegex: '(/__tests__/.*.(test|spec)).(js?|jsx?|tsx?|ts?)$',
53
collectCoverage: false,

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"build": "run-p build:*",
3030
"test": "jest",
3131
"lint-staged": "lint-staged",
32-
"prepare": "husky install",
3332
"coverage": "jest --coverage"
3433
},
3534
"lint-staged": {
@@ -82,7 +81,7 @@
8281
"prettier": "^2.4.1",
8382
"rimraf": "^6.1.0",
8483
"ts-jest": "^29.4.5",
85-
"typescript": "^4.9.3"
84+
"typescript": "^5.9.2"
8685
},
8786
"author": {
8887
"name": "AntV",

playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"@vitejs/plugin-react": "^4.2.0",
2626
"typescript": "^5.3.0",
2727
"vite": "^5.0.0"
28-
}
28+
},
29+
"repository": "git@github.com:antvis/AVA.git"
2930
}

src/ckb/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ChartType } from '@antv/gpt-vis';
1+
import type { ChartType } from '@antv/gpt-vis';
22

33
/**
44
* Array of standard IDs for each chart type.

0 commit comments

Comments
 (0)