Skip to content

Commit

Permalink
revert: refactor: update @nestjs/common imports to reference top leve…
Browse files Browse the repository at this point in the history
…l index.ts

This reverts changes to package.json made by 30d67d6
  • Loading branch information
caucik committed Nov 16, 2021
1 parent 30d67d6 commit aefce75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,23 +23,23 @@
"devDependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-angular": "14.1.0",
"@nestjs/common": "8.2.0",
"jest": "27.3.1",
"ts-jest": "27.0.7",
"reflect-metadata": "0.1.13",
"@nestjs/core": "8.2.0",
"@nestjs/testing": "8.2.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"eslint": "8.2.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"@nestjs/common": "8.2.0",
"@types/node": "16.11.7",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "12.0.2",
"prettier": "2.4.1",
"reflect-metadata": "0.1.13",
"release-it": "14.11.7",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
"dependencies": {
Expand Down

0 comments on commit aefce75

Please sign in to comment.