mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-21 19:53:07 +00:00
fe94a79f5a
Bumps the all group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@playwright/test](https://github.com/microsoft/playwright), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@types/node` from 22.5.5 to 22.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@playwright/test` from 1.47.1 to 1.47.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.47.1...v1.47.2) Updates `tailwindcss` from 3.4.11 to 3.4.13 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.13) Updates `vite` from 5.4.6 to 5.4.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vite 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>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "regenbogenkarte",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "run-s typecheck build_only",
|
|
"build_only": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
|
"test": "playwright test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Queer-Lexikon/regenbogenkarte.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Queer-Lexikon/regenbogenkarte/issues"
|
|
},
|
|
"homepage": "https://github.com/Queer-Lexikon/regenbogenkarte#readme",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/leaflet.markercluster": "^1.5.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"npm-run-all2": "^6.2.3",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^5.4.7"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ubuntu": "^5.1.0",
|
|
"@types/node": "^22.6.1",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.markercluster": "^1.5.3"
|
|
}
|
|
}
|