Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 9aca6ea commit abf0e97
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"format": "prettier --write ."
},
"devDependencies": {
"@iconify/json": "2.2.188",
"@sveltejs/adapter-auto": "3.1.1",
"@sveltejs/kit": "2.5.2",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@iconify/json": "2.2.202",
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.6",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@testing-library/dom": "9.3.4",
"@testing-library/svelte": "4.1.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"autoprefixer": "10.4.18",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"eslint-plugin-svelte": "2.37.0",
"jsdom": "24.0.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.11",
"svelte": "4.2.12",
"svelte-check": "3.6.6",
"tailwindcss": "3.4.1",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-check": "3.6.9",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.3.3",
"typescript": "5.4.5",
"unplugin-icons": "0.18.5",
"vite": "5.1.4",
"vitest": "1.3.1"
"vite": "5.2.9",
"vitest": "1.5.0"
},
"type": "module",
"dependencies": {
"@fontsource/roboto": "5.0.8",
"@fontsource/roboto": "5.0.12",
"@vercel/analytics": "1.2.2"
}
}

0 comments on commit abf0e97

Please sign in to comment.