Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #70 from mobilejazz/feature/202110-upgrade
Browse files Browse the repository at this point in the history
2021-10 Upgrade dependencies
  • Loading branch information
joselufo authored Oct 7, 2021
2 parents 4291adb + e717818 commit 1339d6b
Show file tree
Hide file tree
Showing 7 changed files with 922 additions and 720 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.9
16.10
1,558 changes: 880 additions & 678 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"dependencies": {
"@bugfender/sdk": "^1.5.0",
"typeorm": "^0.2.37"
"typeorm": "^0.2.38"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "16.9.x",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@types/jest": "^27.0.2",
"@types/node": "16.10.x",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"jest": "^27.2.0",
"jest": "^27.2.4",
"lerna": "^4.0.0",
"prettier": "2.4.1",
"ts-jest": "^27.0.5",
Expand Down
52 changes: 26 additions & 26 deletions packages/nest/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepublishOnly": "cp ./package.json ./dist && cp ../../README.md ./dist"
},
"dependencies": {
"@nestjs/common": "^8.0.6",
"@nestjs/common": "^8.0.10",
"bcryptjs": "~2.4.3",
"oauth2-server": "^3.1.1",
"reflect-metadata": "^0.1.13"
Expand Down
16 changes: 8 additions & 8 deletions packages/typeorm/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"peerDependencies": {
"@mobilejazz/harmony-core": "0.x",
"typeorm": "^0.2.37"
"typeorm": "^0.2.38"
}
}

0 comments on commit 1339d6b

Please sign in to comment.