Skip to content

Commit 83bbe0c

Browse files
chore(deps): update linters (#414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e31cd6 commit 83bbe0c

File tree

3 files changed

+110
-118
lines changed

3 files changed

+110
-118
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@commitlint/config-conventional": "17.0.3",
4747
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
4848
"@types/jest": "27.5.2",
49-
"@typescript-eslint/eslint-plugin": "5.59.11",
50-
"@typescript-eslint/parser": "5.59.11",
49+
"@typescript-eslint/eslint-plugin": "5.60.0",
50+
"@typescript-eslint/parser": "5.60.0",
5151
"concurrently": "7.3.0",
5252
"coveralls": "3.1.1",
5353
"cpy-cli": "4.1.0",

packages/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.5",
6767
"@frsource/tiny-carousel-plugin-custom-events": "^0.4.5",
6868
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.3",
69-
"@typescript-eslint/eslint-plugin": "5.59.11",
70-
"@typescript-eslint/parser": "5.59.11",
69+
"@typescript-eslint/eslint-plugin": "5.60.0",
70+
"@typescript-eslint/parser": "5.60.0",
7171
"@vue/cli-plugin-babel": "5.0.8",
7272
"@vue/cli-plugin-eslint": "5.0.8",
7373
"@vue/cli-plugin-typescript": "4.5.19",
@@ -76,7 +76,7 @@
7676
"@vue/eslint-config-typescript": "11.0.0",
7777
"@vue/test-utils": "2.0.2",
7878
"core-js": "3.23.4",
79-
"eslint-plugin-vue": "9.15.0",
79+
"eslint-plugin-vue": "9.15.1",
8080
"vue": "2.7.8",
8181
"vue-demi": "0.13.4",
8282
"vue-template-compiler": "2.7.8",

0 commit comments

Comments
 (0)