From 78856b047d0f24deba872f5939d18401742e3a15 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Mon, 8 Apr 2024 10:22:17 -0400 Subject: [PATCH] [timeline-chart][tsp-typescript-client] Switch to solid versions Now that we can easily publish solid (latest) revisions of these dependencies, let's switch to requesting a "solid" version range, for them, instead of using "next". From now-on, these dependencies should be managed like any other production dependencies. Signed-off-by: Marc Dumais --- packages/base/package.json | 2 +- packages/react-components/package.json | 4 ++-- yarn.lock | 18 ++++++++---------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/packages/base/package.json b/packages/base/package.json index 5798d4ec..71dba672 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -16,7 +16,7 @@ "src" ], "dependencies": { - "tsp-typescript-client": "next" + "tsp-typescript-client": "^0.4.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.4.0", diff --git a/packages/react-components/package.json b/packages/react-components/package.json index d1489179..fc3736f5 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -35,9 +35,9 @@ "react-virtualized": "^9.21.0", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^0.86.0", - "timeline-chart": "next", + "timeline-chart": "^0.3.1", "traceviewer-base": "0.2.0", - "tsp-typescript-client": "next" + "tsp-typescript-client": "^0.4.1" }, "devDependencies": { "@testing-library/react": "^13.4.0", diff --git a/yarn.lock b/yarn.lock index 88787933..285cef0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14095,17 +14095,16 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8, resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz" integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== -timeline-chart@next: - version "0.3.0-next.20240111132757.93cc807.0" - resolved "https://registry.npmjs.org/timeline-chart/-/timeline-chart-0.3.0-next.20240111132757.93cc807.0.tgz" - integrity sha512-GeOL0bh/hK/Og22hYTPX5zmYrfcy8r+yiS9qeZ9ihf9U4TqzVTdZLDLgchidLQfboVO+qItwsg9ZHUYP4py+lg== +timeline-chart@^0.3.1: + version "0.3.1" + resolved "https://registry.npmjs.org/timeline-chart/-/timeline-chart-0.3.1.tgz#2f53b3af20e2dffba7917775db6b1ef5b40303d2" + integrity sha512-qDP9se79LtX+SlA6Y8dZDvcgL0z+9yEjdMiObAf3AWjUW+IsR3aQrNUTDER5pCXRMsvLQy5l2WWWQX0DrflKuQ== dependencies: "@types/lodash.throttle" "^4.1.4" glob "^7.1.6" keyboard-key "1.1.0" lodash.throttle "^4.1.1" pixi.js-legacy "^5.3.3" - rimraf latest tmp-promise@^3.0.2: version "3.0.3" @@ -14278,14 +14277,13 @@ tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tsp-typescript-client@next: - version "0.4.0-next.20240111132845.6621bc7.0" - resolved "https://registry.npmjs.org/tsp-typescript-client/-/tsp-typescript-client-0.4.0-next.20240111132845.6621bc7.0.tgz" - integrity sha512-BVQmzZWemO5QMQpcmwKqN7SFyp5dcqas5jkG4ZqFHfW4ge55jQm2upuf41Rh0/p2oCUJ6GjDZiq6O8QRN5amMQ== +tsp-typescript-client@^0.4.1: + version "0.4.1" + resolved "https://registry.npmjs.org/tsp-typescript-client/-/tsp-typescript-client-0.4.1.tgz#7475cacf1f5f055279dee4bd3614b24d5434d10d" + integrity sha512-T0Bi2qwkJdxEJ7NSASFMzHtSNMbZnmuyDyvR5+6uvcc9zxd7X4/axhCHfiRxlwvWddyQfpPGPrDFiLbz3g2izA== dependencies: json-bigint sidorares/json-bigint#2c0a5f896d7888e68e5f4ae3c7ea5cd42fd54473 node-fetch "^2.5.0" - rimraf latest tsutils@^3.17.1, tsutils@^3.21.0: version "3.21.0"