Skip to content

Commit

Permalink
chore: removed the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Apr 25, 2021
1 parent 6f5d24d commit 1802512
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/dantalion-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"dependencies": {
"@kurone-kito/dantalion-core": "^0.4.0",
"commander": "^7.2.0",
"ts-polyfill": "^3.8.2"
"commander": "^7.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.22",
Expand Down
3 changes: 0 additions & 3 deletions packages/dantalion-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"engines": {
"node": ">=12"
},
"dependencies": {
"ts-polyfill": "^3.8.2"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.22.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/dantalion-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
},
"dependencies": {
"@kurone-kito/dantalion-core": "^0.4.0",
"i18next": "^20.2.1",
"ts-polyfill": "^3.8.2"
"i18next": "^20.2.1"
},
"devDependencies": {
"@types/jest": "^26.0.22",
Expand Down

0 comments on commit 1802512

Please sign in to comment.