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:
@ -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": {},
|
||||
|
||||
@ -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"],
|
||||
|
||||
@ -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",
|
||||
|
||||
563
common/config/subspaces/default/pnpm-lock.yaml
generated
563
common/config/subspaces/default/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user