33
33
"build:main" : " tsc -p tsconfig.json" ,
34
34
"build:module" : " tsc -p tsconfig.module.json" ,
35
35
"lint" : " eslint --ignore-path .gitignore \" src/**/*.ts\" " ,
36
- "format" : " prettier --ignore-path .gitignore \" src/**/*.ts\" --write " ,
36
+ "format" : " prettier --check -- ignore-path .gitignore \" src/**/*.ts\" " ,
37
37
"test" : " vitest" ,
38
38
"coverage" : " vitest --coverage" ,
39
39
"reset-hard" : " git clean -dfx && git reset --hard && yarn install" ,
40
40
"prepare-release" : " run-s reset-hard test" ,
41
- "prepare" : " husky install " ,
41
+ "prepare" : " husky" ,
42
42
"release" : " semantic-release"
43
43
},
44
44
"dependencies" : {
45
- "axios" : " ^1.1.3 " ,
45
+ "axios" : " ^1.7.4 " ,
46
46
"fast-text-encoding" : " ^1.0.6" ,
47
- "qrcode" : " ^1.5.1 "
47
+ "qrcode" : " ^1.5.4 "
48
48
},
49
49
"devDependencies" : {
50
- "@commitlint/cli" : " ^17.2 .0" ,
51
- "@commitlint/config-conventional" : " ^17 .2.0 " ,
52
- "@semantic-release/changelog" : " ^6.0.1 " ,
50
+ "@commitlint/cli" : " ^19.4 .0" ,
51
+ "@commitlint/config-conventional" : " ^19 .2.2 " ,
52
+ "@semantic-release/changelog" : " ^6.0.3 " ,
53
53
"@semantic-release/git" : " ^10.0.1" ,
54
54
"@types/node" : " ^18.11.9" ,
55
- "@types/qrcode" : " ^1.5.0 " ,
55
+ "@types/qrcode" : " ^1.5.5 " ,
56
56
"@typescript-eslint/eslint-plugin" : " ^5.43.0" ,
57
57
"@typescript-eslint/parser" : " ^5.43.0" ,
58
- "@vitest/coverage-c8 " : " ^0.25.2 " ,
59
- "eslint" : " ^8.28.0 " ,
58
+ "@vitest/coverage-v8 " : " ^2.0.5 " ,
59
+ "eslint" : " 8 " ,
60
60
"eslint-config-prettier" : " ^8.5.0" ,
61
61
"eslint-plugin-prettier" : " ^4.2.1" ,
62
- "husky" : " ^8.0.2 " ,
63
- "lint-staged" : " ^13.0.3 " ,
62
+ "husky" : " ^9.1.4 " ,
63
+ "lint-staged" : " ^15.2.9 " ,
64
64
"npm-run-all" : " ^4.1.5" ,
65
- "prettier" : " ^2.7.1 " ,
66
- "semantic-release" : " ^19.0.5 " ,
67
- "ts-node" : " ^10.9.1 " ,
68
- "typescript" : " ^4.9.3 " ,
69
- "vitest" : " ^0.25.2 "
65
+ "prettier" : " 2 " ,
66
+ "semantic-release" : " ^24.1.0 " ,
67
+ "ts-node" : " ^10.9.2 " ,
68
+ "typescript" : " ^5.5.4 " ,
69
+ "vitest" : " ^2.0.5 "
70
70
},
71
71
"files" : [
72
72
" dist/main" ,
83
83
" yarn format"
84
84
]
85
85
}
86
- }
86
+ }
0 commit comments