|
10 | 10 | "pretest": "yarn clean", |
11 | 11 | "lint": "eslint --fix packages/**/*.js packages/**/bin/*", |
12 | 12 | "check-links": "node scripts/checkLinks.js", |
13 | | - "clean": "rimraf packages/test/*", |
| 13 | + "clean": "rimraf packages/test/* packages/**/temp/*", |
14 | 14 | "sync": "node scripts/syncDeps.js", |
15 | 15 | "boot": "node scripts/bootstrap.js", |
16 | 16 | "release": "yarn --pure-lockfile && yarn clean && node scripts/release.js", |
|
46 | 46 | "@vue/conventional-changelog": "^0.1.1", |
47 | 47 | "babel-core": "7.0.0-bridge.0", |
48 | 48 | "babel-eslint": "^10.0.1", |
49 | | - "conventional-changelog": "^3.0.5", |
| 49 | + "conventional-changelog": "^3.0.6", |
50 | 50 | "debug": "^4.1.0", |
51 | | - "eslint": "^5.0.0", |
52 | | - "eslint-plugin-graphql": "^3.0.1", |
| 51 | + "eslint": "^5.14.1", |
| 52 | + "eslint-plugin-graphql": "^3.0.3", |
53 | 53 | "eslint-plugin-node": "^8.0.0", |
54 | | - "eslint-plugin-vue": "^5.0.0", |
| 54 | + "eslint-plugin-vue": "^5.2.2", |
55 | 55 | "eslint-plugin-vue-libs": "^3.0.0", |
56 | 56 | "execa": "^1.0.0", |
57 | 57 | "globby": "^9.0.0", |
| 58 | + "graphql": "^14.0.2", |
58 | 59 | "http-server": "^0.11.1", |
59 | 60 | "inquirer": "^6.0.0", |
60 | 61 | "jest": "^23.1.0", |
61 | | - "lerna": "^3.4.3", |
62 | | - "lint-staged": "^8.1.0", |
63 | | - "memfs": "^2.8.0", |
| 62 | + "lerna": "^3.13.0", |
| 63 | + "lint-staged": "^8.1.4", |
| 64 | + "memfs": "^2.15.2", |
64 | 65 | "minimist": "^1.2.0", |
65 | | - "puppeteer": "^1.0.0", |
66 | 66 | "request": "^2.83.0", |
67 | | - "request-promise-native": "^1.0.5", |
| 67 | + "request-promise-native": "^1.0.7", |
68 | 68 | "rimraf": "^2.6.2", |
69 | 69 | "semver": "^5.5.0", |
70 | | - "vuepress": "^0.14.1", |
| 70 | + "typescript": "^3.3.3333", |
| 71 | + "vuepress": "^0.14.9", |
71 | 72 | "vuepress-theme-vue": "^1.1.0", |
| 73 | + "webpack": ">=4 < 4.29", |
72 | 74 | "yorkie": "^2.0.0" |
73 | 75 | }, |
74 | 76 | "resolutions": { |
75 | 77 | "@babel/core": "^7.0.0", |
76 | 78 | "@babel/preset-env": "^7.0.0", |
77 | 79 | "babel-core": "7.0.0-bridge.0", |
78 | 80 | "ps-tree": "^1.1.1", |
79 | | - "vue": "^2.5.22", |
80 | | - "vue-template-compiler": "^2.5.22", |
81 | | - "vue-server-renderer": "^2.5.22" |
| 81 | + "puppeteer": "1.11.0", |
| 82 | + "vue": "^2.6.7", |
| 83 | + "vue-template-compiler": "^2.6.7", |
| 84 | + "vue-server-renderer": "^2.6.7" |
82 | 85 | } |
83 | 86 | } |
0 commit comments