NPM packages updates

This commit is contained in:
2020-02-27 23:06:04 +01:00
parent 898b8bd830
commit f1aae14b6c
2 changed files with 272 additions and 242 deletions

View File

@@ -27,10 +27,10 @@
"sirv": "^0.4.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-env": "^7.8.6",
"@babel/runtime": "^7.8.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
@@ -52,9 +52,9 @@
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-hot": "^0.0.10",
"rollup-plugin-hot": "^0.0.11",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-svelte-hot": "^0.2.1",
"rollup-plugin-svelte-hot": "^0.3.0",
"rollup-plugin-terser": "^5.2.0",
"sapper": "^0.27.10",
"svelte": "github:rixo/svelte#hmr-capture-state-dist",