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": {
|
"dependencies": {
|
||||||
"@ngneat/falso": "^7.2.0",
|
"@ngneat/falso": "^7.2.0",
|
||||||
"@sinonjs/fake-timers": "^11.2.2",
|
"@sinonjs/fake-timers": "^11.2.2",
|
||||||
"cross-env": "^7.0.3",
|
|
||||||
"cypress": "^13.11.0",
|
"cypress": "^13.11.0",
|
||||||
"cypress-otp": "^1.0.3",
|
"cypress-otp": "^1.0.3",
|
||||||
"cypress-real-events": "^1.12.0",
|
"cypress-real-events": "^1.12.0",
|
||||||
|
|
|
@ -96,6 +96,7 @@
|
||||||
"@types/lodash-es": "^4.17.6",
|
"@types/lodash-es": "^4.17.6",
|
||||||
"@types/luxon": "^3.2.0",
|
"@types/luxon": "^3.2.0",
|
||||||
"@types/uuid": "^8.3.2",
|
"@types/uuid": "^8.3.2",
|
||||||
|
"cross-env": "^7.0.3",
|
||||||
"miragejs": "^0.1.48",
|
"miragejs": "^0.1.48",
|
||||||
"unplugin-icons": "^0.17.0"
|
"unplugin-icons": "^0.17.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -128,9 +128,6 @@ importers:
|
||||||
'@sinonjs/fake-timers':
|
'@sinonjs/fake-timers':
|
||||||
specifier: ^11.2.2
|
specifier: ^11.2.2
|
||||||
version: 11.2.2
|
version: 11.2.2
|
||||||
cross-env:
|
|
||||||
specifier: ^7.0.3
|
|
||||||
version: 7.0.3
|
|
||||||
cypress:
|
cypress:
|
||||||
specifier: ^13.11.0
|
specifier: ^13.11.0
|
||||||
version: 13.11.0
|
version: 13.11.0
|
||||||
|
@ -1306,6 +1303,9 @@ importers:
|
||||||
'@types/uuid':
|
'@types/uuid':
|
||||||
specifier: ^8.3.2
|
specifier: ^8.3.2
|
||||||
version: 8.3.4
|
version: 8.3.4
|
||||||
|
cross-env:
|
||||||
|
specifier: ^7.0.3
|
||||||
|
version: 7.0.3
|
||||||
miragejs:
|
miragejs:
|
||||||
specifier: ^0.1.48
|
specifier: ^0.1.48
|
||||||
version: 0.1.48
|
version: 0.1.48
|
||||||
|
|
Loading…
Reference in a new issue