From 49b5ab71c23c487eb39499afc621ad55521098dc Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 24 Mar 2023 16:30:38 +0000 Subject: [PATCH] Use repo commit URLs that Yarn 2+ is happy with. --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index ba2d615da..d7d962fa0 100644 --- a/web/package.json +++ b/web/package.json @@ -143,7 +143,7 @@ "react": "^17.0.1", "react-aspen": "^1.1.0", "react-checkbox-tree": "^1.7.2", - "react-data-grid": "git+https://github.com/pgadmin-org/react-data-grid.git/#200d2f5e02de694e3e9ffbe177c279bc40240fb8", + "react-data-grid": "https://github.com/pgadmin-org/react-data-grid.git#200d2f5e02de694e3e9ffbe177c279bc40240fb8", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^17.0.1", @@ -166,7 +166,7 @@ "uplot": "^1.6.24", "uplot-react": "^1.1.4", "valid-filename": "^2.0.1", - "webcabin-docker": "git+https://github.com/pgadmin-org/wcdocker/#460fc6d90ba170bb177faaa8277f5fbb8279522a", + "webcabin-docker": "https://github.com/pgadmin-org/wcdocker#460fc6d90ba170bb177faaa8277f5fbb8279522a", "wkx": "^0.5.0", "xterm": "^4.11.0", "xterm-addon-fit": "^0.5.0",