Skip to content

Commit

Permalink
chore: update versions in samples (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter authored Mar 2, 2022
1 parent 958eb78 commit 8d9dafb
Show file tree
Hide file tree
Showing 26 changed files with 2,809 additions and 2,285 deletions.
284 changes: 200 additions & 84 deletions samples/js/js-customer-registry/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/js/js-customer-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"//": "https://npm.community/t/npm-install-does-not-install-transitive-dependencies-of-local-dependency/2264",
"dependencies": {
"@grpc/proto-loader": "^0.1.0",
"@lightbend/akkaserverless-javascript-sdk": "0.33.1",
"@lightbend/akkaserverless-javascript-sdk": "0.33.4",
"google-protobuf": "^3.11.4",
"grpc": "^1.24.9"
},
Expand Down
566 changes: 316 additions & 250 deletions samples/js/js-doc-snippets/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/js/js-doc-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"npm": ">=6.0.0"
},
"dependencies": {
"@lightbend/akkaserverless-javascript-sdk": "0.33.0"
"@lightbend/akkaserverless-javascript-sdk": "0.33.4"
},
"devDependencies": {
"@lightbend/akkasls-scripts": "0.33.0",
"@lightbend/akkasls-scripts": "0.33.4",
"chai": "^4.3.3",
"jsdoc": "^3.6.3",
"mocha": "^8.3.1",
Expand Down
4 changes: 2 additions & 2 deletions samples/js/js-eventsourced-shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"npm": ">=6.0.0"
},
"dependencies": {
"@lightbend/akkaserverless-javascript-sdk": "0.33.1"
"@lightbend/akkaserverless-javascript-sdk": "0.33.4"
},
"devDependencies": {
"@lightbend/akkasls-scripts": "0.33.1",
"@lightbend/akkasls-scripts": "0.33.4",
"chai": "^4.3.3",
"jsdoc": "^3.6.3",
"mocha": "^8.3.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/js/js-replicated-entity-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "samples/js/js-replicated-entity-example"
},
"dependencies": {
"@lightbend/akkaserverless-javascript-sdk": "0.33.1"
"@lightbend/akkaserverless-javascript-sdk": "0.33.4"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
Loading

0 comments on commit 8d9dafb

Please sign in to comment.