File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup Node.js
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v3
2020 with :
2121 node-version : ' lts/*'
2222
3333 run : npm t -- --coverage
3434
3535 - name : Upload coverage to Codecov
36- uses : codecov/codecov-action@v2
36+ uses : codecov/codecov-action@v3
3737
3838 - name : Release
3939 env :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 with :
1313 fetch-depth : 0
1414
1515 - name : Setup Node.js
16- uses : actions/setup-node@v2
16+ uses : actions/setup-node@v3
1717 with :
1818 node-version : ' lts/*'
1919
3030 run : npm t -- --coverage
3131
3232 - name : Upload coverage to Codecov
33- uses : codecov/codecov-action@v2
33+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 5151 "@typescript-eslint/eslint-plugin" : " 4.33.0" ,
5252 "@typescript-eslint/parser" : " 4.33.0" ,
5353 "babel-eslint" : " 10.1.0" ,
54- "eslint" : " 7.32 .0" ,
55- "eslint-config-react-app" : " 6 .0.0 " ,
56- "eslint-plugin-flowtype" : " 5.10.0 " ,
54+ "eslint" : " 8.43 .0" ,
55+ "eslint-config-react-app" : " 7 .0.1 " ,
56+ "eslint-plugin-flowtype" : " 8.0.3 " ,
5757 "eslint-plugin-import" : " 2.26.0" ,
5858 "eslint-plugin-jsx-a11y" : " 6.6.1" ,
5959 "eslint-plugin-react" : " 7.31.8" ,
6060 "eslint-plugin-react-hooks" : " 4.6.0" ,
6161 "jest" : " 27.1.0" ,
6262 "prettier" : " 2.7.1" ,
6363 "semantic-release" : " 17.4.7" ,
64- "typescript" : " 4.8.4 "
64+ "typescript" : " 5.1.3 "
6565 },
6666 "dependencies" : {
67- "babel-plugin-module-resolver" : " ^4.1 .0" ,
68- "tsconfig-paths" : " ^3.11 .0"
67+ "babel-plugin-module-resolver" : " ^5.0 .0" ,
68+ "tsconfig-paths" : " ^4.0 .0"
6969 },
7070 "workspaces" : [
7171 " examples/*"
You can’t perform that action at this time.
0 commit comments