fix
This commit is contained in:
11
lerna.json
11
lerna.json
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
|
"packages": [
|
||||||
"packages": ["packages/*"],
|
"packages/*"
|
||||||
"workspace": ["packages/*", "projects/*"]
|
],
|
||||||
|
"workspace": [
|
||||||
|
"packages/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
20149
package-lock.json
generated
20149
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,16 +5,16 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/runtime": "^7.12.5",
|
||||||
"@types/react": "^18.0.35",
|
"@types/react": "^18.0.35",
|
||||||
"antd": "^5.4.2",
|
"antd": "^5.4.2",
|
||||||
"babel-plugin-import": "^1.13.6",
|
"babel-plugin-import": "^1.13.6",
|
||||||
|
"father": "^4.1.8",
|
||||||
"lerna": "^6.6.1",
|
"lerna": "^6.6.1",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "lerna exec npm run dev",
|
|
||||||
"build": "lerna exec npm run build",
|
|
||||||
"clean": "lerna exec -- rm -rf ./dist"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cnpm": "^9.1.0"
|
"cnpm": "^9.1.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lishican/antbank-platform-hooks",
|
"name": "@lishican/antbank-platform-hooks",
|
||||||
"version": "0.0.5",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
"types": "dist/esm/index.d.ts",
|
"types": "dist/esm/index.d.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lishican/antbank-platform-ui",
|
"name": "@lishican/antbank-platform-ui",
|
||||||
"version": "0.0.5",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
"types": "dist/esm/index.d.ts",
|
"types": "dist/esm/index.d.ts",
|
||||||
@@ -31,8 +31,8 @@
|
|||||||
"react-dom": ">=16.9.0"
|
"react-dom": ">=16.9.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lishican/antbank-platform-hooks": "^0.0.5",
|
"@lishican/antbank-platform-hooks": "^0.0.1",
|
||||||
"@lishican/antbank-platform-ui": "^0.0.5",
|
"@lishican/antbank-platform-ui": "^0.0.1",
|
||||||
"styled-components": "^5.3.9"
|
"styled-components": "^5.3.9"
|
||||||
},
|
},
|
||||||
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
|
"gitHead": "b2627a6b62138d5dff798892c30f464370146f13"
|
||||||
|
|||||||
15363
pnpm-lock.yaml
generated
Normal file
15363
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
packages:
|
||||||
|
# all packages in subdirs of packages/ and components/
|
||||||
|
- 'packages/**'
|
||||||
|
- 'projects/**'
|
||||||
@@ -32,8 +32,8 @@
|
|||||||
"umi": "^4.0.65"
|
"umi": "^4.0.65"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lishican/antbank-platform-hooks": "*",
|
"@lishican/antbank-platform-hooks": "^0.0.3",
|
||||||
"@lishican/antbank-platform-ui": "*",
|
"@lishican/antbank-platform-ui": "^0.0.3",
|
||||||
"@types/react": "^18.0.33",
|
"@types/react": "^18.0.33",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@umijs/plugins": "^4.0.65",
|
"@umijs/plugins": "^4.0.65",
|
||||||
|
|||||||
@@ -26,14 +26,14 @@
|
|||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@lishican/antbank-platform-hooks": "workspace:^0.0.1",
|
||||||
|
"@lishican/antbank-platform-ui": "workspace:^0.0.1",
|
||||||
"antd": "^5.4.2",
|
"antd": "^5.4.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"umi": "^4.0.65"
|
"umi": "^4.0.65"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lishican/antbank-platform-hooks": "*",
|
|
||||||
"@lishican/antbank-platform-ui": "*",
|
|
||||||
"@types/react": "^18.0.33",
|
"@types/react": "^18.0.33",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@umijs/plugins": "^4.0.65",
|
"@umijs/plugins": "^4.0.65",
|
||||||
|
|||||||
8448
yarn-error.log
8448
yarn-error.log
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user