fix: use updated kitchen sink (#25006)

* fix: use updated kitchen sink

* test fixes, date update

* update yarn lock and cache
This commit is contained in:
Matt Henkes
2022-12-06 15:44:28 -06:00
committed by GitHub
parent 703d954e61
commit afb66abc70
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -80,12 +80,12 @@ describe('App: Specs', () => {
'cookies',
'cypress_api',
'files',
'local_storage',
'location',
'navigation',
'network_requests',
'querying',
'spies_stubs_clocks',
'storage',
'utilities',
'viewport',
'waiting',
+1 -1
View File
@@ -23,7 +23,7 @@
"devDependencies": {
"chai": "3.5.0",
"cross-env": "6.0.3",
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#994a943b76f1186c10ce083f48266cee2f76aeb4",
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-gh-pages": "0.6.0-6",
@@ -208,9 +208,10 @@ const handleClick = () => {
const versionReleaseDates = computed(() => {
return {
// Note, months are zero indexed.
'10': useTimeAgo(Date.UTC(2022, 5, 1)).value,
'11': useTimeAgo(Date.UTC(2022, 10, 8)).value,
'12': useTimeAgo(Date.UTC(2022, 12, 6)).value,
'12': useTimeAgo(Date.UTC(2022, 11, 6)).value,
}
})
@@ -3542,5 +3542,5 @@
"./tooling/v8-snapshot/cache/dev-darwin/snapshot-entry.js"
],
"deferredHashFile": "yarn.lock",
"deferredHash": "e48c44c628ea6b968dae0697bf1fb37e18bc69913676524512ca41dcff3a985a"
"deferredHash": "7da54eecbd832d3cd8ba75441a83e8c69c033664f25df5a2e43c1794d9d149de"
}
+2 -2
View File
@@ -13703,9 +13703,9 @@ cypress-each@^1.11.0:
resolved "https://registry.yarnpkg.com/cypress-each/-/cypress-each-1.11.0.tgz#013c9b43a950f157bcf082d4bd0bb424fb370441"
integrity sha512-zeqeQkppPL6BKLIJdfR5IUoZRrxRudApJapnFzWCkkrmefQSqdlBma2fzhmniSJ3TRhxe5xpK3W3/l8aCrHvwQ==
"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#994a943b76f1186c10ce083f48266cee2f76aeb4":
"cypress-example-kitchensink@https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799":
version "0.0.0-development"
resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#994a943b76f1186c10ce083f48266cee2f76aeb4"
resolved "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799"
dependencies:
npm-run-all "^4.1.2"
serve "11.3.0"