Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 23, 2023
1 parent c29905e commit d5f1069
Show file tree
Hide file tree
Showing 10 changed files with 603 additions and 323 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@iconify-icons/ic": "^1.2.13",
"@iconify/svelte": "^3.1.4",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.6",
"@iconify/svelte": "^3.1.6",
"@ktibow/iconset-ic": "^1.0.32",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.6",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"jszip": "^3.10.1",
"m3-svelte": "^2.0.8",
"m3-svelte": "^3.0.1",
"monaco-editor": "^0.40.0",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-load-config": "^4.0.2",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "4.2.7",
"svelte-check": "^3.6.1",
"svelte-preprocess": "^5.1.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
},
"type": "module"
}
Loading

0 comments on commit d5f1069

Please sign in to comment.