Skip to content

Commit

Permalink
fix(svelte 4): Migrate to svelte 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 4, 2023
1 parent 37c896d commit 75db522
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-jest": "26.6.3",
"dotenv": "8.6.0",
"eslint": "7.32.0",
"eslint-plugin-svelte3": "3.4.1",
"eslint-plugin-svelte3": "^4.0.0",
"fetch-mock": "9.11.0",
"fs": "0.0.1-security",
"jest": "26.6.3",
Expand All @@ -51,21 +51,21 @@
"sass": "1.69.5",
"semantic-release": "22.0.8",
"sirv-cli": "2.0.2",
"svelte-check": "1.6.0",
"svelte-check": "^3.4.3",
"svelte-jester": "1.8.2",
"svelte-preprocess": "4.10.7",
"svelte-preprocess": "^5.0.3",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tslib": "2.6.2",
"typescript": "3.9.10"
"typescript": "^5.0.0"
},
"dependencies": {
"d3-dsv": "2.0.0",
"mapbox-gl": "3.0.0",
"svelte": "3.49.0",
"svelte": "^4.0.0",
"svelte-scrollto": "0.2.0",
"svelte-spa-router": "3.1.0"
},
"author": "sebastian-meier",
"license": "MIT"
}
}

0 comments on commit 75db522

Please sign in to comment.