Skip to content

Commit

Permalink
Use 15
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jun 26, 2024
1 parent 049a542 commit b54dfab
Show file tree
Hide file tree
Showing 16 changed files with 126 additions and 168 deletions.
69 changes: 24 additions & 45 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.

6 changes: 3 additions & 3 deletions e-commerce/payment-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint-fix": "eslint --fix src"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.14.13",
"@dbos-inc/dbos-openapi": "^1.1.15",
"@dbos-inc/dbos-cloud": "^1.15.9",
"@dbos-inc/dbos-openapi": "^1.15.9",
"@dbos-inc/eslint-plugin": "^0.0.6",
"@types/jest": "^29.5.5",
"@types/koa": "2.15.0",
Expand All @@ -24,7 +24,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.14.13",
"@dbos-inc/dbos-sdk": "^1.15.9",
"@ladjs/koa-views": "^9.0.0",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
Expand Down
77 changes: 28 additions & 49 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.14.13",
"@dbos-inc/dbos-sdk": "^1.14.13",
"@dbos-inc/communicator-bcrypt": "^1.15.9",
"@dbos-inc/dbos-sdk": "^1.15.9",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.14.13",
"@dbos-inc/dbos-openapi": "^1.1.15",
"@dbos-inc/dbos-cloud": "^1.15.9",
"@dbos-inc/dbos-openapi": "^1.15.9",
"@dbos-inc/eslint-plugin": "^0.0.6",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.5",
Expand Down
16 changes: 8 additions & 8 deletions greeting-emails/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-emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint-fix": "eslint --fix src"
},
"devDependencies": {
"@dbos-inc/dbos-cloud": "^1.14.13",
"@dbos-inc/dbos-cloud": "^1.15.9",
"@dbos-inc/eslint-plugin": "^0.0.6",
"@types/jest": "^29.5.5",
"@types/supertest": "^2.0.14",
Expand All @@ -19,7 +19,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@dbos-inc/dbos-sdk": "^1.14.13",
"@dbos-inc/dbos-sdk": "^1.15.9",
"knex": "3.1.0"
}
}
Loading

0 comments on commit b54dfab

Please sign in to comment.