ci: Fix custom docker builds (no-changelog) (#9702)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-06-11 15:41:38 +02:00 committed by GitHub
parent 19ee96230d
commit 90f8b919fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,6 @@
"dependencies": {
"@ngneat/falso": "^7.2.0",
"@sinonjs/fake-timers": "^11.2.2",
"cross-env": "^7.0.3",
"cypress": "^13.11.0",
"cypress-otp": "^1.0.3",
"cypress-real-events": "^1.12.0",

View file

@ -96,6 +96,7 @@
"@types/lodash-es": "^4.17.6",
"@types/luxon": "^3.2.0",
"@types/uuid": "^8.3.2",
"cross-env": "^7.0.3",
"miragejs": "^0.1.48",
"unplugin-icons": "^0.17.0"
},

View file

@ -128,9 +128,6 @@ importers:
'@sinonjs/fake-timers':
specifier: ^11.2.2
version: 11.2.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
cypress:
specifier: ^13.11.0
version: 13.11.0
@ -1306,6 +1303,9 @@ importers:
'@types/uuid':
specifier: ^8.3.2
version: 8.3.4
cross-env:
specifier: ^7.0.3
version: 7.0.3
miragejs:
specifier: ^0.1.48
version: 0.1.48