Skip to content

Commit

Permalink
fix(platform): dedupe sigi di which causes unresolved injections
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi.levi committed Feb 9, 2023
1 parent a618e87 commit 0aac1e5
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 844 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"packages/runner/*"
],
"devDependencies": {
"@abraham/reflection": "^0.10.0",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/config-lerna-scopes": "^17.0.2",
"@graphql-codegen/add": "^4.0.0",
Expand Down Expand Up @@ -92,7 +91,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript": "~4.7.4",
"vite": "^3.0.2",
"wait-on": "^7.0.0",
"webpack": "^5.73.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundle-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@ant-design/icons": "^5.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fluentui/react": "^8.81.1",
"@fluentui/theme": "^2.6.7",
"@fluentui/react": "^8.105.5",
"@fluentui/theme": "^2.6.22",
"@mdx-js/react": "^2.1.2",
"@perfsee/components": "workspace:*",
"@perfsee/dls": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@ant-design/icons": "^5.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fluentui/react": "^8.81.1",
"@fluentui/theme": "^2.6.7",
"@fluentui/react": "^8.105.5",
"@fluentui/theme": "^2.6.22",
"@mdx-js/react": "^2.1.2",
"@perfsee/dls": "workspace:*",
"@perfsee/schema": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/dls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.3",
"@fluentui/react": "^8.81.1",
"@fluentui/theme": "^2.6.7",
"@fluentui/react": "^8.105.5",
"@fluentui/theme": "^2.6.22",
"color-converters": "^0.1.1",
"react": "^18.2.0"
}
Expand Down
11 changes: 5 additions & 6 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fluentui/react": "^8.81.1",
"@fluentui/react-hooks": "^8.6.11",
"@fluentui/react-icons-mdl2": "^1.3.12",
"@fluentui/theme": "^2.6.7",
"@fluentui/utilities": "^8.9.0",
"@fluentui/react": "^8.105.5",
"@fluentui/react-hooks": "^8.6.16",
"@fluentui/react-icons-mdl2": "^1.3.31",
"@fluentui/theme": "^2.6.22",
"@fluentui/utilities": "^8.13.6",
"@mdx-js/react": "^2.1.2",
"@perfsee/bundle-report": "workspace:*",
"@perfsee/dls": "workspace:*",
Expand All @@ -32,7 +32,6 @@
"@sigi/core": "^2.12.1",
"@sigi/di": "^2.11.3",
"@sigi/react": "^2.12.2",
"@sigi/react-router": "^2.12.2",
"color": "^4.2.3",
"color-converters": "^0.1.1",
"dayjs": "^1.11.3",
Expand Down

0 comments on commit 0aac1e5

Please sign in to comment.