From 451bde0a2991f2c779e4eef37fcdf2eb9dfafe1f Mon Sep 17 00:00:00 2001 From: Jonithan Date: Wed, 2 Dec 2020 22:07:55 +0800 Subject: [PATCH] 2 commits for optimizing chore (#53) * fix: chore bug. Update rollup-plugin-svelte * chore: move @tsconfig/svelte from devDependencies to dependencies, convenience for building components in other framework and typescrpit Co-authored-by: lihanzhou --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3154c4da..496d609e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "@rollup/plugin-commonjs": "^11.0.0", "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-typescript": "^4.0.0", - "@tsconfig/svelte": "^1.0.0", "@typescript-eslint/eslint-plugin": "^3.7.0", "@typescript-eslint/parser": "^3.7.0", "eslint": "^7.5.0", @@ -14,7 +13,7 @@ "postcss-easy-import": "^3.0.0", "rollup": "^1.20.0", "rollup-plugin-livereload": "^1.0.0", - "rollup-plugin-svelte": "^5.0.3", + "rollup-plugin-svelte": "^6.1.1", "rollup-plugin-terser": "^5.1.2", "sirv-cli": "^0.4.4", "svelte": "^3.2.0", @@ -24,7 +23,8 @@ "typescript": "^3.9.7" }, "dependencies": { - "rrweb": "^0.9.10" + "rrweb": "^0.9.10", + "@tsconfig/svelte": "^1.0.0" }, "scripts": { "build": "rollup -c",