Skip to content

Commit 095e6ea

Browse files
authored
Merge pull request #12 from oslabs-beta/common
common pkg update in each service
2 parents e0b5b9f + 2a2b614 commit 095e6ea

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

examples_new/microservices/auth/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"@chronosrx/common": "^1.0.2",
21+
"@chronosrx/common": "^1.0.3",
2222
"axios": "^1.6.2",
2323
"bcryptjs": "^2.4.3",
2424
"cookie-parser": "^1.4.6",

examples_new/microservices/event-bus/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/event-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@chronosrx/common": "^1.0.2",
14+
"@chronosrx/common": "^1.0.3",
1515
"axios": "^1.6.2",
1616
"express": "^4.18.2",
1717
"ts-node-dev": "^2.0.0"

examples_new/microservices/inventory/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/inventory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"@chronosrx/common": "^1.0.2",
21+
"@chronosrx/common": "^1.0.3",
2222
"cookie-parser": "^1.4.6",
2323
"dotenv": "^16.3.1",
2424
"express": "^4.18.2",

0 commit comments

Comments
 (0)