Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Oct 23, 2024
1 parent 8e48ca1 commit 4b77f98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gen_enforced_dependency(WorkspaceCwd, DependencyIdent, null, 'devDependencies')

% Force all workspace dependencies to be made explicit
% https://yarnpkg.com/features/constraints#force-all-workspace-dependencies-to-be-made-explicit
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, 'workspace:*', DependencyType) :-
gen_enforced_dependency(WorkspaceCwd, DependencyIdent, 'workspace:^', DependencyType) :-
workspace_ident(_, DependencyIdent),
workspace_has_dependency(WorkspaceCwd, DependencyIdent, _, DependencyType).

7 changes: 1 addition & 6 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,18 +465,13 @@
"ahooks": "^3.8.1",
"antd": "5.21.5",
"dayjs": "1.11.13",
"dequal": "2.0.3",
"eslint": "9.13.0",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-ace": "^12.0.0",
"react-dom": "18.3.1",
"react-is": "^18.3.1",
"sql-formatter": "^15.4.5",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"xml-formatter": "^3.6.3"
"vitest": "2.1.3"
},
"peerDependencies": {
"@dimjs/lang": ">=2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@dimjs/model": "^2.0.1",
"@dimjs/model-react": "^2.0.1",
"@dimjs/utils": "^2.0.2",
"@hyperse/antd": "workspace:*",
"@hyperse/utils": "workspace:*",
"@hyperse/antd": "workspace:^",
"@hyperse/utils": "workspace:^",
"@wove/react": "^2.0.2",
"antd": "^5.21.5",
"react": "^18.3.1",
Expand Down
9 changes: 1 addition & 8 deletions packages/pro-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,11 @@
"antd": "5.21.5",
"cropperjs": "^1.6.2",
"dayjs": "1.11.13",
"dequal": "2.0.3",
"eslint": "9.13.0",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-ace": "^12.0.0",
"react-dom": "18.3.1",
"react-is": "^18.3.1",
"sql-formatter": "^15.4.5",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"xml-formatter": "^3.6.3"
"vitest": "2.1.3"
},
"peerDependencies": {
"@ant-design/icons": ">=5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3342,7 +3342,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperse/antd@workspace:*, @hyperse/antd@workspace:^, @hyperse/antd@workspace:packages/antd":
"@hyperse/antd@workspace:^, @hyperse/antd@workspace:packages/antd":
version: 0.0.0-use.local
resolution: "@hyperse/antd@workspace:packages/antd"
dependencies:
Expand Down Expand Up @@ -3418,9 +3418,9 @@ __metadata:
"@dimjs/model-react": "npm:^2.0.1"
"@dimjs/utils": "npm:^2.0.2"
"@flatjs/cli": "npm:2.1.9"
"@hyperse/antd": "workspace:*"
"@hyperse/antd": "workspace:^"
"@hyperse/eslint-config-hyperse": "npm:^1.2.4"
"@hyperse/utils": "workspace:*"
"@hyperse/utils": "workspace:^"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
"@wove/react": "npm:^2.0.2"
Expand Down Expand Up @@ -3567,7 +3567,7 @@ __metadata:
languageName: node
linkType: hard

"@hyperse/utils@npm:^1.0.2, @hyperse/utils@workspace:*, @hyperse/utils@workspace:^, @hyperse/utils@workspace:packages/utils":
"@hyperse/utils@npm:^1.0.2, @hyperse/utils@workspace:^, @hyperse/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@hyperse/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 4b77f98

Please sign in to comment.