Skip to content

Commit 6d45f0e

Browse files
committed
update package json
1 parent fb638d3 commit 6d45f0e

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

packages/wizard/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,23 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@leafygreen-ui/button": "workspace:^",
3130
"@leafygreen-ui/compound-component": "workspace:^",
3231
"@leafygreen-ui/emotion": "workspace:^",
3332
"@leafygreen-ui/form-footer": "workspace:^",
3433
"@leafygreen-ui/hooks": "workspace:^",
3534
"@leafygreen-ui/lib": "workspace:^",
3635
"@leafygreen-ui/polymorphic": "workspace:^",
3736
"@leafygreen-ui/tokens": "workspace:^",
38-
"@leafygreen-ui/typography": "workspace:^",
39-
"@lg-tools/test-harnesses": "workspace:^",
40-
"date-fns": "^2.30.0"
37+
"@lg-tools/test-harnesses": "workspace:^"
4138
},
4239
"devDependencies": {
4340
"@faker-js/faker": "^8.0.0",
44-
"@leafygreen-ui/badge": "workspace:^",
4541
"@leafygreen-ui/button": "workspace:^",
42+
"@leafygreen-ui/badge": "workspace:^",
43+
"@leafygreen-ui/banner": "workspace:^",
4644
"@leafygreen-ui/card": "workspace:^",
4745
"@leafygreen-ui/checkbox": "workspace:^",
4846
"@leafygreen-ui/expandable-card": "workspace:^",
49-
"@leafygreen-ui/form-footer": "workspace:^",
5047
"@leafygreen-ui/icon": "workspace:^",
5148
"@leafygreen-ui/loading-indicator": "workspace:^",
5249
"@leafygreen-ui/segmented-control": "workspace:^",

pnpm-lock.yaml

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

tools/install/src/ALL_PACKAGES.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export const ALL_PACKAGES = [
7979
'@leafygreen-ui/tooltip',
8080
'@leafygreen-ui/typography',
8181
'@leafygreen-ui/vertical-stepper',
82+
'@leafygreen-ui/wizard',
8283
'@lg-charts/chart-card',
8384
'@lg-charts/colors',
8485
'@lg-charts/core',

0 commit comments

Comments
 (0)