Skip to content

Commit

Permalink
chore(deps): update changeset (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Dec 19, 2024
1 parent 5977cc3 commit 932fd55
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 1,963 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -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/*"]],
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ runs:
shell: bash

- name: Build packages
run: pnpm build
run: pnpm run build
shell: bash
2 changes: 1 addition & 1 deletion e2e/src/svelte/components/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</script>

<div class="editor" use:editor/>
<div class="editor" use:editor></div>

<style>
.editor {
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/svelte/components/Paragraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<div use:contentRef class:selected={selected} />
<div use:contentRef class:selected={selected} ></div>

<style>
.selected {
Expand Down
6 changes: 2 additions & 4 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"license": "MIT",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
"dev": "vite"
},
"dependencies": {
"@prosemirror-adapter/solid": "workspace:*",
"@prosemirror-adapter/solid": "*",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-keymap": "^1.2.2",
"prosemirror-menu": "^1.2.4",
Expand Down
Loading

0 comments on commit 932fd55

Please sign in to comment.