Skip to content

Commit

Permalink
fix: fix dependencies #553
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 15, 2021
1 parent beec433 commit c074a5e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 46 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"homepage": "https://daybrush.com/moveable/",
"dependencies": {
"@scena/event-emitter": "^1.0.3",
"react-compat-moveable": "~0.15.1"
"react-compat-moveable": "~0.15.1",
"react-simple-compat": "^1.2.1"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
37 changes: 14 additions & 23 deletions packages/react-compat-moveable/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/react-compat-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"scenejs": "^1.1.4",
"shape-svg": "^0.3.3",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
"typescript": "^3.4.5",
"react-simple-compat": "^1.2.1"
},
"dependencies": {
"@daybrush/utils": "^1.6.0",
"@scena/dragscroll": "^1.0.1",
"react-compat-css-styled": "^1.0.5",
"react-moveable": "~0.30.1",
"react-simple-compat": "^1.2.1"
"react-compat-css-styled": "^1.0.8",
"react-moveable": "~0.30.1"
}
}
20 changes: 4 additions & 16 deletions packages/react-moveable/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react-moveable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-moveable",
"version": "0.30.1",
"version": "0.30.2",
"description": "A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
"main": "./dist/moveable.cjs.js",
"module": "./dist/moveable.esm.js",
Expand Down Expand Up @@ -116,7 +116,7 @@
"framework-utils": "^1.1.0",
"gesto": "^1.2.1",
"overlap-area": "^1.0.0",
"react-css-styled": "^1.0.1"
"react-css-styled": "^1.0.3"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit c074a5e

Please sign in to comment.