File tree 3 files changed +130
-101
lines changed
3 files changed +130
-101
lines changed Original file line number Diff line number Diff line change 28
28
- name : Build Docs
29
29
run : yarn docs
30
30
- name : Deploy Docs
31
- uses : JamesIves/github-pages-deploy-action@830e6a4f7c81743c52f3fed0ac67428feff9620a # tag=v4.2.5
31
+ uses : JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc # tag=v4.3.3
32
32
with :
33
33
branch : gh-pages # The branch the action should deploy to.
34
34
folder : docs # The folder the action should deploy.
Original file line number Diff line number Diff line change 34
34
" !dist/*.tsbuildinfo"
35
35
],
36
36
"devDependencies" : {
37
- "@types/jest" : " ^27.4.1 " ,
38
- "@types/node" : " ^16.11.26 " ,
39
- "@typescript-eslint/eslint-plugin" : " ^5.17 .0" ,
40
- "@typescript-eslint/parser" : " ^5.17 .0" ,
37
+ "@types/jest" : " ^27.5.0 " ,
38
+ "@types/node" : " ^16.11.33 " ,
39
+ "@typescript-eslint/eslint-plugin" : " ^5.22 .0" ,
40
+ "@typescript-eslint/parser" : " ^5.22 .0" ,
41
41
"cz-conventional-changelog" : " ^3.3.0" ,
42
42
"denoify" : " ^0.11.0" ,
43
- "eslint" : " ^8.12 .0" ,
43
+ "eslint" : " ^8.15 .0" ,
44
44
"eslint-config-prettier" : " ^8.5.0" ,
45
45
"jest" : " ^27.5.1" ,
46
46
"prettier" : " ^2.6.2" ,
47
47
"ts-jest" : " ^27.1.4" ,
48
48
"ts-node" : " ^10.7.0" ,
49
- "tsup" : " ^5.12.3 " ,
50
- "typedoc" : " ^0.22.13 " ,
51
- "typescript" : " ^4.6.3 "
49
+ "tsup" : " ^5.12.7 " ,
50
+ "typedoc" : " ^0.22.15 " ,
51
+ "typescript" : " ^4.6.4 "
52
52
},
53
53
"scripts" : {
54
54
"prepare" : " tsup" ,
You can’t perform that action at this time.
0 commit comments