Compare commits
3 Commits
23a34bff17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 31c5f5885b | |||
| b88bed4c18 | |||
| d0efc57644 |
@@ -15,18 +15,18 @@
|
||||
"upgrade:dry": "pnpm dlx @strapi/upgrade latest --dry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-cloud": "5.48.1",
|
||||
"@strapi/plugin-graphql": "5.48.1",
|
||||
"@strapi/plugin-users-permissions": "5.48.1",
|
||||
"@strapi/provider-upload-cloudinary": "5.48.1",
|
||||
"@strapi/strapi": "5.48.1",
|
||||
"@strapi/plugin-cloud": "5.49.0",
|
||||
"@strapi/plugin-graphql": "5.49.0",
|
||||
"@strapi/plugin-users-permissions": "5.49.0",
|
||||
"@strapi/provider-upload-cloudinary": "5.49.0",
|
||||
"@strapi/strapi": "5.49.0",
|
||||
"better-sqlite3": "11.3.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.30.4",
|
||||
"strapi-plugin-icons-field": "^1.2.4",
|
||||
"strapi-plugin-webp-converter": "^1.0.4",
|
||||
"styled-components": "^6.4.2"
|
||||
"styled-components": "^6.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.19.43",
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
"serve": "serve dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^10.1.2",
|
||||
"@astrojs/react": "^5.0.6",
|
||||
"@astrojs/rss": "^4.0.18",
|
||||
"@astrojs/node": "^11.0.0",
|
||||
"@astrojs/react": "^6.0.0",
|
||||
"@astrojs/rss": "^4.0.19",
|
||||
"@astrojs/sitemap": "^3.7.3",
|
||||
"@types/react": "^19.2.15",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"astro": "^6.4.2",
|
||||
"astro": "^7.0.4",
|
||||
"dayjs": "^1.11.21",
|
||||
"gsap": "^3.15.0",
|
||||
"marked": "^18.0.4",
|
||||
@@ -25,7 +25,7 @@
|
||||
"satori": "^0.26.0",
|
||||
"serve": "^14.2.6",
|
||||
"sharp": "^0.34.5",
|
||||
"vite": "8.0.14"
|
||||
"vite": "8.0.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass-embedded": "^1.100.0"
|
||||
|
||||
@@ -43,13 +43,19 @@ const hurrengoEkintzak = ekintzak.filter((ekintza) =>
|
||||
<IrudiEstela mosaikoa={mosaikoa} />
|
||||
</section>
|
||||
|
||||
<ZigZag from="marroia" />
|
||||
{hurrengoEkintzak.length > 0 &&
|
||||
<ZigZag from="marroia" />
|
||||
|
||||
<section class="agenda" id="agenda">
|
||||
<EkintzaZerrenda ekintzak={hurrengoEkintzak} title="Agenda" />
|
||||
</section>
|
||||
<section class="agenda" id="agenda">
|
||||
<EkintzaZerrenda ekintzak={hurrengoEkintzak} title="Agenda" />
|
||||
</section>
|
||||
}
|
||||
|
||||
<ZigZag from="gorria-background" to="gorria" />
|
||||
<ZigZag from={
|
||||
hurrengoEkintzak.length > 0 ?
|
||||
"gorria-background"
|
||||
: "marroia"
|
||||
} to="gorria" />
|
||||
|
||||
<section class="izan-labazkide" id="izan-labazkide">
|
||||
<div class="labazkide-wrapper">
|
||||
|
||||
3147
pnpm-lock.yaml
generated
3147
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user