X Tutup
Skip to content

Commit 96cf9ab

Browse files
authored
Merge pull request alibaba#3 from alibaba/hotfix/dependencies
fix: update dependencies to visible packages
2 parents 9eff0a2 + fafbe44 commit 96cf9ab

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/plugin-code-editor/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
"build-plugin-fusion",
55
{
6-
"themePackage": "@alife/theme-lowcode-light"
6+
"themePackage": "@alifd/theme-lowcode-light"
77
}
88
],
99
["@alilc/build-plugin-alt", {

packages/plugin-code-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@alib/build-scripts": "^0.1.32",
41-
"@alife/theme-lowcode-light": "^0.1.0",
41+
"@alifd/theme-lowcode-light": "^0.2.1",
4242
"@alilc/build-plugin-alt": "^1.0.0",
4343
"@alilc/lowcode-engine": "^1.0.0",
4444
"@alilc/lowcode-shell": "^1.0.0",

packages/plugin-datasource-pane/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
"build-plugin-fusion",
55
{
6-
"themePackage": "@alife/theme-lowcode-light"
6+
"themePackage": "@alifd/theme-lowcode-light"
77
}
88
],
99
"build-plugin-component",

packages/plugin-datasource-pane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"devDependencies": {
2727
"@alib/build-scripts": "^0.1.32",
28-
"@alife/theme-lowcode-light": "^0.1.0",
28+
"@alifd/theme-lowcode-light": "^0.2.1",
2929
"@alilc/build-plugin-alt": "beta",
3030
"@alilc/lowcode-engine": "beta",
3131
"@alilc/lowcode-types": "beta",

packages/plugin-schema/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[
1010
"build-plugin-fusion",
1111
{
12-
"themePackage": "@alife/theme-lowcode-light"
12+
"themePackage": "@alifd/theme-lowcode-light"
1313
}
1414
]
1515
]

packages/plugin-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@alib/build-scripts": "^0.1.32",
32-
"@alife/theme-lowcode-light": "^0.1.0",
32+
"@alifd/theme-lowcode-light": "^0.2.1",
3333
"@alilc/build-plugin-alt": "^1.0.0",
3434
"@alilc/lowcode-engine": "^1.0.0",
3535
"@alilc/lowcode-shell": "^1.0.0",

packages/plugin-undo-redo/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[
1010
"build-plugin-fusion",
1111
{
12-
"themePackage": "@alife/theme-lowcode-light"
12+
"themePackage": "@alifd/theme-lowcode-light"
1313
}
1414
],
1515
["build-plugin-moment-locales", {

packages/plugin-zh-en/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[
1010
"build-plugin-fusion",
1111
{
12-
"themePackage": "@alife/theme-lowcode-light"
12+
"themePackage": "@alifd/theme-lowcode-light"
1313
}
1414
]
1515
]

0 commit comments

Comments
 (0)
X Tutup