Skip to content

Commit

Permalink
chore: update dependencies (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Jan 5, 2025
1 parent 47bf992 commit 9b6af34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ runs:
steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion examples/stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"loro-crdt": "^1.0.7",
"loro-crdt": "^1.2.7",
"loro-prosemirror": "workspace:*",
"prosemirror-commands": "^1.5.2",
"prosemirror-example-setup": "^1.2.2",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "loro-prosemirror",
"version": "0.2.0",
"description": "Prosemirror Binding for Loro",
"packageManager": "pnpm@9.15.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
21 changes: 7 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b6af34

Please sign in to comment.