mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
upgrade deps
This commit is contained in:
parent
7544baf5b0
commit
9538053199
3 changed files with 484 additions and 370 deletions
Binary file not shown.
26
package.json
26
package.json
|
@ -13,32 +13,32 @@
|
|||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@img/sharp-linux-x64": "^0.33.5",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@img/sharp-linux-x64": "^0.34.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.1.0",
|
||||
"@types/cookie": "^1.0.0",
|
||||
"@types/html-minifier": "^4.0.5",
|
||||
"@types/matter-js": "^0.19.8",
|
||||
"@types/turndown": "^5.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
||||
"@typescript-eslint/parser": "^8.26.1",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
||||
"@typescript-eslint/parser": "^8.33.1",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"mdsvex": "patch:mdsvex@npm%3A0.12.3#~/.yarn/patches/mdsvex-npm-0.12.3-11596b7ddc.patch",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"sharp": "^0.33.5",
|
||||
"svelte": "^5.23.0",
|
||||
"svelte-check": "^4.1.5",
|
||||
"prettier-plugin-svelte": "^3.4.0",
|
||||
"sharp": "^0.34.2",
|
||||
"svelte": "^5.33.18",
|
||||
"svelte-check": "^4.2.1",
|
||||
"svelte-preprocess": "^6.0.3",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@lukeed/uuid": "^2.0.1",
|
||||
"@sveltejs/adapter-node": "^5.2.12",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"@sveltejs/kit": "^2.19.1",
|
||||
"@sveltejs/kit": "^2.21.2",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"cbor-x": "^1.6.0",
|
||||
"cookie": "^1.0.2",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"postinstall-postinstall": "^2.1.0",
|
||||
"svelte-body": "^2.0.0",
|
||||
"turndown": "^7.2.0",
|
||||
"vite": "6.2.2"
|
||||
"vite": "6.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
Loading…
Add table
Reference in a new issue