Skip to content

Commit

Permalink
Fix (#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
  • Loading branch information
DeepanshuA authored Jul 26, 2024
1 parent 1b591fc commit 09d1dcc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
15 changes: 8 additions & 7 deletions configuration/javascript/sdk/order-processor/package-lock.json

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

2 changes: 1 addition & 1 deletion configuration/javascript/sdk/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"eslint-plugin-react": "^7.28.0"
},
"dependencies": {
"@dapr/dapr": "^3.3.0"
"@dapr/dapr": "^3.3.1"
}
}
15 changes: 8 additions & 7 deletions cryptography/javascript/sdk/crypto-quickstart/package-lock.json

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

2 changes: 1 addition & 1 deletion cryptography/javascript/sdk/crypto-quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@dapr/dapr": "^3.3.0"
"@dapr/dapr": "^3.3.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down

0 comments on commit 09d1dcc

Please sign in to comment.