Skip to content

Commit

Permalink
fix: fix ownerDocument css #932
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 29, 2023
1 parent 9e137aa commit 76a852a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"framework-utils": "^1.1.0",
"gesto": "^1.18.0",
"overlap-area": "^1.1.0",
"croact-css-styled": "^1.1.7",
"react-css-styled": "^1.1.7",
"croact-css-styled": "^1.1.8",
"react-css-styled": "^1.1.8",
"tslib": "^2.3.1"
},
"overrides": {
Expand All @@ -138,8 +138,8 @@
"framework-utils": "^1.1.0",
"gesto": "^1.18.0",
"overlap-area": "^1.1.0",
"croact-css-styled": "^1.1.7",
"react-css-styled": "^1.1.7",
"croact-css-styled": "^1.1.8",
"react-css-styled": "^1.1.8",
"tslib": "^2.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/croact-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"@scena/dragscroll": "^1.4.0",
"@scena/event-emitter": "^1.0.5",
"@scena/matrix": "^1.1.1",
"croact-css-styled": "^1.1.7",
"croact-css-styled": "^1.1.8",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.18.0",
"overlap-area": "^1.1.0",
"react-css-styled": "^1.1.7",
"react-css-styled": "^1.1.8",
"react-moveable": "~0.50.7"
}
}
2 changes: 1 addition & 1 deletion packages/preact-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"preact-css-styled": "^1.1.7",
"preact-css-styled": "^1.1.8",
"react-moveable": "~0.50.7"
}
}
2 changes: 1 addition & 1 deletion packages/react-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"framework-utils": "^1.1.0",
"gesto": "^1.18.0",
"overlap-area": "^1.1.0",
"react-css-styled": "^1.1.7"
"react-css-styled": "^1.1.8"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 76a852a

Please sign in to comment.