chore(deps-dev): bump the all group with 2 updates (#175)

Bumps the all group with 2 updates: [@playwright/test](https://github.com/microsoft/playwright) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


Updates `@playwright/test` from 1.48.2 to 1.49.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.48.2...v1.49.0)

Updates `tailwindcss` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 23:48:00 +00:00 committed by GitHub
parent 1af5596233
commit cb05f2b632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 525 additions and 227 deletions

748
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@
}, },
"homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme", "homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.48.2", "@playwright/test": "^1.49.0",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.9",
"@types/leaflet": "^1.9.14", "@types/leaflet": "^1.9.14",
"@types/leaflet.markercluster": "^1.5.5", "@types/leaflet.markercluster": "^1.5.5",
@ -32,7 +32,7 @@
"npm-run-all2": "^7.0.1", "npm-run-all2": "^7.0.1",
"postcss": "^8.4.49", "postcss": "^8.4.49",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.15",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.11" "vite": "^5.4.11"
}, },