chore: update dependencies

I'm going to start a new feature and want to make sure I'm running on
the latest compatible versions.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-06-21 09:00:14 +02:00
parent 04e2287f08
commit 288ad752ad
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854
2 changed files with 814 additions and 512 deletions

1274
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "anvil",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "vite dev",
@ -19,42 +19,42 @@
"format": "prettier --write ."
},
"devDependencies": {
"@playwright/test": "1.43.0",
"@skeletonlabs/skeleton": "2.9.1",
"@playwright/test": "1.44.1",
"@skeletonlabs/skeleton": "2.10.1",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-node": "5.0.1",
"@sveltejs/kit": "2.5.5",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/kit": "2.5.17",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"@tauri-apps/cli": "1.5.11",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/svelte": "4.1.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitest/coverage-v8": "1.5.0",
"@tailwindcss/typography": "0.5.13",
"@tauri-apps/cli": "1.5.14",
"@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",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.37.0",
"jsdom": "24.0.0",
"eslint-plugin-svelte": "2.40.0",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"svelte": "4.2.13",
"svelte-check": "3.6.9",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-i18n": "4.0.0",
"svelte-octicons": "18.7.1",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.8",
"vitest": "1.5.0"
"svelte-octicons": "18.8.0",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"vite": "5.3.1",
"vitest": "1.6.0"
},
"type": "module",
"dependencies": {
"axios": "1.6.8",
"axios": "1.7.2",
"cheerio": "1.0.0-rc.12"
}
}