@alicevia/eslint-config-vue 1.0.10 → 1.0.11

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 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicevia/eslint-config-vue",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -13,18 +13,11 @@
13
13
  "access": "public"
14
14
  },
15
15
  "dependencies": {
16
- "@alicevia/eslint-config-ts": "1.0.10"
16
+ "@alicevia/eslint-config-ts": "1.0.11"
17
17
  },
18
18
  "peerDependencies": {
19
- "eslint": ">=8.15.0",
20
19
  "eslint-plugin-vue": "^8.7.1",
21
- "vue-eslint-parser": "^9.0.2",
22
- "@typescript-eslint/eslint-plugin": "^5.24.0",
23
- "@typescript-eslint/parser": "^5.24.0",
24
- "eslint-config-standard": "^17.0.0",
25
- "eslint-plugin-import": "^2.26.0",
26
- "eslint-plugin-n": "^15.2.0",
27
- "eslint-plugin-promise": "^6.0.0"
20
+ "vue-eslint-parser": "^9.0.2"
28
21
  },
29
22
  "scripts": {
30
23
  "patch": "npm version patch"