chore: update dependencies

Always a good idea to start with the latest versions.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-07-05 08:15:30 +02:00
parent a1f5b69704
commit fe39bab2f0
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854
2 changed files with 747 additions and 863 deletions

1564
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,51 +23,51 @@
"predeploy-storybook": "npm run build-storybook"
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@playwright/test": "1.45.1",
"@skeletonlabs/skeleton": "2.10.1",
"@skeletonlabs/tw-plugin": "0.4.0",
"@storybook/addon-a11y": "8.1.9",
"@storybook/addon-essentials": "8.1.9",
"@storybook/addon-interactions": "8.1.9",
"@storybook/addon-links": "8.1.9",
"@storybook/blocks": "8.1.9",
"@storybook/builder-vite": "8.1.9",
"@storybook/svelte": "8.1.9",
"@storybook/sveltekit": "8.1.9",
"@storybook/test": "8.1.9",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/blocks": "8.1.11",
"@storybook/builder-vite": "8.1.11",
"@storybook/svelte": "8.1.11",
"@storybook/sveltekit": "8.1.11",
"@storybook/test": "8.1.11",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/kit": "2.5.17",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@tauri-apps/cli": "1.5.14",
"@tauri-apps/cli": "1.6.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/svelte": "5.1.0",
"@types/node": "20.14.7",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@testing-library/svelte": "5.2.0",
"@types/node": "20.14.9",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-svelte": "2.40.0",
"eslint-plugin-svelte": "2.41.0",
"gh-pages": "6.1.1",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.4",
"prettier-plugin-svelte": "3.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.1.9",
"storybook": "8.1.11",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-check": "3.8.4",
"svelte-i18n": "4.0.0",
"svelte-octicons": "18.8.0",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.1",
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "1.6.0"
},
"type": "module",