Skip to content

Commit

Permalink
Upgrade all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nikles committed Jun 23, 2021
1 parent 70b7868 commit 5a1af85
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 75 deletions.
195 changes: 125 additions & 70 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"start": "sirv public --no-clear"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.3.4",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.52.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
"svelte": "^3.38.3"
},
"dependencies": {
"sirv-cli": "^1.0.0"
"sirv-cli": "^1.0.12"
}
}

0 comments on commit 5a1af85

Please sign in to comment.