feat(plugin): support saas plugin (#2349)

Co-authored-by: yuwenbinjie <yuwenbinjie@bytedance.com>
Co-authored-by: ski <csu.zengxiaohui@gmail.com>
Co-authored-by: Ryo <fanlv@bytedance.com>
This commit is contained in:
junwen-lee
2025-10-21 10:43:48 +08:00
committed by GitHub
parent d5e913d76d
commit 6e02c861c7
254 changed files with 48874 additions and 2399 deletions

View File

@ -24,7 +24,7 @@
"tailwindcss@3.3.6>postcss": "8.4.49",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@coze-arch/coze-design": "0.0.6-alpha.101d0c",
"@coze-arch/coze-design": "0.0.7-alpha.985c0d",
"typescript": "5.8.2"
},
"globalPeerDependencyRules": {},

View File

@ -2,10 +2,10 @@
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/common-versions.schema.json",
"ensureConsistentVersions": true,
"preferredVersions": {
"@coze-arch/coze-design": "0.0.6-alpha.eec92c"
"@coze-arch/coze-design": "0.0.7-alpha.985c0d"
},
"allowedAlternativeVersions": {
"@coze-arch/coze-design": ["0.0.6-alpha.eec92c"],
"@coze-arch/coze-design": ["0.0.7-alpha.985c0d"],
"@rspack/cli": ["0.6.0"],
"@rspack/core": ["0.6.0", ">=0.7"],
"@rspack/plugin-react-refresh": ["0.6.0"],

View File

@ -9,7 +9,7 @@
}
},
"globalOverrides": {
"@coze-arch/coze-design": "0.0.6-alpha.eec92c",
"@coze-arch/coze-design": "0.0.7-alpha.985c0d",
"inversify": "6.0.2",
"sass@1.74.1>immutable": "3.8.2",
"web-streams-polyfill": "3.3.2",

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"preferredVersionsHash": "683e562f9f3624bdf732fefc244584f915173525"
"preferredVersionsHash": "952e3e1a65c3a8705213d584aa5dcb7365b57a96"
}

View File

@ -23,7 +23,7 @@ overrides:
tailwindcss@3.3.6>postcss: 8.4.49
'@types/react': 18.2.37
'@types/react-dom': 18.2.15
'@coze-arch/coze-design': 0.0.6-alpha.101d0c
'@coze-arch/coze-design': 0.0.7-alpha.985c0d
typescript: 5.8.2
importers: