Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyAndres committed May 6, 2021
1 parent ae73fce commit b7ce25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,22 @@
"postcss": "^8.1.0",
"postcss-load-config": "^3.0.0",
"prettier": "^2.1.2",
"raw-loader": "^4.0.2",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-svg-import": "^1.5.1",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.26.11",
"sass-loader": "^10.0.3",
"shelljs": "^0.8.4",
"svelte": "^3.38.2",
"svelte-i18n": "^3.1.0",
"svelte-loader": "^3.1.1",
"svelte-preprocess": "^4.7.3"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"svelte-i18n": "^3.1.0"
"@babel/runtime": "^7.12.1"

},
"repository": {
"type": "git",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@
estree-walker "^2.0.1"
picomatch "^2.2.2"

"@rollup/pluginutils@^3.0.10", "@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
Expand Down Expand Up @@ -10132,13 +10132,6 @@ rollup-plugin-svelte@^7.1.0:
require-relative "^0.8.7"
rollup-pluginutils "^2.8.2"

rollup-plugin-svg-import@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-svg-import/-/rollup-plugin-svg-import-1.5.1.tgz#8476635f408f568de1ebb2ee3077fd600b1bbebb"
integrity sha512-8Oex1WmSU5EV/n09SZq269pUDPs+YsF6nmJ7XnjgcT9psFpBi+e9Q+DSPxtVzN3HdCD9rSihZ/Ksw8UkkQqtFg==
dependencies:
"@rollup/pluginutils" "^3.0.10"

rollup-plugin-terser@^7.0.0:
version "7.0.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d"
Expand Down

0 comments on commit b7ce25c

Please sign in to comment.