Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajboni committed Mar 14, 2020
1 parent 78ccfa6 commit 7b37490
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 61 deletions.
123 changes: 74 additions & 49 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txtdit",
"version": "1.0.5",
"version": "1.0.6",
"description": "Featureless themeable text editor. https://txtdit.aboni.dev",
"repository": {
"type": "git",
Expand All @@ -14,22 +14,22 @@
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-image": "^2.0.2",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-image": "^2.0.4",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.20.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.0.6",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-scss": "^2.1.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"sass": "^1.25.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.3.1"
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.3.0",
"sass": "^1.26.3",
"svelte": "^3.19.2",
"svelte-preprocess": "^3.5.0"
},
"dependencies": {
"sirv-cli": "^0.4.4"
"sirv-cli": "^0.4.5"
}
}

0 comments on commit 7b37490

Please sign in to comment.