|
19 | 19 | "version": "node scripts/genChangelog.js && node scripts/genDocs.js && git add CHANGELOG.md && git add docs",
|
20 | 20 | "docs": "vuepress dev docs",
|
21 | 21 | "docs:build": "vuepress build docs",
|
22 |
| - "patch-chromedriver": "node scripts/patchChromedriver.js", |
23 |
| - "postinstall": "patch-package" |
| 22 | + "patch-chromedriver": "node scripts/patchChromedriver.js" |
24 | 23 | },
|
25 | 24 | "gitHooks": {
|
26 | 25 | "pre-commit": "lint-staged",
|
|
37 | 36 | "@typescript-eslint/parser": "^4.15.1",
|
38 | 37 | "@vue/eslint-config-airbnb": "^5.3.0",
|
39 | 38 | "@vue/eslint-config-prettier": "^6.0.0",
|
40 |
| - "@vue/eslint-config-standard": "^6.0.0", |
| 39 | + "@vue/eslint-config-standard": "^6.1.0", |
41 | 40 | "@vue/eslint-config-typescript": "^7.0.0",
|
42 | 41 | "@vuepress/plugin-pwa": "^1.8.1",
|
43 | 42 | "@vuepress/theme-vue": "^1.8.1",
|
44 | 43 | "babel-core": "7.0.0-bridge.0",
|
45 | 44 | "babel-jest": "^26.6.3",
|
46 |
| - "chromedriver": "^90.0.0", |
| 45 | + "chromedriver": "^92.0.0", |
47 | 46 | "debug": "^4.1.0",
|
48 |
| - "eslint": "^7.20.0", |
| 47 | + "eslint": "^7.32.0", |
49 | 48 | "eslint-plugin-graphql": "^4.0.0",
|
50 | 49 | "eslint-plugin-import": "^2.20.2",
|
51 | 50 | "eslint-plugin-node": "^11.1.0",
|
52 | 51 | "eslint-plugin-prettier": "^3.3.1",
|
53 |
| - "eslint-plugin-promise": "^4.3.1", |
| 52 | + "eslint-plugin-promise": "^5.1.0", |
54 | 53 | "eslint-plugin-vue": "^7.6.0",
|
55 | 54 | "execa": "^1.0.0",
|
56 |
| - "geckodriver": "^1.22.1", |
| 55 | + "geckodriver": "^2.0.1", |
57 | 56 | "globby": "^11.0.2",
|
58 | 57 | "graphql": "^15.5.0",
|
59 | 58 | "http-server": "^0.12.3",
|
|
65 | 64 | "memfs": "^3.2.0",
|
66 | 65 | "minimist": "^1.2.5",
|
67 | 66 | "node-fetch": "^2.6.1",
|
68 |
| - "patch-package": "^6.2.2", |
69 | 67 | "prettier": ">= 1.13.0",
|
70 | 68 | "rimraf": "^3.0.2",
|
71 | 69 | "semver": "^7.3.4",
|
|
78 | 76 | },
|
79 | 77 | "resolutions": {
|
80 | 78 | "puppeteer": "1.11.0",
|
81 |
| - "vue-template-compiler": "^2.6.12", |
82 |
| - "vue-server-renderer": "^2.6.12" |
| 79 | + "vue-template-compiler": "^2.6.14", |
| 80 | + "vue-server-renderer": "^2.6.14" |
83 | 81 | }
|
84 | 82 | }
|
0 commit comments