mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-15 03:31:18 -06:00
* chore: upgrade webpack dependencies to latest sub 5 compat [run ci] * chore: updating v8 snapshot cache * chore: updating v8 snapshot cache * chore: updating v8 snapshot cache * chore: build binaries [run ci] * chore: update snapshot for darwin * chore: downgrade tsconfig-paths-webpack-loader from v4 to v3 [run ci] * [run ci] * chore: add rimraf in @packages/runner to use in prebuild command to clear out dist directory to get windows compat [run ci] * don't pass -rf flags into rimraf as it is inherit with the command --------- Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
14 lines
397 B
JSON
14 lines
397 B
JSON
{
|
|
"name": "@test-project/webpack-preprocessor-ts-loader-compiler-options",
|
|
"version": "0.0.0-test",
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/preset-env": "7.9.0",
|
|
"@cypress/webpack-preprocessor": "file:../../../npm/webpack-preprocessor",
|
|
"babel-loader": "8.3.0",
|
|
"cypress": "file:../../../cli/build",
|
|
"ts-loader": "7.0.4",
|
|
"typescript": "4.2.3"
|
|
}
|
|
}
|