Skip to content

Commit 3abc0a5

Browse files
authored
Merge pull request #111 from MathisBurger/dependencies
Dependencies
2 parents 97b868b + 607dbf2 commit 3abc0a5

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<hr>
44
<strong>A simple webapp built to make math homework easier</strong><br><br>
55

6-
<img src="https://img.shields.io/github/license/mathisburger/MathOnWeb?style=for-the-badge">
6+
<img src="https://img.shields.io/github/license/mathisburger/MathOnWeb?style=for-the-badge">
77
<img src="https://img.shields.io/github/v/release/mathisburger/MathOnWeb?style=for-the-badge">
88
</div>
99
<hr>
@@ -28,11 +28,8 @@ Everyone who wants to contribute to this project is allowed to do so. Just fork
2828
The master branch is hosted as github-pages webpage. This requires some extra configuration and parsing. That happens in the `fix-typos.js`. This file makes the svelte kit build output compatible with github pages. If you want to host your app on github-pages you have to copy this
2929
configurations and scripts to make the application function properly. The extra configuration is not required, if you want to host your application on an external webserver. You just need to copy the build output into the documentroot of your webserver.
3030

31-
# Techstack
31+
# Svelte dependencies
3232

33-
The techstack of MathOnWeb is not very large, because it is only an webapp without any server or other things.<br>
34-
svelte => 3.44.0<br>
35-
svelte/kit => 1.0.0-next.195<br>
36-
prettier => 2.2.1<br>
37-
typescript => 4.0.0<br>
38-
compiler => ES2020
33+
I decided to stay legacy with this project. There will be no future upgrades of svelte. I like the early day structure and because it is only a simple frontend
34+
I will not need any of the new features that svelte offers in the newer versions. Therefore I will stay with the old depdencies and only ship new functionality, but no more upgrades of the
35+
framework itself.

0 commit comments

Comments
 (0)