This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [simple-icons-astro](https://simple-icons-astro.dzeio.com) ([source](https://github.com/dzeiocom/simple-icons-astro)) | dependencies | major | [`^12.0.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/simple-icons-astro/12.4.0/13.0.0) | --- ### Release Notes <details> <summary>dzeiocom/simple-icons-astro (simple-icons-astro)</summary> ### [`v13.0.0`](52ebd7702d...34bc23bd98
) [Compare Source](52ebd7702d...34bc23bd98
) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #27 Co-authored-by: Renovate Bot <renovate@dzeio.com> Co-committed-by: Renovate Bot <renovate@dzeio.com>
40 lines
998 B
JSON
40 lines
998 B
JSON
{
|
|
"name": "@dzeio/template",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "node ./dist/server/entry.mjs",
|
|
"build": "astro build",
|
|
"check": "npm run check:astro && npm run check:typescript",
|
|
"check:astro": "astro check",
|
|
"check:typescript": "tsc --noEmit",
|
|
"test": "npm run test:unit && npm run test:e2e",
|
|
"test:unit": "vitest --coverage --run",
|
|
"test:e2e": "playwright test",
|
|
"install:test": "playwright install --with-deps",
|
|
"lint": "biome check ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.0.0",
|
|
"@astrojs/tailwind": "^5",
|
|
"@dzeio/logger": "^3",
|
|
"@dzeio/object-util": "^1",
|
|
"@dzeio/url-manager": "^1",
|
|
"astro": "^4",
|
|
"lucide-astro": "^0",
|
|
"sharp": "^0",
|
|
"simple-icons-astro": "^13.0.0",
|
|
"tailwindcss": "^3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0",
|
|
"@biomejs/biome": "^1.7.3",
|
|
"@playwright/test": "^1",
|
|
"@types/node": "^20",
|
|
"@vitest/coverage-v8": "^1",
|
|
"typescript": "^5",
|
|
"vitest": "^1"
|
|
}
|
|
}
|