From 932fd55d639d7f2bcedb095d60ba068d33784f4f Mon Sep 17 00:00:00 2001 From: ocavue Date: Thu, 19 Dec 2024 15:55:00 +1100 Subject: [PATCH] chore(deps): update changeset (#121) --- .changeset/config.json | 2 +- .github/actions/setup/action.yml | 2 +- e2e/src/svelte/components/Editor.svelte | 2 +- e2e/src/svelte/components/Paragraph.svelte | 2 +- examples/solid/package.json | 6 +- examples/solid/pnpm-lock.yaml | 1357 ----------------- examples/svelte/src/components/Editor.svelte | 2 +- .../svelte/src/components/Paragraph.svelte | 2 +- package.json | 6 +- pnpm-lock.yaml | 754 ++------- 10 files changed, 172 insertions(+), 1963 deletions(-) delete mode 100644 examples/solid/pnpm-lock.yaml diff --git a/.changeset/config.json b/.changeset/config.json index d31b3f3..2ebe7b8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,5 +1,5 @@ { - "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", + "$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json", "changelog": "@changesets/cli/changelog", "commit": false, "linked": [["@prosemirror-adapter/*"]], diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 953b918..bff8f57 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -26,5 +26,5 @@ runs: shell: bash - name: Build packages - run: pnpm build + run: pnpm run build shell: bash diff --git a/e2e/src/svelte/components/Editor.svelte b/e2e/src/svelte/components/Editor.svelte index a5a2037..2f0b79b 100644 --- a/e2e/src/svelte/components/Editor.svelte +++ b/e2e/src/svelte/components/Editor.svelte @@ -75,7 +75,7 @@ -
+