Skip to content

Commit

Permalink
fix: remove invalid dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Aug 31, 2022
1 parent 0728e1d commit d1e04e1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 74 deletions.
61 changes: 6 additions & 55 deletions package-lock.json

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

11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,17 @@
]
},
"dependencies": {
"dayjs": "^1.11.0",
"deepmerge-ts": "4.2.1",
"lodash": "4.17.21",
"module-alias": "^2.2.2",
"uuid": "^8.3.2"
},
"peerDependencies": {
"@types/module-alias": "2.0.1",
"@types/uuid": "^8.3.4"
"lodash": "4.17.21"
},
"devDependencies": {
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@nestjs/testing": "8.4.7",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.182",
"@types/module-alias": "2.0.1",
"@types/node": "16.11.56",
"@types/supertest": "2.0.12",
"@types/uuid": "^8.3.4",
"@vodyani/eslint-config": "^1.1.0",
"husky": "7.0.4",
"jest": "27.5.1",
Expand Down
3 changes: 0 additions & 3 deletions src/common/declare/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/common/declare/module-alias.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/common/declare/time.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/common/declare/uuid.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/common/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './declare';
export * from './interface';
export * from './type';

0 comments on commit d1e04e1

Please sign in to comment.