Skip to content

Commit

Permalink
chore(core): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jun 9, 2021
1 parent 83e2452 commit 1a51bc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 96 deletions.
86 changes: 0 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,11 @@
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"debug": "^4.1.1",
"faker": "^4.1.0",
"is-hotkey": "^0.1.6",
"is-url": "^1.2.2",
"lodash": "3.10.1",
"lottie-web": "5.4.4",
"lz-string": "1.4.4",
"node-sass": "^4.13.0",
"scroll-into-view-if-needed": "^2.2.20",
"slate": "0.63.0",
"slate-history": "0.62.0",
"unified": "^9.1.0",
"direction": "^1.0.3"
},
"devDependencies": {
Expand Down Expand Up @@ -89,6 +83,7 @@
"lint-staged": "^10.0.8",
"prettier": "^1.19.1",
"standard-version": "^7.0.1",
"coveralls": "^3.0.6"
"coveralls": "^3.0.6",
"faker": "^4.1.0"
}
}
8 changes: 5 additions & 3 deletions packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"peerDependencies": {
"@angular/common": "~10.2.4",
"@angular/core": "~10.2.4",
"slate": "^0.58.4",
"slate-history": "^0.58.4",
"slate": "^0.63.0",
"slate-history": "^0.62.0",
"direction": "^1.0.3",
"is-hotkey": "^0.1.6"
"is-hotkey": "^0.1.6",
"debug": "^4.1.1",
"scroll-into-view-if-needed": "^2.2.20"
}
}

0 comments on commit 1a51bc9

Please sign in to comment.