Skip to content

Commit

Permalink
Update yarnPath and package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Feb 4, 2024
1 parent 02338da commit 2880ba7
Show file tree
Hide file tree
Showing 5 changed files with 1,271 additions and 1,217 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
2 changes: 2 additions & 0 deletions nixpacks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[start]
cmd = "yarn distribute"
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,46 @@
"@hapi/boom": "^10.0.1",
"@koa/cors": "^5.0.0",
"amala": "^10.0.8",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"envalid": "^8.0.0",
"facebook-node-sdk": "^0.2.0",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"koa-router": "^12.0.1",
"lodash": "^4.17.21",
"mongoose": "^8.0.4"
"mongoose": "^8.1.1"
},
"devDependencies": {
"@big-whale-labs/bwl-eslint-backend": "^1.0.5",
"@big-whale-labs/prettier-config": "^1.1.3",
"@rushstack/eslint-patch": "^1.6.1",
"@typegoose/typegoose": "^12.0.0",
"@types/jest": "^29.5.11",
"@rushstack/eslint-patch": "^1.7.2",
"@typegoose/typegoose": "^12.1.0",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/koa": "^2.14.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-router": "^7.4.8",
"@types/koa__cors": "^5.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/node": "^20.11.16",
"@types/supertest": "^6.0.2",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.56.0",
"http-graceful-shutdown": "^3.1.13",
"jest": "^29.7.0",
"module-alias": "^2.2.3",
"mongodb-memory-server": "^9.1.4",
"prettier": "^3.2.1",
"mongodb-memory-server": "^9.1.6",
"prettier": "^3.2.4",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
},
"_moduleAliases": {
"@": "dist"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 2880ba7

Please sign in to comment.