Skip to content

Commit b1fc553

Browse files
committed
Override select and tokens in diagramming
1 parent df37b64 commit b1fc553

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
"eslint-plugin-jsx-a11y": "^6.10.2",
111111
"eslint-plugin-react": "^7.37.5",
112112
"eslint-plugin-react-hooks": "^7.0.1"
113+
},
114+
"@mongodb-js/diagramming": {
115+
"@leafygreen-ui/select": "^17.0.2",
116+
"@leafygreen-ui/tokens": "^4.1.0"
113117
}
114118
}
115119
}

packages/compass-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@leafygreen-ui/radio-group": "^13.0.10",
6969
"@leafygreen-ui/search-input": "^6.1.1",
7070
"@leafygreen-ui/segmented-control": "^11.0.11",
71-
"@leafygreen-ui/select": "^17.0.1",
71+
"@leafygreen-ui/select": "^17.0.2",
7272
"@leafygreen-ui/skeleton-loader": "^3.0.9",
7373
"@leafygreen-ui/split-button": "^6.1.7",
7474
"@leafygreen-ui/table": "^15.2.1",
@@ -85,7 +85,7 @@
8585
"@lg-chat/leafygreen-chat-provider": "^6.0.0",
8686
"@lg-chat/message": "^10.1.1",
8787
"@mongodb-js/compass-context-menu": "^0.3.1",
88-
"@mongodb-js/diagramming": "^2.2.1",
88+
"@mongodb-js/diagramming": "^2.2.2",
8989
"@react-aria/interactions": "^3.9.1",
9090
"@react-aria/utils": "^3.13.1",
9191
"@react-aria/visually-hidden": "^3.3.1",

0 commit comments

Comments
 (0)