1
0
mirror of https://github.com/quay/quay.git synced 2026-01-29 08:42:15 +03:00
Files
quay/config-tool/pkg/lib/editor/package.json
dependabot[bot] 6afb41d5f4 build(deps): bump @cypress/request and cypress in /config-tool/pkg/lib/editor (#2259)
build(deps): bump @cypress/request and cypress

Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1)

Updates `cypress` from 12.17.4 to 13.2.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.17.4...v13.2.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 19:05:25 +00:00

93 lines
2.6 KiB
JSON

{
"name": "quay-config-editor",
"license": "UNLICENSED",
"private": true,
"version": "1.0.0",
"scripts": {
"clean": "rm -f static/build/*",
"watch": "npm run clean && webpack --watch --mode=development",
"build": "npm run clean && NODE_ENV=production webpack --mode=production --progress",
"dev-build": "npm run clean && webpack --mode=development"
},
"repository": {
"type": "git",
"url": "https://github.com/quay/quay.git",
"directory": "config-tool"
},
"homepage": "https://github.com/quay/quay/tree/HEAD/config-tool#readme",
"dependencies": {
"angular": "1.6.2",
"angular-animate": "1.6.2",
"angular-cookies": "1.6.2",
"angular-file-upload": "^2.6.0",
"angular-route": "1.6.2",
"angular-sanitize": "1.6.2",
"bootbox": "^5.4.0",
"bootstrap": "^3.3.2",
"bootstrap-datepicker": "^1.6.4",
"cal-heatmap": "^3.3.10",
"clipboard": "^1.6.1",
"core-js": "^2.4.1",
"d3": "^3.3.3",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"file-saver": "^1.3.8",
"highlight.js": "^11.8.0",
"jquery": "3.5.0",
"js-yaml": "^3.14.0",
"jsrsasign": "^10.5.25",
"jszip": "^3.8.0",
"moment": "^2.29",
"moment-timezone": "^0.5.35",
"ng-metadata": "^4.0.1",
"node-forge": "^0.10.0",
"raven-js": "^3.1.0",
"restangular": "^1.6.1",
"rxjs": "5.5.7",
"showdown": "^1.6.4",
"underscore": "^1.5.2",
"urijs": "^1.19.11",
"url-parse": "^1.4.0",
"uuid": "^8.3.1",
"zeroclipboard": "^2.3.0"
},
"devDependencies": {
"@types/angular": "1.6.2",
"@types/angular-mocks": "^1.7.1",
"@types/angular-route": "^1.3.3",
"@types/angular-sanitize": "^1.3.4",
"@types/core-js": "^0.9.39",
"@types/jasmine": "^2.5.41",
"@types/jquery": "^2.0.40",
"@types/node": "^14.0.27",
"@types/showdown": "^1.4.32",
"angular-mocks": "1.8.3",
"css-loader": "6.8.1",
"html-loader": "^0.4.5",
"jasmine-core": "^2.5.2",
"jasmine-ts": "0.0.3",
"karma": "^6.4.1",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^0.5.5",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^0.3.8",
"karma-webpack": "^5.0.0",
"ngtemplate-loader": "^2.1.0",
"protractor": "^5.1.2",
"script-loader": "^0.7.0",
"source-map-loader": "1.1.3",
"style-loader": "0.13.2",
"terser-webpack-plugin": "^2.1.2",
"ts-loader": "6.2.0",
"ts-mocks": "^0.2.2",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"typescript": "3.6.3",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "4.10.0"
},
"optionalDependencies": {
"cypress": "^13.2.0"
}
}