Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olusegz07 committed Oct 18, 2023
1 parent 90b1d2b commit 01e5cb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@types/passport": "^1.0.2",
"@types/passport-oauth2": "^1.4.9",
"@types/session-file-store": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.13.1",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^8.51.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": ">=4",
Expand All @@ -75,7 +75,7 @@
"ts-node": "^10.8.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.2.2"
"typescript": "4.8.2"
},
"config": {
"commitizen": {
Expand All @@ -84,7 +84,6 @@
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/ioredis": "4.28.10",
"axios": "^0.21.1",
"caller-path": "^3.0.0",
"connect-redis": "^4.0.4",
Expand All @@ -93,7 +92,6 @@
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"express-session": "^1.17.0",
"ioredis": "4.28.5",
"jest-mock-axios": "^4.6.2",
"jest-ts-auto-mock": "^2.0.0",
"jwt-decode": "^2.2.0",
Expand Down

0 comments on commit 01e5cb0

Please sign in to comment.