@alicevia/eslint-config-vue 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config-vue",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -14,7 +14,9 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "eslint-plugin-vue": "^9.0.1",
17
- "vue-eslint-parser": "^9.0.2"
17
+ "vue-eslint-parser": "^9.0.2",
18
+ "@typescript-eslint/eslint-plugin": "^5.48.1",
19
+ "@typescript-eslint/parser": "^5.48.1"
18
20
  },
19
21
  "scripts": {
20
22
  "patch": "npm version patch"