chore: Upgrade dependencies
This commit is contained in:
+3
-1
@@ -3,5 +3,7 @@
|
||||
"svelteSortOrder": "options-scripts-markup-styles",
|
||||
"bracketSameLine": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100
|
||||
"printWidth": 100,
|
||||
"tailwindConfig": "./tailwind.config.cjs",
|
||||
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
|
||||
}
|
||||
|
||||
+26
-24
@@ -23,15 +23,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/snapshot": "2.1.7",
|
||||
"@sveltejs/adapter-static": "2.0.3",
|
||||
"@sveltejs/kit": "1.28.0",
|
||||
"@testing-library/jest-dom": "5.17.0",
|
||||
"@testing-library/svelte": "3.2.2",
|
||||
"@sveltejs/adapter-static": "3.0.1",
|
||||
"@sveltejs/kit": "2.3.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.1",
|
||||
"@testing-library/jest-dom": "6.2.0",
|
||||
"@testing-library/svelte": "4.0.5",
|
||||
"@types/pako": "2.0.3",
|
||||
"@types/uuid": "9.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"@vitest/ui": "^0.34.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.18.1",
|
||||
"@typescript-eslint/parser": "6.18.1",
|
||||
"@vitest/ui": "^1.1.3",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"c8": "7.14.0",
|
||||
"chai": "^4.3.7",
|
||||
@@ -39,33 +40,34 @@
|
||||
"cy-verify-downloads": "0.2.2",
|
||||
"cypress": "12.17.4",
|
||||
"cypress-localstorage-commands": "2.2.5",
|
||||
"eslint": "8.55.0",
|
||||
"eslint-config-prettier": "8.10.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-cypress": "2.15.1",
|
||||
"eslint-plugin-es": "4.1.0",
|
||||
"eslint-plugin-no-only-tests": "^3.1.0",
|
||||
"eslint-plugin-postcss-modules": "2.0.0",
|
||||
"eslint-plugin-svelte3": "4.0.0",
|
||||
"eslint-plugin-tailwindcss": "3.13.0",
|
||||
"eslint-plugin-unicorn": "^46.0.0",
|
||||
"eslint-plugin-vitest": "^0.3.0",
|
||||
"eslint-plugin-tailwindcss": "3.13.1",
|
||||
"eslint-plugin-unicorn": "^50.0.1",
|
||||
"eslint-plugin-vitest": "^0.3.20",
|
||||
"esserializer": "1.3.11",
|
||||
"font-awesome": "^4.7.0",
|
||||
"husky": "^8.0.3",
|
||||
"jsdom": "21.1.2",
|
||||
"lint-staged": "13.3.0",
|
||||
"lint-staged": "15.2.0",
|
||||
"node-html-parser": "^6.1.5",
|
||||
"postcss": "^8.4.21",
|
||||
"postcss-load-config": "4.0.2",
|
||||
"prettier": "2.8.8",
|
||||
"prettier-plugin-svelte": "^2.10.0",
|
||||
"svelte": "3.59.2",
|
||||
"svelte-preprocess": "5.1.1",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "5.3.2",
|
||||
"vite": "^4.5.1",
|
||||
"vitest": "^0.34.0"
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-load-config": "5.0.2",
|
||||
"prettier": "3.1.0",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"svelte": "4.2.8",
|
||||
"svelte-preprocess": "5.1.3",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "5.3.3",
|
||||
"vite": "^5.0.11",
|
||||
"vitest": "^1.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"daisyui": "2.52.0",
|
||||
|
||||
Reference in New Issue
Block a user