Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tdamsma committed Jun 13, 2024
1 parent c984596 commit 42d7ab0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 56 deletions.
38 changes: 0 additions & 38 deletions README copy.md

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ All structured content is in Markdown files that is converted to a static websit

## Develop

npm run dev
the repo is build with bun, but on windows you can use npm

npm run dev


## reduce image sizes

Expand Down
Binary file modified bun.lockb
Binary file not shown.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
},
"devDependencies": {
"@inlang/paraglide-js": "1.9.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/enhanced-img": "^0.2.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@sveltejs/enhanced-img": "^0.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"bootstrap": "^4.6.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-svelte": "^2.35.1",
"mdsvex": "^0.11.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"eslint-plugin-svelte": "^2.39.3",
"mdsvex": "^0.11.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"rehype-rewrite": "^4.0.2",
"sass": "1.52.3",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.13"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 42d7ab0

Please sign in to comment.