Skip to content

Commit 7358107

Browse files
authored
Merge pull request #416 from codegouvfr/revert-413-feature/pictogrammes
Revert "feat: Ajout des pictogrammes du DSFR 💎"
2 parents 408253f + 134f63e commit 7358107

File tree

218 files changed

+2055
-9660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+2055
-9660
lines changed

package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"scripts": {
1010
"prepare": "patch-package",
1111
"build": "ts-node -T scripts/build",
12-
"rebuild-picto": "ts-node -T scripts/picto-builder.ts src/picto/pictogrammes-svg src/picto",
1312
"_link": "ts-node -T scripts/link-in-integration-apps.ts",
1413
"link-external": "ts-node -T scripts/link-in-external-project.ts",
1514
"start-cra": "yarn build && yarn _link && ((tsc -w -p src) & (cd test/integration/cra && yarn start))",
@@ -64,8 +63,6 @@
6463
],
6564
"homepage": "https://github.com/codegouvfr/react-dsfr",
6665
"dependencies": {
67-
"react": "^19.1.0",
68-
"react-dom": "^19.1.0",
6966
"tsafe": "^1.8.5",
7067
"yargs-parser": "^21.1.1"
7168
},
@@ -78,11 +75,11 @@
7875
}
7976
},
8077
"devDependencies": {
78+
"@gouvfr/dsfr-chart": "^1.0.0",
8179
"@babel/core": "^7.20.2",
8280
"@emotion/react": "^11.10.4",
8381
"@emotion/styled": "^11.10.4",
8482
"@gouvfr/dsfr": "1.13.2",
85-
"@gouvfr/dsfr-chart": "^1.0.0",
8683
"@mui/icons-material": "^5.14.18",
8784
"@mui/material": "^5.14.18",
8885
"@storybook/addon-a11y": "^6.5.16",
@@ -97,7 +94,6 @@
9794
"@tanstack/react-virtual": "^3.0.0-beta.39",
9895
"@types/css": "^0.0.33",
9996
"@types/memoizee": "^0.4.8",
100-
"@types/mustache": "^4.2.6",
10197
"@types/node": "^18.7.18",
10298
"@types/react": "18.0.21",
10399
"@types/react-dom": "18.0.6",
@@ -114,22 +110,20 @@
114110
"husky": "^4.3.8",
115111
"lint-staged": "^11.0.0",
116112
"memoizee": "^0.4.15",
117-
"mustache": "^4.2.0",
118113
"next": "13.5.1",
119114
"parse-numeric-range": "^1.3.0",
120-
"patch-package": "^8.0.0",
121115
"powerhooks": "^0.22.0",
122116
"prettier": "^2.3.0",
123-
"react": "^19.1.0",
124-
"react-dom": "^19.1.0",
117+
"react": "18.2.0",
118+
"react-dom": "18.2.0",
125119
"remixicon": "^4.2.0",
126120
"storybook-dark-mode": "^1.1.2",
127-
"svgo": "^3.3.2",
128121
"ts-node": "^10.9.1",
129122
"tss-react": "^4.9.1",
130123
"type-route": "^1.0.1",
131124
"typescript": "^4.9.1",
132-
"vitest": "^0.24.3"
125+
"vitest": "^0.24.3",
126+
"patch-package": "^8.0.0"
133127
},
134128
"main": "dist/fr/index.js",
135129
"types": "dist/fr/index.d.ts",

scripts/picto-builder.ts

Lines changed: 0 additions & 158 deletions
This file was deleted.

src/picto/Accessibility.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/picto/Airport.tsx

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)