Skip to content

Commit

Permalink
Use version "next" for tsp-typescript-client and timeline-chart
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Sep 28, 2021
1 parent e5a16dc commit 353ed45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src"
],
"dependencies": {
"tsp-typescript-client": "^0.3.0"
"tsp-typescript-client": "next"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"react-virtualized": "^9.21.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"timeline-chart": "^0.2.0",
"tsp-typescript-client": "^0.3.0"
"timeline-chart": "next",
"tsp-typescript-client": "next"
},
"devDependencies": {
"@testing-library/react": "^10.4.6",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17259,10 +17259,10 @@ timed-out@^4.0.0, timed-out@^4.0.1:
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=

timeline-chart@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/timeline-chart/-/timeline-chart-0.2.0.tgz#d8af26c4cd632a0c17ecc619518d273176287ef5"
integrity sha512-bA8Oo3dD1troe2VpcaGh4B64umcEeF0eBr5+lHdf37wmw8KPUUNrKLBhhFmWBdVoVMh850Y+FW7qtnk72WPntA==
timeline-chart@next:
version "0.3.0-next.bbc0569.0"
resolved "https://registry.yarnpkg.com/timeline-chart/-/timeline-chart-0.3.0-next.bbc0569.0.tgz#84bb7b8f4fdec85c97d8867858b7e8e03529604b"
integrity sha512-jRhJtvu/bUwqMAtbee39dKGb7tlG7FHYuGHQI6xxmMUXFq3988YDCnzTnnNPVsGFfNB5TD+7sAcvlKx0XO9c6g==
dependencies:
"@types/lodash.throttle" "^4.1.4"
glob "^7.1.6"
Expand Down Expand Up @@ -17466,10 +17466,10 @@ tslib@^2.2.0, tslib@^2.3.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

tsp-typescript-client@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/tsp-typescript-client/-/tsp-typescript-client-0.3.0.tgz#6cfd075f219e2338a6e6d5e0aa9f329188e29171"
integrity sha512-JVG3dlFAU7vd0NvlY1xLb54R3MUavX5mYe6r26DiZqg5+BUbEW3s0B4eAs3ebueGIUAr1P+NjcsTzJfWtdcbMg==
tsp-typescript-client@next:
version "0.4.0-next.bf655d2"
resolved "https://registry.yarnpkg.com/tsp-typescript-client/-/tsp-typescript-client-0.4.0-next.bf655d2.tgz#96f2dd888d8f862f1c7493caa1cfdcbac8e3ce8e"
integrity sha512-3urDVRBAvV95rMoRTH0fPEz5EbOZb8caAJh/TvXi1fuB/qiXeLtphgit8PZb227IQRKWSP4xBEZVm8fLA768UA==
dependencies:
node-fetch "^2.5.0"

Expand Down

0 comments on commit 353ed45

Please sign in to comment.