|
36 | 36 | "update-readme": "cp -f README.md ./packages/statusfy/",
|
37 | 37 | "update-version": "lerna publish --skip-git --skip-npm --force-publish '*'",
|
38 | 38 | "pre-release": "yarn run update-readme && yarn run update-version",
|
39 |
| - "install-dependencies": "yarn install && lerna bootstrap", |
| 39 | + "postinstall": "lerna bootstrap", |
40 | 40 | "docs:dev": "yarn workspace statusfy-docs dev",
|
41 | 41 | "docs:build": "yarn workspace statusfy-docs build",
|
42 | 42 | "demo:build": "cross-env STATUSFY_LERNA=true yarn workspace statusfy-demo build",
|
|
52 | 52 | "@commitlint/config-conventional": "^7.1.2",
|
53 | 53 | "babel-core": "^7.0.0-bridge.0",
|
54 | 54 | "babel-eslint": "^10.0.1",
|
55 |
| - "babel-jest": "^23.6.0", |
| 55 | + "babel-jest": "^24.1.0", |
56 | 56 | "conventional-changelog-cli": "^2.0.12",
|
57 | 57 | "cross-env": "^5.2.0",
|
58 | 58 | "eslint": "^5.6.1",
|
|
61 | 61 | "eslint-plugin-vue": "^5.2.0",
|
62 | 62 | "glob-promise": "^3.4.0",
|
63 | 63 | "husky": "^1.2.0",
|
64 |
| - "jest": "^23.6.0", |
| 64 | + "jest": "^24.1.0", |
65 | 65 | "jest-serializer-vue": "^2.0.2",
|
66 | 66 | "lerna": "^3.4.3",
|
67 | 67 | "less": "^3.8.1",
|
68 | 68 | "less-loader": "^4.1.0",
|
69 | 69 | "node-sass": "^4.10.0",
|
70 |
| - "regenerator-runtime": "~0.12.1", |
| 70 | + "regenerator-runtime": "~0.13.1", |
71 | 71 | "sass-loader": "^7.1.0",
|
72 | 72 | "stylus": "^0.54.5",
|
73 | 73 | "stylus-loader": "^3.0.2",
|
|
0 commit comments