Skip to content

Commit dcc40cb

Browse files
committed
patch-package is a dev dep
1 parent 5bb100a commit dcc40cb

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
@@ -63,7 +63,6 @@
6363
],
6464
"homepage": "https://github.com/codegouvfr/react-dsfr",
6565
"dependencies": {
66-
"patch-package": "^8.0.0",
6766
"tsafe": "^1.7.2",
6867
"yargs-parser": "^21.1.1"
6968
},
@@ -114,7 +113,8 @@
114113
"tss-react": "^4.9.1",
115114
"type-route": "^1.0.1",
116115
"typescript": "^4.9.1",
117-
"vitest": "^0.24.3"
116+
"vitest": "^0.24.3",
117+
"patch-package": "^8.0.0"
118118
},
119119
"main": "dist/fr/index.js",
120120
"types": "dist/fr/index.d.ts",

0 commit comments

Comments
 (0)