Skip to content

Commit

Permalink
fix: update zeed dom (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrueger authored Nov 10, 2021
1 parent 8f8450b commit 75e55e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@tiptap/core": "^2.0.0-beta.137",
"prosemirror-model": "^1.15.0",
"zeed-dom": "^0.9.15"
"zeed-dom": "^0.9.16"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9045,10 +9045,10 @@ yjs@^13.5.18:
dependencies:
lib0 "^0.2.42"

zeed-dom@^0.9.15:
version "0.9.15"
resolved "https://registry.yarnpkg.com/zeed-dom/-/zeed-dom-0.9.15.tgz#024dd9f93cc4f04f0fca17053060975747d35687"
integrity sha512-xLFxKLjksNT5I11v6xy8b8LU8Vv+q7m3ppG76NcTQvOtTQxf+RKHJhlibld7RinIVBqCxO4o0geEnshgOYGY6Q==
zeed-dom@^0.9.16:
version "0.9.16"
resolved "https://registry.yarnpkg.com/zeed-dom/-/zeed-dom-0.9.16.tgz#a743d876e6023c3c7c920fc7602a98e7fb83eda2"
integrity sha512-Rimrya1g5DhFYslHsaq93b/wRcbuynOKAGPfeZMLJChRfhR90NXZuC49qGpstdna9L503WecErLppm5DTl5LBA==
dependencies:
css-what "^5.1.0"
optionalDependencies:
Expand Down

0 comments on commit 75e55e5

Please sign in to comment.