Finally Fixed normaly

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-03-30 15:42:46 +02:00
parent dd179edc2a
commit c7487f27b8

View File

@ -21,8 +21,10 @@
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.3", "stylus-loader": "^4.3.3",
"ts-loader": "^8.0.17", "ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^4.44.2" "webpack": "^4.44.2"
}, },
"peerDependencies": { "peerDependencies": {
@ -42,6 +44,7 @@
"dependencies": { "dependencies": {
"rollup": "^2.44.0", "rollup": "^2.44.0",
"rollup-plugin-styles": "^3.14.1", "rollup-plugin-styles": "^3.14.1",
"rollup-plugin-typescript2": "^0.30.0" "rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.1.0"
} }
} }