|
35 | 35 | "effective:circle:config": "circleci config process circle.yml | sed /^#/d",
|
36 | 36 | "ensure-deps": "./scripts/ensure-dependencies.sh",
|
37 | 37 | "get-next-version": "node scripts/get-next-version.js",
|
38 |
| - "postinstall": "yarn-deduplicate --strategy=highest && patch-package && ./scripts/run-if-not-ci.sh yarn build", |
| 38 | + "postinstall": "patch-package && ./scripts/run-if-not-ci.sh yarn-deduplicate --strategy=highest && ./scripts/run-if-not-ci.sh yarn build", |
39 | 39 | "jscodeshift": "jscodeshift -t ./node_modules/js-codemod/transforms/arrow-function-arguments.js",
|
40 | 40 | "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .",
|
41 | 41 | "lint-changed": "lint-changed",
|
|
88 | 88 | "@types/execa": "0.9.0",
|
89 | 89 | "@types/fs-extra": "^8.0.1",
|
90 | 90 | "@types/glob": "7.1.1",
|
91 |
| - "@types/lodash": "4.14.168", |
| 91 | + "@types/lodash": "^4.14.168", |
92 | 92 | "@types/markdown-it": "0.0.9",
|
93 | 93 | "@types/mini-css-extract-plugin": "1.2.3",
|
94 | 94 | "@types/mocha": "8.0.3",
|
|
115 | 115 | "commander": "6.2.1",
|
116 | 116 | "common-tags": "1.8.0",
|
117 | 117 | "conventional-recommended-bump": "6.1.0",
|
118 |
| - "debug": "4.3.2", |
| 118 | + "debug": "^4.3.2", |
119 | 119 | "del": "3.0.0",
|
120 |
| - "electron-builder": "22.9.1", |
121 |
| - "electron-notarize": "1.0.0", |
| 120 | + "electron-builder": "^22.13.1", |
| 121 | + "electron-notarize": "^1.1.1", |
122 | 122 | "enzyme-adapter-react-16": "1.12.1",
|
123 | 123 | "eslint": "7.22.0",
|
124 | 124 | "eslint-plugin-cypress": "2.11.2",
|
|
154 | 154 | "lerna": "3.20.2",
|
155 | 155 | "lint-staged": "11.1.2",
|
156 | 156 | "listr2": "3.8.3",
|
157 |
| - "lodash": "4.17.21", |
| 157 | + "lodash": "^4.17.21", |
158 | 158 | "make-empty-github-commit": "cypress-io/make-empty-github-commit#4a592aedb776ba2f4cc88979055315a53eec42ee",
|
159 | 159 | "minimist": "1.2.5",
|
160 | 160 | "mocha": "3.5.3",
|
161 | 161 | "mocha-banner": "1.1.2",
|
162 | 162 | "mocha-junit-reporter": "2.0.0",
|
163 | 163 | "mocha-multi-reporters": "1.1.7",
|
164 | 164 | "mock-fs": "5.1.1",
|
165 |
| - "odiff-bin": "2.1.0", |
166 | 165 | "parse-github-repo-url": "1.4.1",
|
167 | 166 | "patch-package": "6.4.7",
|
168 | 167 | "plist": "3.0.1",
|
|
226 | 225 | "system-tests"
|
227 | 226 | ],
|
228 | 227 | "nohoist": [
|
229 |
| - "**/@ffmpeg-installer", |
230 |
| - "**/@ffmpeg-installer/**", |
231 | 228 | "**/webpack-preprocessor/babel-loader",
|
232 | 229 | "**/webpack-batteries-included-preprocessor/ts-loader",
|
233 | 230 | "**/@vue/runtime-dom",
|
|
0 commit comments