Skip to content

Commit

Permalink
Version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Oct 22, 2020
1 parent 1f63145 commit eacb377
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-spa-router",
"version": "3.0.3",
"version": "3.0.4",
"description": "Router for SPAs using Svelte 3",
"main": "Router.svelte",
"svelte": "Router.svelte",
Expand Down Expand Up @@ -34,16 +34,16 @@
"regexparam": "1.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"chromedriver": "^85.0.0",
"eslint": "^7.9.0",
"eslint": "^7.11.0",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-svelte3": "^2.7.3",
"nightwatch": "^1.4.3",
"rollup": "^2.27.1",
"rollup-plugin-svelte": "^6.0.1",
"nightwatch": "^1.5.0",
"rollup": "^2.32.1",
"rollup-plugin-svelte": "^6.1.0",
"serve": "^11.3.2",
"svelte": "^3.25.1"
"svelte": "^3.29.0"
}
}

0 comments on commit eacb377

Please sign in to comment.