File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : 🛑 Cancel Previous Runs
23
- uses : styfle/cancel-workflow-action@0.9.0
23
+ uses : styfle/cancel-workflow-action@0.9.1
24
24
25
25
- name : ⬇️ Checkout repo
26
26
uses : actions/checkout@v2
52
52
github.event_name == 'push' }}
53
53
steps :
54
54
- name : 🛑 Cancel Previous Runs
55
- uses : styfle/cancel-workflow-action@0.9.0
55
+ uses : styfle/cancel-workflow-action@0.9.1
56
56
57
57
- name : ⬇️ Checkout repo
58
58
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 53
53
"react-error-boundary" : " ^3.1.0"
54
54
},
55
55
"devDependencies" : {
56
- "@typescript-eslint/eslint-plugin" : " ^4.9.1 " ,
57
- "@typescript-eslint/parser" : " ^4.9.1 " ,
56
+ "@typescript-eslint/eslint-plugin" : " 4.28.5 " ,
57
+ "@typescript-eslint/parser" : " 4.28.5 " ,
58
58
"all-contributors-cli" : " 6.20.0" ,
59
59
"codecov" : " 3.8.3" ,
60
60
"docz" : " 2.3.1" ,
61
61
"docz-theme-default" : " 1.2.0" ,
62
62
"docz-utils" : " 2.3.0" ,
63
63
"eslint" : " 7.31.0" ,
64
+ "get-pkg-repo" : " 4.1.1" ,
64
65
"kcd-scripts" : " 11.2.0" ,
65
- "prettier" : " ^2.2.1 " ,
66
+ "prettier" : " 2.3.2 " ,
66
67
"react" : " 17.0.2" ,
67
- "react-dom" : " ^ 17.0.1 " ,
68
+ "react-dom" : " 17.0.2 " ,
68
69
"react-test-renderer" : " 17.0.2" ,
69
- "ts-node" : " ^ 10.0 .0" ,
70
+ "ts-node" : " 10.1 .0" ,
70
71
"typescript" : " 4.3.5"
71
72
},
72
73
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments