Skip to content

Commit

Permalink
fix: change dependencies #680
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 17, 2022
1 parent 854387d commit 7c01017
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/svelte-moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,19 @@
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.2.0",
"scenejs": "^1.1.5",
"sirv-cli": "^0.4.5",
"svelte": "^3.48.0",
"svelte-guides": "^0.17.1",
"svelte-preprocess": "^3.2.2",
"tslib": "^1.10.0",
"typescript": "^4.5.0 <4.6.0"
"typescript": "^4.5.0 <4.6.0",
"rollup-plugin-svelte": "^7.1.0"
},
"dependencies": {
"framework-utils": "^1.1.0",
"moveable": "~0.30.0",
"rollup-plugin-svelte": "^7.1.0"
"moveable": "~0.30.0"
},
"scripts": {
"build": "rollup -c rollup.build.config.js && print-sizes ./dist",
Expand Down

0 comments on commit 7c01017

Please sign in to comment.