From release v1.26, defining an Extension Pack now uses a new property called extensionPack instead of extensionDependencies in package.json. This is because extensionDependencies is mainly used to define functional dependencies and an Extension Pack should not have any functional dependencies with its bundled extensions and they should be manageable independent of the pack.
So please use extensionPack property for defining the pack.
From release v1.26, defining an Extension Pack now uses a new property called
extensionPack
instead ofextensionDependencies
in package.json. This is because extensionDependencies is mainly used to define functional dependencies and an Extension Pack should not have any functional dependencies with its bundled extensions and they should be manageable independent of the pack.So please use
extensionPack
property for defining the pack.For more details refer to Release notes