File tree Expand file tree Collapse file tree 2 files changed +77
-2115
lines changed
Expand file tree Collapse file tree 2 files changed +77
-2115
lines changed Original file line number Diff line number Diff line change 77 " dist/**/*"
88 ],
99 "scripts" : {
10- "test" : " jest " ,
10+ "test" : " vitest " ,
1111 "build" : " yarn test && tsc && cp ./src/css/*.css dist/" ,
1212 "build-only" : " tsc && cp ./src/css/*.css dist/" ,
1313 "clean" : " rimraf ./dist/" ,
6868 },
6969 "devDependencies" : {
7070 "@types/fs-extra" : " ^9.0.13" ,
71- "@types/jest" : " ^28.1.6" ,
7271 "@types/markdown-table" : " ^2.0.0" ,
7372 "@types/node" : " ^12.20.11" ,
7473 "@typescript-eslint/eslint-plugin" : " ^4.22.0" ,
8079 "eslint-config-prettier" : " ^8.3.0" ,
8180 "eslint-plugin-node" : " ^11.1.0" ,
8281 "eslint-plugin-prettier" : " ^3.4.0" ,
83- "jest" : " ^28.1.3" ,
8482 "lint-staged" : " ^10.5.4" ,
8583 "prettier" : " ^2.2.1" ,
8684 "rimraf" : " ^4.1.2" ,
8785 "semantic-release" : " ^19.0.2" ,
88- "ts-jest" : " ^28.0.7" ,
8986 "ts-node" : " ^10.2.1" ,
9087 "typescript" : " ^4.6.4" ,
9188 "vite" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments