Skip to content

Commit 6b6c01b

Browse files
committed
Make css a dependency for the script
1 parent 5e09d50 commit 6b6c01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"dependencies": {
7171
"@gouvfr/dsfr": "1.7.2",
7272
"remixicon": "^2.5.0",
73-
"tsafe": "^1.1.1"
73+
"tsafe": "^1.1.1",
74+
"css": "^3.0.0"
7475
},
7576
"devDependencies": {
7677
"@emotion/react": "^11.10.4",
@@ -83,7 +84,6 @@
8384
"@types/react-dom": "18.0.6",
8485
"@typescript-eslint/eslint-plugin": "^4.24.0",
8586
"@typescript-eslint/parser": "^4.24.0",
86-
"css": "^3.0.0",
8787
"eslint": "^7.26.0",
8888
"eslint-config-prettier": "^8.3.0",
8989
"evt": "^2.4.2",

0 commit comments

Comments
 (0)