File tree Expand file tree Collapse file tree 4 files changed +70
-114
lines changed Expand file tree Collapse file tree 4 files changed +70
-114
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2-
3- . " $( dirname " $0 " ) /_/husky.sh"
4-
51npm test
Original file line number Diff line number Diff line change 1- #! /bin/sh
2-
3- . " $( dirname " $0 " ) /_/husky.sh"
4-
51npm run build
Original file line number Diff line number Diff line change 4545 "@parcel/transformer-typescript-tsc" : " ~2.11.0" ,
4646 "@parcel/transformer-typescript-types" : " ~2.11.0" ,
4747 "@types/jest" : " ^29.5.11" ,
48- "@typescript-eslint/eslint-plugin" : " ^6.19 .0" ,
49- "@typescript-eslint/parser" : " ^6.19 .0" ,
50- "core-js" : " ^3.35.0 " ,
48+ "@typescript-eslint/eslint-plugin" : " ^6.20 .0" ,
49+ "@typescript-eslint/parser" : " ^6.20 .0" ,
50+ "core-js" : " ^3.35.1 " ,
5151 "element-internals-polyfill" : " ^1.3.10" ,
5252 "eslint" : " ^8.56.0" ,
5353 "eslint-config-prettier" : " ^9.1.0" ,
54- "husky" : " ^8 .0.3 " ,
54+ "husky" : " ^9 .0.7 " ,
5555 "jest" : " ^29.7.0" ,
5656 "jest-environment-jsdom" : " ^29.7.0" ,
57- "jsdom" : " ^23.2 .0" ,
57+ "jsdom" : " ^24.0 .0" ,
5858 "lint-staged" : " ^15.2.0" ,
5959 "open-cli" : " ^8.0.0" ,
6060 "parcel" : " ~2.11.0" ,
6161 "prettier" : " ^3.2.4" ,
6262 "rimraf" : " ^5.0.5" ,
63- "ts-jest" : " ^29.1.1 " ,
63+ "ts-jest" : " ^29.1.2 " ,
6464 "ts-node" : " ^10.9.2" ,
6565 "typedoc" : " ^0.25.7" ,
66- "typedoc-plugin-mdn-links" : " ^3.1.12 " ,
66+ "typedoc-plugin-mdn-links" : " ^3.1.14 " ,
6767 "typescript" : " ~5.3.3"
6868 },
6969 "scripts" : {
70- "prepare" : " husky install " ,
70+ "prepare" : " husky" ,
7171 "test" : " lint-staged" ,
7272 "clean" : " rimraf .parcel-cache/ dist/ docs/" ,
7373 "preview" : " npm run clean && cd preview/ && parcel --dist-dir=../docs/preview/ --open" ,
You can’t perform that action at this time.
0 commit comments