Skip to content

Commit 9737a8e

Browse files
zzcrgimmyhehe
andauthored
fix: fixed an issue where pipeline errors were caused by the gradient-parser package dependency. (#3825)
* chore: update changelog * fix(grid): fix grid error when columns config from null change to empty array (#3817) * fix: 修复gradient-parser包依赖导致流水线报错问题 --------- Co-authored-by: gimmyhehe <975402925@qq.com>
1 parent 76d51c6 commit 9737a8e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/modules.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,14 +1010,20 @@
10101010
"type": "component",
10111011
"exclude": false,
10121012
"mode": [
1013-
"mobile-first"
1013+
"mobile-first",
1014+
"pc"
10141015
]
10151016
},
10161017
"ExceptionMobileFirst": {
10171018
"path": "vue/src/exception/src/mobile-first.vue",
10181019
"type": "template",
10191020
"exclude": false
10201021
},
1022+
"ExceptionPc": {
1023+
"path": "vue/src/exception/src/pc.vue",
1024+
"type": "template",
1025+
"exclude": false
1026+
},
10211027
"FallMenu": {
10221028
"path": "vue/src/fall-menu/index.ts",
10231029
"type": "component",

packages/vue/src/color-select-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@opentiny/vue-option": "workspace:~",
1919
"@opentiny/vue-renderless": "workspace:~",
2020
"@opentiny/vue-select": "workspace:~",
21-
"@opentiny/vue-theme": "workspace:~",
22-
"gradient-parser": "^1.1.1"
21+
"@opentiny/vue-theme": "workspace:~"
2322
},
2423
"devDependencies": {
2524
"@opentiny-internal/vue-test-utils": "workspace:*",
2625
"@types/gradient-parser": "^1.1.0",
26+
"gradient-parser": "^1.1.0",
2727
"vitest": "catalog:"
2828
}
2929
}

0 commit comments

Comments
 (0)