Bump @cypress/schematic from 1.7.0 to 2.0.0 in /src-ui

Bumps [@cypress/schematic](https://github.com/cypress-io/cypress) from 1.7.0 to 2.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.7.0...@cypress/schematic-v2.0.0)

---
updated-dependencies:
- dependency-name: "@cypress/schematic"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-01 21:10:21 +00:00 committed by GitHub
parent 3df21fcaa3
commit 74d5724092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View File

@ -16,6 +16,7 @@
"@angular/platform-browser": "~13.3.11", "@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11", "@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11", "@angular/router": "~13.3.11",
"@cypress/schematic": "^2.0.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.2", "@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@ng-select/ng-select": "^8.1.1", "@ng-select/ng-select": "^8.1.1",
"@ngneat/dirty-check-forms": "^3.0.2", "@ngneat/dirty-check-forms": "^3.0.2",
@ -49,7 +50,7 @@
"wait-on": "~6.0.1" "wait-on": "~6.0.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^1.6.0", "@cypress/schematic": "^2.0.0",
"cypress": "~9.6.0" "cypress": "~9.6.0"
} }
}, },
@ -4168,9 +4169,9 @@
} }
}, },
"node_modules/@cypress/schematic": { "node_modules/@cypress/schematic": {
"version": "1.7.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.0.0.tgz",
"integrity": "sha512-CouQrVlZ+uHVVBQtmNoMYU9LyoSAmQTOLDpVjrdTdMPpJH1mWnHCL5OCMt+FZLR+43KRiWEvDUjNqSza11oGsQ==", "integrity": "sha512-cKIyL1Gm/EU+eXTwYpxgFLdToVIpJwJHvUW+MVYpnoacfvPUU3UhgJsicPihw6e0hR0j/WImBkaIEqjH1MZK4Q==",
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"@angular-devkit/architect": "^0.1202.10", "@angular-devkit/architect": "^0.1202.10",
@ -22591,9 +22592,9 @@
} }
}, },
"@cypress/schematic": { "@cypress/schematic": {
"version": "1.7.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-2.0.0.tgz",
"integrity": "sha512-CouQrVlZ+uHVVBQtmNoMYU9LyoSAmQTOLDpVjrdTdMPpJH1mWnHCL5OCMt+FZLR+43KRiWEvDUjNqSza11oGsQ==", "integrity": "sha512-cKIyL1Gm/EU+eXTwYpxgFLdToVIpJwJHvUW+MVYpnoacfvPUU3UhgJsicPihw6e0hR0j/WImBkaIEqjH1MZK4Q==",
"optional": true, "optional": true,
"requires": { "requires": {
"@angular-devkit/architect": "^0.1202.10", "@angular-devkit/architect": "^0.1202.10",

View File

@ -54,7 +54,7 @@
"wait-on": "~6.0.1" "wait-on": "~6.0.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"@cypress/schematic": "^1.6.0", "@cypress/schematic": "^2.0.0",
"cypress": "~9.6.0" "cypress": "~9.6.0"
} }
} }