Skip to content

Commit

Permalink
Merge pull request #9 from boschrexroth/bugfix/update-deps
Browse files Browse the repository at this point in the history
use latest available dedicated package versions (removed caret)
  • Loading branch information
Johannes Albrecht committed May 2, 2022
2 parents 95a8a02 + 8ad0f46 commit 596f69d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples-node/datalayer.client.browse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ts-node": "^10.6.0"
},
"dependencies": {
"ctrlx-datalayer": "^1.3.3",
"ctrlx-datalayer-flatbuffers": "^1.14.3"
"ctrlx-datalayer": "^1.3.4",
"ctrlx-datalayer-flatbuffers": "^1.14.4"
},
"scripts": {
"prepare": "npm run tsc",
Expand Down
4 changes: 2 additions & 2 deletions samples-node/datalayer.client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ts-node": "^10.6.0"
},
"dependencies": {
"ctrlx-datalayer": "^1.3.3",
"ctrlx-datalayer-flatbuffers": "^1.14.3"
"ctrlx-datalayer": "^1.3.4",
"ctrlx-datalayer-flatbuffers": "^1.14.4"
},
"scripts": {
"prepare": "npm run tsc",
Expand Down
4 changes: 2 additions & 2 deletions samples-node/datalayer.provider.alldata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ts-node": "^10.6.0"
},
"dependencies": {
"ctrlx-datalayer": "^1.3.3",
"ctrlx-datalayer-flatbuffers": "^1.14.3"
"ctrlx-datalayer": "^1.3.4",
"ctrlx-datalayer-flatbuffers": "^1.14.4"
},
"scripts": {
"prepare": "npm run copy-bfbs && npm run tsc",
Expand Down
4 changes: 2 additions & 2 deletions samples-node/datalayer.provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ts-node": "^10.6.0"
},
"dependencies": {
"ctrlx-datalayer": "^1.3.3",
"ctrlx-datalayer-flatbuffers": "^1.14.3"
"ctrlx-datalayer": "^1.3.4",
"ctrlx-datalayer-flatbuffers": "^1.14.4"
},
"scripts": {
"prepare": "npm run copy-bfbs && npm run tsc",
Expand Down

0 comments on commit 596f69d

Please sign in to comment.