From c0078715c1c21d012b094b8932c04756eef63c17 Mon Sep 17 00:00:00 2001 From: Kyle McDonald Date: Wed, 11 Mar 2026 09:48:38 -0500 Subject: [PATCH 1/2] test: dep changes --- examples/nextjs-app-dir-example/package.json | 2 +- examples/nextjs-example/package.json | 2 +- packages/react/package.json | 2 +- yarn.lock | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/nextjs-app-dir-example/package.json b/examples/nextjs-app-dir-example/package.json index 2d80fc721..4948c4990 100644 --- a/examples/nextjs-app-dir-example/package.json +++ b/examples/nextjs-app-dir-example/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^9.9.0", "@knocklabs/node": "^1.11.2", "@knocklabs/react": "workspace:*", - "@telegraph/button": "^0.4.1", + "@telegraph/button": "^0.4.0", "@telegraph/combobox": "^0.2.2", "@telegraph/icon": "^0.4.0", "@telegraph/input": "^0.2.2", diff --git a/examples/nextjs-example/package.json b/examples/nextjs-example/package.json index c601dcbb4..0228bdbe9 100644 --- a/examples/nextjs-example/package.json +++ b/examples/nextjs-example/package.json @@ -16,7 +16,7 @@ "@faker-js/faker": "^9.9.0", "@knocklabs/node": "^1.11.2", "@knocklabs/react": "workspace:^", - "@telegraph/button": "^0.4.1", + "@telegraph/button": "^0.4.0", "@telegraph/combobox": "^0.2.2", "@telegraph/icon": "^0.4.0", "@telegraph/input": "^0.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index 84969193a..ddbb6af9c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -77,7 +77,7 @@ "@popperjs/core": "^2.11.8", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-hover-card": "^1.1.15", - "@telegraph/button": "^0.4.1", + "@telegraph/button": "^0.4.0", "@telegraph/combobox": "^0.2.2", "@telegraph/icon": "^0.4.0", "@telegraph/layout": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index fcfcce562..5a19eed49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4549,7 +4549,7 @@ __metadata: "@radix-ui/react-dialog": "npm:^1.1.15" "@radix-ui/react-hover-card": "npm:^1.1.15" "@tanstack/react-router": "npm:1.134.12" - "@telegraph/button": "npm:^0.4.1" + "@telegraph/button": "npm:^0.4.0" "@telegraph/combobox": "npm:^0.2.2" "@telegraph/icon": "npm:^0.4.0" "@telegraph/layout": "npm:^0.4.0" @@ -16540,7 +16540,7 @@ __metadata: "@knocklabs/react": "workspace:*" "@knocklabs/typescript-config": "workspace:^" "@next/eslint-plugin-next": "npm:^15.3.1" - "@telegraph/button": "npm:^0.4.1" + "@telegraph/button": "npm:^0.4.0" "@telegraph/combobox": "npm:^0.2.2" "@telegraph/icon": "npm:^0.4.0" "@telegraph/input": "npm:^0.2.2" @@ -16581,7 +16581,7 @@ __metadata: "@knocklabs/react": "workspace:^" "@knocklabs/typescript-config": "workspace:^" "@next/eslint-plugin-next": "npm:^15.3.1" - "@telegraph/button": "npm:^0.4.1" + "@telegraph/button": "npm:^0.4.0" "@telegraph/combobox": "npm:^0.2.2" "@telegraph/icon": "npm:^0.4.0" "@telegraph/input": "npm:^0.2.2" From 972b342952107adf1d723f495a9c51a159efcfb3 Mon Sep 17 00:00:00 2001 From: knock-eng-bot Date: Wed, 11 Mar 2026 14:49:39 +0000 Subject: [PATCH 2/2] chore(deps): add changeset for dependency update --- .changeset/dependabot-pr-900.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-pr-900.md diff --git a/.changeset/dependabot-pr-900.md b/.changeset/dependabot-pr-900.md new file mode 100644 index 000000000..6446ce389 --- /dev/null +++ b/.changeset/dependabot-pr-900.md @@ -0,0 +1,5 @@ +--- +"@knocklabs/react": patch +--- + +test: dep changes