Skip to content

Commit ad7bd67

Browse files
committed
fix(sync): fix conflict
fix conflict
1 parent e120d46 commit ad7bd67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dependencies": {
2727
"@types/react": "^16.9.35",
2828
"@types/react-dom": "^16.9.9",
29+
"core-js": "^3.6.5",
2930
"dt-utils": "^1.0.1",
3031
"loadsh": "^0.0.4",
3132
"monaco-editor": "^0.21.2",
@@ -39,6 +40,7 @@
3940
"vscode-codicons": "^0.0.10"
4041
},
4142
"devDependencies": {
43+
"@babel/core": "^7.12.3",
4244
"@commitlint/cli": "^11.0.0",
4345
"@commitlint/config-conventional": "^11.0.0",
4446
"@storybook/addon-actions": "6.0.28",
@@ -78,5 +80,10 @@
7880
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
7981
"pre-push": "prettier --ignore-unknown --write ."
8082
}
83+
},
84+
"config": {
85+
"commitizen": {
86+
"path": "cz-conventional-changelog"
87+
}
8188
}
8289
}

0 commit comments

Comments
 (0)