Skip to content

Commit

Permalink
update dbos version
Browse files Browse the repository at this point in the history
  • Loading branch information
qianl15 committed Aug 13, 2024
1 parent ff14179 commit a067a7a
Show file tree
Hide file tree
Showing 18 changed files with 125 additions and 125 deletions.
16 changes: 8 additions & 8 deletions bank/bank-backend/package-lock.json

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

4 changes: 2 additions & 2 deletions bank/bank-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"private": true,
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.20.20",
"@dbos-inc/dbos-sdk": "^1.20.21",
"@koa/bodyparser": "^5.0.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
Expand All @@ -31,7 +31,7 @@
"prisma": "^5.1.1"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/eslint-plugin": "^3.3.3",
"@types/jest": "^29.5.3",
"@types/koa__cors": "^4.0.1",
Expand Down
16 changes: 8 additions & 8 deletions e-commerce/payment-backend/package-lock.json

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

4 changes: 2 additions & 2 deletions e-commerce/payment-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint-fix": "eslint --fix src"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/dbos-openapi": "^1.18.8",
"@dbos-inc/eslint-plugin": "^3.3.3",
"@types/jest": "^29.5.5",
Expand All @@ -23,7 +23,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.20.20",
"@dbos-inc/dbos-sdk": "^1.20.21",
"@ladjs/koa-views": "^9.0.0",
"ejs": "^3.1.10",
"ts-node": "^10.9.2"
Expand Down
32 changes: 16 additions & 16 deletions e-commerce/shop-backend/package-lock.json

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

8 changes: 4 additions & 4 deletions e-commerce/shop-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"start": "npx dbos start"
},
"dependencies": {
"@dbos-inc/communicator-bcrypt": "^1.20.20",
"@dbos-inc/dbos-sdk": "^1.20.20",
"@dbos-inc/communicator-bcrypt": "^1.20.21",
"@dbos-inc/dbos-sdk": "^1.20.21",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-openapi": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/dbos-openapi": "^1.20.21",
"@dbos-inc/eslint-plugin": "^3.3.3",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.5",
Expand Down
16 changes: 8 additions & 8 deletions greeting-guestbook/package-lock.json

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

4 changes: 2 additions & 2 deletions greeting-guestbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"lint-fix": "eslint --fix src"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/eslint-plugin": "^3.3.3",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.20.20",
"@dbos-inc/dbos-sdk": "^1.20.21",
"knex": "3.1.0"
}
}
16 changes: 8 additions & 8 deletions shop-guide/package-lock.json

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

4 changes: 2 additions & 2 deletions shop-guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint-fix": "eslint --fix src"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.20.20",
"@dbos-inc/dbos-sdk": "^1.20.21",
"knex": "^3.1.0"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/eslint-plugin": "^3.3.3",
"@types/koa-bodyparser": "^4.3.12",
"eslint": "^8.56.0",
Expand Down
16 changes: 8 additions & 8 deletions tpcc/package-lock.json

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

4 changes: 2 additions & 2 deletions tpcc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"load": "go-tpc tpcc prepare --no-check -d postgres -U postgres -p ${PGPASSWORD} -D tpcc -P 5432 --conn-params sslmode=disable --warehouses 1"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.20.20",
"@dbos-inc/dbos-cloud": "^1.20.21",
"@dbos-inc/eslint-plugin": "^3.3.3",
"@types/jest": "^29.5.12",
"@types/supertest": "^2.0.14",
Expand All @@ -21,6 +21,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.20.20"
"@dbos-inc/dbos-sdk": "^1.20.21"
}
}
Loading

0 comments on commit a067a7a

Please sign in to comment.