@alicevia/eslint-config-vue 1.0.14 → 1.0.15

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config-vue",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -13,9 +13,9 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@alicevia/eslint-config-ts": "1.0.14",
17
16
  "eslint-plugin-vue": "^9.0.1",
18
- "vue-eslint-parser": "^9.0.2"
17
+ "vue-eslint-parser": "^9.0.2",
18
+ "@alicevia/eslint-config-ts": "1.0.15"
19
19
  },
20
20
  "scripts": {
21
21
  "patch": "npm version patch"