We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2b531 commit a469c89Copy full SHA for a469c89
scripts/build-runner/build.js
@@ -37,7 +37,7 @@ async function main() {
37
name: 'cloudbase-framework-registry',
38
dependencies: builtInPlugins.reduce(
39
(prev, cur) => {
40
- prev[`@cloudbase/${cur}`] = `^${coreVersion}`;
+ prev[`@cloudbase/${cur}`] = `<=${coreVersion}`;
41
return prev;
42
},
43
{
0 commit comments