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,
|
||||
|
||||
"packages": ["packages/*"],
|
||||
"workspace": ["packages/*", "projects/*"]
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"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/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@types/react": "^18.0.35",
|
||||
"antd": "^5.4.2",
|
||||
"babel-plugin-import": "^1.13.6",
|
||||
"father": "^4.1.8",
|
||||
"lerna": "^6.6.1",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "lerna exec npm run dev",
|
||||
"build": "lerna exec npm run build",
|
||||
"clean": "lerna exec -- rm -rf ./dist"
|
||||
|
||||
},
|
||||
"dependencies": {
|
||||
"cnpm": "^9.1.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lishican/antbank-platform-hooks",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"module": "dist/esm/index.js",
|
||||
"types": "dist/esm/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lishican/antbank-platform-ui",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"module": "dist/esm/index.js",
|
||||
"types": "dist/esm/index.d.ts",
|
||||
@@ -31,8 +31,8 @@
|
||||
"react-dom": ">=16.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lishican/antbank-platform-hooks": "^0.0.5",
|
||||
"@lishican/antbank-platform-ui": "^0.0.5",
|
||||
"@lishican/antbank-platform-hooks": "^0.0.1",
|
||||
"@lishican/antbank-platform-ui": "^0.0.1",
|
||||
"styled-components": "^5.3.9"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lishican/antbank-platform-hooks": "*",
|
||||
"@lishican/antbank-platform-ui": "*",
|
||||
"@lishican/antbank-platform-hooks": "^0.0.3",
|
||||
"@lishican/antbank-platform-ui": "^0.0.3",
|
||||
"@types/react": "^18.0.33",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@umijs/plugins": "^4.0.65",
|
||||
|
||||
@@ -26,14 +26,14 @@
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lishican/antbank-platform-hooks": "workspace:^0.0.1",
|
||||
"@lishican/antbank-platform-ui": "workspace:^0.0.1",
|
||||
"antd": "^5.4.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"umi": "^4.0.65"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lishican/antbank-platform-hooks": "*",
|
||||
"@lishican/antbank-platform-ui": "*",
|
||||
"@types/react": "^18.0.33",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@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