Skip to content

Commit

Permalink
updated package.json and yarn to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
olusegz07 committed Oct 18, 2023
1 parent d9c17c5 commit afca53e
Show file tree
Hide file tree
Showing 4 changed files with 13,502 additions and 9,521 deletions.
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
},
"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 @@ -92,6 +93,7 @@
"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 All @@ -106,5 +108,6 @@
},
"resolutions": {
"@types/express-session": "1.15.16"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit afca53e

Please sign in to comment.