Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
887c3147ed
build(deps-dev): bump prettier-plugin-svelte in /frontend
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.5 to 3.2.6.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 05:41:44 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@
"prettier-plugin-svelte": "^3.2.6", "prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18", "svelte": "^4.2.18",
"svelte-check": "^3.8.4", "svelte-check": "^3.8.4",
"tailwindcss": "^3.4.6", "tailwindcss": "^3.4.4",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"vite": "^5.3.4" "vite": "^5.3.4"
} }
@ -3647,9 +3647,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.6", "version": "3.4.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
"integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",

View file

@ -31,7 +31,7 @@
"prettier-plugin-svelte": "^3.2.6", "prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18", "svelte": "^4.2.18",
"svelte-check": "^3.8.4", "svelte-check": "^3.8.4",
"tailwindcss": "^3.4.6", "tailwindcss": "^3.4.4",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"vite": "^5.3.4" "vite": "^5.3.4"
}, },