Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivosdc committed Mar 19, 2021
1 parent abd383a commit ccd10d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-generic-crud-table",
"version": "1.5.76",
"version": "1.5.77",
"description": "<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB",
"main": "dist/build/crud-table.js",
"module": "dist/build/crud-table.mjs",
Expand Down Expand Up @@ -48,11 +48,11 @@
"jest": "^26.6.3",
"jest-mock": "^26.6.2",
"jest-svelte-resolver": "^1.0.0",
"rollup": "^2.41.2",
"rollup": "^2.42.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^6.1.1",
"svelte": "^3.35.0",
"svelte-jester": "^1.3.0"
"svelte-jester": "^1.3.1"
},
"dependencies": {}
}

0 comments on commit ccd10d4

Please sign in to comment.