Skip to content

Commit

Permalink
fix: 循环依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Sep 11, 2024
1 parent b48dc5a commit 809553a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@bifrostui/react": "^1.1.8-beta.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@testing-library/jest-dom": "^5.15.1",
Expand Down
1 change: 0 additions & 1 deletion packages/bui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"README.md"
],
"devDependencies": {
"@bifrostui/react": "^1.1.8-beta.1",
"chalk": "^4.1.2",
"fast-glob": "^3.3.1",
"father": "4.3.1",
Expand Down
19 changes: 11 additions & 8 deletions websites/mini-program/project.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"miniprogramRoot": "dist/",
"projectname": "mini",
"description": "",
"appid": "wx5ee52f8dc068c1fb",
"setting": {
Expand All @@ -16,18 +15,22 @@
"outputPath": ""
},
"condition": false,
"ignoreUploadUnusedFiles": true
"ignoreUploadUnusedFiles": true,
"coverView": false,
"showShadowRootInWxmlPanel": false,
"packNpmRelationList": []
},
"compileType": "miniprogram",
"libVersion": "2.32.3",
"srcMiniprogramRoot": "dist/",
"packOptions": {
"ignore": [],
"include": []
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
},
"libVersion": "2.32.3",
"packOptions": {
"ignore": [],
"include": []
},
"projectname": "mini"
}

0 comments on commit 809553a

Please sign in to comment.