update deps and add mold

This commit is contained in:
Fractal-Tess
2023-03-20 22:27:38 +02:00
parent d13ba1bb0d
commit 37c1ae754a
5 changed files with 41 additions and 92 deletions

View File

@@ -30,38 +30,38 @@
},
"devDependencies": {
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.2.3",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"autoprefixer": "^10.4.13",
"daisyui": "^2.46.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.4",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"postcss": "^8.4.20",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.1",
"prettier": "^2.8.5",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^3.0.1",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"svelte-fa": "^3.0.3",
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.2.4",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.2.7",
"tinro": "^0.6.12",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.3"
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
},
"packageManager": "pnpm@7.9.3"
}