Skip to content

Commit a8eacd0

Browse files
bjlaaClemogpaulsouchedependabot[bot]github-advanced-security[bot]
authored
🔖 Release 2.26.6 (#1217)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Clément <55186402+Clemog@users.noreply.github.com> Co-authored-by: Paul Souche <paul@bettercallpaul.fr> Co-authored-by: Clément <clem.auger@hotmail.fr> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Benjamin Arias <12382534+bjlaa@users.noreply.github.com> Co-authored-by: Bot Incubateur Ademe <153178900+incubateur-ademe-admin@users.noreply.github.com>
1 parent 99ebaa4 commit a8eacd0

File tree

4 files changed

+348
-304
lines changed

4 files changed

+348
-304
lines changed

‎package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nosgestesclimat-site-nextjs",
33
"license": "MIT",
4-
"version": "2.26.5",
4+
"version": "2.26.6",
55
"description": "The leading open source climate footprint calculator",
66
"repository": {
77
"type": "git",
@@ -67,7 +67,7 @@
6767
"is-mobile": "^5.0.0",
6868
"jszip": "^3.10.1",
6969
"markdown-to-jsx": "^7.7.3",
70-
"next": "^15.3.1",
70+
"next": "^15.4.5",
7171
"next-i18n-router": "^5.5.2",
7272
"postcss": "8.5.3",
7373
"posthog-js": "^1.255.1",
@@ -117,7 +117,7 @@
117117
"@types/mocha": "^10.0.10",
118118
"@types/node": "^22.13.1",
119119
"@types/react": "19.1.6",
120-
"@types/react-dom": "19.1.2",
120+
"@types/react-dom": "19.1.7",
121121
"@types/react-modal": "^3.16.3",
122122
"@types/uuid": "^10.0.0",
123123
"@types/webpack": "^5.28.5",
@@ -131,13 +131,13 @@
131131
"axe-core": "^4.10.2",
132132
"cli-progress": "^3.12.0",
133133
"core-js": "^3.42.0",
134-
"cypress": "^14.5.0",
134+
"cypress": "^14.5.3",
135135
"cypress-axe": "^1.6.0",
136136
"cypress-plugin-tab": "^1.0.5",
137137
"cypress-recurse": "^1.35.2",
138138
"deepl-node": "^1.19.0",
139139
"dotenv": "^16.4.7",
140-
"eslint": "^8.52.0",
140+
"eslint": "^9.32.0",
141141
"eslint-config-next": "15.3.0",
142142
"eslint-config-prettier": "^10.1.5",
143143
"eslint-import-resolver-alias": "^1.1.2",
@@ -159,7 +159,7 @@
159159
"playwright": "^1.52.0",
160160
"postcss-loader": "^8.1.0",
161161
"prettier": "^3.5.3",
162-
"prettier-plugin-organize-imports": "^4.1.0",
162+
"prettier-plugin-organize-imports": "^4.2.0",
163163
"prettier-plugin-tailwindcss": "^0.6.12",
164164
"puppeteer": "^24.8.2",
165165
"ramda": "^0.31.3",

‎src/app/[locale]/blog/_components/GroupBlock.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async function GroupBlock({ locale }: { locale: string }) {
1616
</h3>
1717

1818
<Image
19-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/comparer_empreinte_carbone_et_eau_entre_amis_4d3765d837.svg"
19+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/medium_comparer_empreinte_carbone_et_eau_entre_amis_ddbfa5e83d.svg"
2020
alt={t('Comparez vos résultats avec vos proches')}
2121
width={240}
2222
height={240}

‎src/components/landing-pages/Partners.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default async function Partners({ locale }: { locale: string }) {
1818
<div>
1919
<Image
2020
priority
21-
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/logo_abc_web_6c5f78f196.webp"
21+
src="https://nosgestesclimat-prod.s3.fr-par.scw.cloud/cms/logo_abc_web_01c99cfe74.webp"
2222
alt={t("Logo de l'Association pour la transition Bas Carbone")}
2323
width="90"
2424
height="30"

0 commit comments

Comments
 (0)