From ab7ba227a41d44c3a37f0047d61f4607683b3573 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 16 Jan 2024 17:33:44 -0500 Subject: [PATCH] fix(client): revert uplot to 1.6.27 --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1d09372f..43df8ae5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -31,7 +31,7 @@ "redux-actions": "^3.0.0", "redux-logger": "^3.0.6", "redux-thunk": "^2.4.2", - "uplot": "^1.6.27", + "uplot": "1.6.27", "uplot-react": "^1.1.5" }, "devDependencies": { @@ -7114,9 +7114,9 @@ } }, "node_modules/uplot": { - "version": "1.6.28", - "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.28.tgz", - "integrity": "sha512-6AQ/Hu2ZvwF1P6PtIELdWKFml8Vvf3PUqrkVndL4A1+s/0loHwXfsk3yMwy4WGkRAt0MAMpf0uKLa9h0Yt3miw==" + "version": "1.6.27", + "resolved": "https://registry.npmjs.org/uplot/-/uplot-1.6.27.tgz", + "integrity": "sha512-78U4ss5YeU65kQkOC/QAKiyII+4uo+TYUJJKvuxRzeSpk/s5sjpY1TL0agkmhHBBShpvLtmbHIEiM7+C5lBULg==" }, "node_modules/uplot-react": { "version": "1.1.5", diff --git a/client/package.json b/client/package.json index 3b127e56..75ff6f19 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "redux-actions": "^3.0.0", "redux-logger": "^3.0.6", "redux-thunk": "^2.4.2", - "uplot": "^1.6.27", + "uplot": "1.6.27", "uplot-react": "^1.1.5" }, "scripts": {