File tree 6 files changed +977
-904
lines changed
6 files changed +977
-904
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.
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 8
8
- path : .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9
9
spec : ' @yarnpkg/plugin-interactive-tools'
10
10
11
- yarnPath : .yarn/releases/yarn-3.2.0 .cjs
11
+ yarnPath : .yarn/releases/yarn-3.2.1 .cjs
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 .1" ,
38
+ "@types/node" : " ^16.11.36 " ,
39
+ "@typescript-eslint/eslint-plugin" : " ^5.24 .0" ,
40
+ "@typescript-eslint/parser" : " ^5.24 .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.8 " ,
50
+ "typedoc" : " ^0.22.15 " ,
51
+ "typescript" : " ^4.6.4 "
52
52
},
53
53
"scripts" : {
54
54
"prepare" : " tsup" ,
66
66
"path" : " cz-conventional-changelog"
67
67
}
68
68
},
69
- "packageManager" : " yarn@3.2.0 " ,
69
+ "packageManager" : " yarn@3.2.1 " ,
70
70
"dependencies" : {
71
71
"standard-version" : " ^9.3.2"
72
72
}
You can’t perform that action at this time.
0 commit comments