mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
* develop: (35 commits) fix(deps): update dependency url-parse to v1.5.6 [security] (#20270) chore: fix cache keys to include PLATFORM (#20279) chore: fix server performance flake (#20271) test(system-tests): support docker-based tests against built binary (#20250) chore: fix system-test-firefox screenshots_spec flake (#20268) chore(deps): update dependency fs-extra to v9 🌟 (#19939) fix: Wait for child process to be ready (#19792) fix: treat form-data bodies as binary (#20144) test: replace cypress-test-example-repos coverage + remove bump (#20186) fix(driver): update wrapErr to ignore number and boolean values (#20172) release 9.5.0 [skip ci] chore: Update Chrome (stable) to 98.0.4758.102 (#20192) chore: enable volar.takeOverMode Add span names, merge develop fix: Update `.type(' ')` to not emit clicks when the keyup event has been prevented (#20156) test: remove redundant "other projects" CI jobs (#20133) chore(driver): move cy.focused and cy.root into their own files (#20054) Move sending root event to own script chore: release @cypress/vue-v3.1.1 chore: release @cypress/react-v5.12.3 ...
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@packages/network",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-prod": "tsc --project .",
|
|
"clean": "rimraf 'lib/**/*.js'",
|
|
"clean-deps": "rimraf node_modules",
|
|
"test": "yarn test-unit",
|
|
"test-debug": "yarn test-unit --inspect-brk=5566",
|
|
"test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
|
|
"test-watch": "yarn test-unit --watch"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/parse-domain": "2.4.0",
|
|
"bluebird": "3.5.3",
|
|
"concat-stream": "1.6.2",
|
|
"debug": "^4.3.2",
|
|
"fs-extra": "9.1.0",
|
|
"lodash": "^4.17.21",
|
|
"node-forge": "1.0.0",
|
|
"proxy-from-env": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/request": "2.88.10",
|
|
"@cypress/request-promise": "4.2.6",
|
|
"@packages/https-proxy": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"@types/concat-stream": "1.6.0",
|
|
"express": "4.17.1",
|
|
"mocha": "6.2.2",
|
|
"rimraf": "3.0.2",
|
|
"sinon": "7.3.1",
|
|
"sinon-chai": "3.3.0",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"types": "./lib/index.ts"
|
|
}
|