File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 2.1
66parameters :
77 node_version :
88 type : string
9- default : ' 12.13.1 '
9+ default : ' 16.15.0 '
1010
1111commands :
1212 install_deps :
Original file line number Diff line number Diff line change 3232 " eslint --fix"
3333 ]
3434 },
35+ "babel" : {
36+ "extends" : " @shelf/babel-config/backend"
37+ },
3538 "prettier" : " @shelf/prettier-config" ,
3639 "devDependencies" : {
3740 "@aws-sdk/client-ssm" : " 3.121.0" ,
3841 "@babel/core" : " 7.18.6" ,
3942 "@babel/preset-env" : " 7.18.6" ,
4043 "@babel/preset-typescript" : " 7.18.6" ,
41- "@shelf/eslint-config" : " 2.18.0" ,
44+ "@shelf/babel-config" : " 1.0.2" ,
45+ "@shelf/eslint-config" : " 2.21.0" ,
4246 "@shelf/prettier-config" : " 1.0.0" ,
43- "@types/node" : " 12 " ,
44- "eslint" : " 8.19 .0" ,
47+ "@types/node" : " 16 " ,
48+ "eslint" : " 8.20 .0" ,
4549 "husky" : " 8.0.1" ,
4650 "lint-staged" : " 13.0.3" ,
4751 "prettier" : " 2.7.1" ,
5054 "webpack-cli" : " 4.10.0"
5155 },
5256 "engines" : {
53- "node" : " >=12 "
57+ "node" : " >=16 "
5458 },
5559 "publishConfig" : {
5660 "access" : " public"
You can’t perform that action at this time.
0 commit comments