integration package: fix build errors

This commit is contained in:
Emmanuel Pelletier
2025-04-17 17:47:27 +02:00
parent 6626989652
commit 1c09b66c58
3 changed files with 30 additions and 13 deletions

View File

@@ -10,7 +10,8 @@
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-syntax-import-attributes": "^7.24.1",
"@fullhuman/postcss-purgecss": "^6.0.0", "@fullhuman/postcss-purgecss": "^6.0.0",
"@gouvfr/dsfr": "^1.11.2", "@gouvfr/dsfr": "1.13.0",
"@types/node": "^22.14.1",
"@types/react": "^18.2.66", "@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
@@ -1550,6 +1551,16 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": {
"version": "22.14.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz",
"integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"node_modules/@types/prop-types": { "node_modules/@types/prop-types": {
"version": "15.7.14", "version": "15.7.14",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz",
@@ -3906,6 +3917,13 @@
"node": ">=14.17" "node": ">=14.17"
} }
}, },
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true,
"license": "MIT"
},
"node_modules/universalify": { "node_modules/universalify": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",

View File

@@ -40,7 +40,8 @@
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-syntax-import-attributes": "^7.24.1",
"@fullhuman/postcss-purgecss": "^6.0.0", "@fullhuman/postcss-purgecss": "^6.0.0",
"@gouvfr/dsfr": "^1.11.2", "@gouvfr/dsfr": "1.13.0",
"@types/node": "^22.14.1",
"@types/react": "^18.2.66", "@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",

View File

@@ -1,17 +1,16 @@
diff --git a/node_modules/@gouvfr/dsfr/dist/dsfr.css b/node_modules/@gouvfr/dsfr/dist/dsfr.css diff --git a/node_modules/@gouvfr/dsfr/dist/dsfr.css b/node_modules/@gouvfr/dsfr/dist/dsfr.css
index 9444fd2..6877e96 100644 index 56d63bf..d77e1cd 100644
--- a/node_modules/@gouvfr/dsfr/dist/dsfr.css --- a/node_modules/@gouvfr/dsfr/dist/dsfr.css
+++ b/node_modules/@gouvfr/dsfr/dist/dsfr.css +++ b/node_modules/@gouvfr/dsfr/dist/dsfr.css
@@ -1,8 +1,6 @@ @@ -1,7 +1,6 @@
/*! /*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) * DSFR v1.13.0 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/ */
-@charset "UTF-8"; -@charset "UTF-8";
-
/* ¯¯¯¯¯¯¯¯¯ *\ /* ¯¯¯¯¯¯¯¯¯ *\
CORE CORE
\* ˍˍˍˍˍˍˍˍˍ */ @@ -1374,80 +1373,6 @@ audio:not([href]) {
@@ -1341,80 +1339,6 @@ audio:not([href]) {
transition: none !important; transition: none !important;
} }
@@ -93,15 +92,14 @@ index 9444fd2..6877e96 100644
font-weight: 700; font-weight: 700;
font-size: 1.125rem; font-size: 1.125rem;
diff --git a/node_modules/@gouvfr/dsfr/dist/utility/utility.css b/node_modules/@gouvfr/dsfr/dist/utility/utility.css diff --git a/node_modules/@gouvfr/dsfr/dist/utility/utility.css b/node_modules/@gouvfr/dsfr/dist/utility/utility.css
index 2941a15..1b43d4a 100644 index a723711..097aad5 100644
--- a/node_modules/@gouvfr/dsfr/dist/utility/utility.css --- a/node_modules/@gouvfr/dsfr/dist/utility/utility.css
+++ b/node_modules/@gouvfr/dsfr/dist/utility/utility.css +++ b/node_modules/@gouvfr/dsfr/dist/utility/utility.css
@@ -1,8 +1,6 @@ @@ -1,7 +1,6 @@
/*! /*!
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) * DSFR v1.13.0 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/ */
-@charset "UTF-8"; -@charset "UTF-8";
-
.fr-background-default--grey { .fr-background-default--grey {
background-color: var(--background-default-grey) !important; background-color: var(--background-default-grey) !important;