File tree Expand file tree Collapse file tree 5 files changed +352
-214
lines changed Expand file tree Collapse file tree 5 files changed +352
-214
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v2.3.4
14+ uses : actions/checkout@v4.1.0
1515 - name : Use Node 14
16- uses : actions/setup-node@v2.4 .1
16+ uses : actions/setup-node@v3.8 .1
1717 with :
1818 node-version : 14
1919 - name : Install dependencies with yarn
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v2.3.4
13+ uses : actions/checkout@v4.1.0
1414 - name : Use Node 14
15- uses : actions/setup-node@v2.4 .1
15+ uses : actions/setup-node@v3.8 .1
1616 with :
1717 node-version : 14
1818 - name : Install dependencies with yarn
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v2.3.4
32+ uses : actions/checkout@v4.1.0
3333 - name : Use Node 14
34- uses : actions/setup-node@v2.4 .1
34+ uses : actions/setup-node@v3.8 .1
3535 with :
3636 node-version : 14
3737 - name : Install dependencies with yarn
Original file line number Diff line number Diff line change 1- 14
1+ 18
Original file line number Diff line number Diff line change 5454 "@jdp-dev/eslint-config-typescript" : " ^1.2.0" ,
5555 "@jdp-dev/prettier-config" : " ^1.2.0" ,
5656 "@jdp-dev/tsconfig" : " ^1.2.0" ,
57- "@types/node" : " ^17 .0.8 " ,
57+ "@types/node" : " ^18 .0.0 " ,
5858 "@typescript-eslint/eslint-plugin" : " ^5.9.1" ,
5959 "@typescript-eslint/parser" : " ^5.9.1" ,
6060 "eslint" : " ^8.6.0" ,
61- "eslint-config-prettier" : " ^8.3 .0" ,
61+ "eslint-config-prettier" : " ^9.0 .0" ,
6262 "eslint-plugin-import" : " ^2.25.4" ,
63- "husky" : " ^7 .0.4 " ,
64- "lint-staged" : " ^12.1.7 " ,
63+ "husky" : " ^8 .0.0 " ,
64+ "lint-staged" : " ^14.0.0 " ,
6565 "npm-run-all" : " ^4.1.5" ,
66- "prettier" : " ^2.5.1 " ,
67- "rimraf" : " ^3 .0.2 " ,
66+ "prettier" : " ^3.0.0 " ,
67+ "rimraf" : " ^5 .0.0 " ,
6868 "standard-version" : " ^9.3.2" ,
69- "ts-node-dev" : " ^1.1.8 " ,
70- "typescript" : " ^4.5.4 "
69+ "ts-node-dev" : " ^2.0.0 " ,
70+ "typescript" : " ^5.0.0 "
7171 }
7272}
You can’t perform that action at this time.
0 commit comments