Skip to content

Commit b7334da

Browse files
committed
chore: update typescript-eslint deps
1 parent 73cd882 commit b7334da

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lib/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default async function (root: string, variables: Variables) {
5656
"@tsconfig/node18": "^18.0.0",
5757
"@types/node": "^18.0.0",
5858
"@types/tap": "^15.0.0",
59-
"@typescript-eslint/eslint-plugin": "^5.0.0",
60-
"@typescript-eslint/parser": "^5.0.0",
59+
"@typescript-eslint/eslint-plugin": "^6.0.0",
60+
"@typescript-eslint/parser": "^6.0.0",
6161
"eslint": "^8.0.0",
6262
"tap": "^16.0.0",
6363
"ts-node": "^10.0.0",

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/mustache": "^4.0.0",
2727
"@types/node": "^18.0.0",
2828
"@types/tap": "^15.0.0",
29-
"@typescript-eslint/eslint-plugin": "^5.0.0",
30-
"@typescript-eslint/parser": "^5.0.0",
29+
"@typescript-eslint/eslint-plugin": "^6.0.0",
30+
"@typescript-eslint/parser": "^6.0.0",
3131
"eslint": "^8.0.0",
3232
"tap": "^16.0.0",
3333
"ts-node": "^10.0.0",
@@ -47,15 +47,15 @@
4747
}
4848
},
4949
"//": "This file is partially managed by code-skeleton. Changes may be overwritten.",
50-
"tap": {
51-
"coverage": true,
52-
"ts": true
53-
},
5450
"types": "lib/index.d.ts",
5551
"files": [
5652
"bin/**/*.js",
5753
"lib/**/*.js",
5854
"lib/**/*.d.ts",
5955
"!lib/types/**"
60-
]
56+
],
57+
"tap": {
58+
"coverage": true,
59+
"ts": true
60+
}
6161
}

0 commit comments

Comments
 (0)