mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix custom docker builds (no-changelog) (#9702)
This commit is contained in:
parent
19ee96230d
commit
90f8b919fa
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue