Skip to content

Commit 4cc5bac

Browse files
authored
chore: upgrade telegraph packages to fix dashboard dep conflict (#903)
1 parent 796e7f0 commit 4cc5bac

5 files changed

Lines changed: 152 additions & 122 deletions

File tree

.changeset/real-hard-tall.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@knocklabs/react": patch
3+
---
4+
5+
chore(deps): bump the telegraph-packages group with 8 updates

examples/nextjs-app-dir-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@faker-js/faker": "^9.9.0",
1515
"@knocklabs/node": "^1.11.2",
1616
"@knocklabs/react": "workspace:*",
17-
"@telegraph/button": "^0.4.1",
18-
"@telegraph/combobox": "^0.2.2",
17+
"@telegraph/button": "^0.5.0",
18+
"@telegraph/combobox": "^0.2.3",
1919
"@telegraph/icon": "^0.4.0",
20-
"@telegraph/input": "^0.2.2",
21-
"@telegraph/layout": "^0.4.0",
22-
"@telegraph/select": "^0.0.85",
23-
"@telegraph/textarea": "^0.1.9",
20+
"@telegraph/input": "^0.3.0",
21+
"@telegraph/layout": "^0.5.0",
22+
"@telegraph/select": "^0.0.86",
23+
"@telegraph/textarea": "^0.2.0",
2424
"@telegraph/tokens": "^0.1.4",
25-
"@telegraph/typography": "^0.2.0",
25+
"@telegraph/typography": "^0.2.1",
2626
"framer-motion": "^12.28.1",
2727
"next": "npm:next@15.3.6",
2828
"next-seo": "^6.8.0",

examples/nextjs-example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@faker-js/faker": "^9.9.0",
1717
"@knocklabs/node": "^1.11.2",
1818
"@knocklabs/react": "workspace:^",
19-
"@telegraph/button": "^0.4.1",
20-
"@telegraph/combobox": "^0.2.2",
19+
"@telegraph/button": "^0.5.0",
20+
"@telegraph/combobox": "^0.2.3",
2121
"@telegraph/icon": "^0.4.0",
22-
"@telegraph/input": "^0.2.2",
23-
"@telegraph/layout": "^0.4.0",
24-
"@telegraph/select": "^0.0.85",
25-
"@telegraph/textarea": "^0.1.9",
22+
"@telegraph/input": "^0.3.0",
23+
"@telegraph/layout": "^0.5.0",
24+
"@telegraph/select": "^0.0.86",
25+
"@telegraph/textarea": "^0.2.0",
2626
"@telegraph/tokens": "^0.1.4",
27-
"@telegraph/typography": "^0.2.0",
27+
"@telegraph/typography": "^0.2.1",
2828
"framer-motion": "^12.28.1",
2929
"next": "15.3.6",
3030
"next-seo": "^6.8.0",

packages/react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@
7777
"@popperjs/core": "^2.11.8",
7878
"@radix-ui/react-dialog": "^1.1.15",
7979
"@radix-ui/react-hover-card": "^1.1.15",
80-
"@telegraph/button": "^0.4.1",
81-
"@telegraph/combobox": "^0.2.2",
80+
"@telegraph/button": "^0.5.0",
81+
"@telegraph/combobox": "^0.2.3",
8282
"@telegraph/icon": "^0.4.0",
83-
"@telegraph/layout": "^0.4.0",
84-
"@telegraph/segmented-control": "^0.2.1",
85-
"@telegraph/select": "^0.0.85",
86-
"@telegraph/tag": "^0.1.3",
83+
"@telegraph/layout": "^0.5.0",
84+
"@telegraph/segmented-control": "^0.2.2",
85+
"@telegraph/select": "^0.0.86",
86+
"@telegraph/tag": "^0.1.4",
8787
"@telegraph/tokens": "^0.1.4",
88-
"@telegraph/tooltip": "0.1.2",
89-
"@telegraph/typography": "^0.2.0",
88+
"@telegraph/tooltip": "0.1.3",
89+
"@telegraph/typography": "^0.2.1",
9090
"clsx": "^2.1.1",
9191
"lodash.debounce": "^4.0.8",
9292
"lucide-react": "^0.544.0"

0 commit comments

Comments
 (0)