From e9a3be6512baed0f55244c13f6f604287bb1354a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 14 Aug 2023 21:05:18 +0100 Subject: [PATCH] chore: Change format of GitHub hosted dependencies --- api.planx.uk/package.json | 2 +- api.planx.uk/pnpm-lock.yaml | 2 +- e2e/tests/api-driven/package.json | 2 +- e2e/tests/api-driven/pnpm-lock.yaml | 2 +- e2e/tests/ui-driven/package.json | 2 +- e2e/tests/ui-driven/pnpm-lock.yaml | 2 +- editor.planx.uk/package.json | 2 +- editor.planx.uk/pnpm-lock.yaml | 5 ++--- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index c29a733743..a6b0ba3aa7 100644 --- a/api.planx.uk/package.json +++ b/api.planx.uk/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@airbrake/node": "^2.1.8", - "@opensystemslab/planx-core": "github:theopensystemslab/planx-core#1960181", + "@opensystemslab/planx-core": "https://github.com/theopensystemslab/planx-core#1960181", "@types/isomorphic-fetch": "^0.0.36", "adm-zip": "^0.5.10", "aws-sdk": "^2.1358.0", diff --git a/api.planx.uk/pnpm-lock.yaml b/api.planx.uk/pnpm-lock.yaml index 46a19dc702..a7a6dccdd1 100644 --- a/api.planx.uk/pnpm-lock.yaml +++ b/api.planx.uk/pnpm-lock.yaml @@ -9,7 +9,7 @@ dependencies: specifier: ^2.1.8 version: 2.1.8 '@opensystemslab/planx-core': - specifier: github:theopensystemslab/planx-core#1960181 + specifier: https://github.com/theopensystemslab/planx-core#1960181 version: github.com/theopensystemslab/planx-core/1960181 '@types/isomorphic-fetch': specifier: ^0.0.36 diff --git a/e2e/tests/api-driven/package.json b/e2e/tests/api-driven/package.json index a9f4196415..36e65a96a5 100644 --- a/e2e/tests/api-driven/package.json +++ b/e2e/tests/api-driven/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@cucumber/cucumber": "^9.3.0", - "@opensystemslab/planx-core": "github:theopensystemslab/planx-core#1960181", + "@opensystemslab/planx-core": "https://github.com/theopensystemslab/planx-core#1960181", "axios": "^1.4.0", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0", diff --git a/e2e/tests/api-driven/pnpm-lock.yaml b/e2e/tests/api-driven/pnpm-lock.yaml index 0142e6101e..7f340e9877 100644 --- a/e2e/tests/api-driven/pnpm-lock.yaml +++ b/e2e/tests/api-driven/pnpm-lock.yaml @@ -9,7 +9,7 @@ dependencies: specifier: ^9.3.0 version: 9.3.0 '@opensystemslab/planx-core': - specifier: github:theopensystemslab/planx-core#1960181 + specifier: https://github.com/theopensystemslab/planx-core#1960181 version: github.com/theopensystemslab/planx-core/1960181 axios: specifier: ^1.4.0 diff --git a/e2e/tests/ui-driven/package.json b/e2e/tests/ui-driven/package.json index ab69f3b8b7..d5366553cb 100644 --- a/e2e/tests/ui-driven/package.json +++ b/e2e/tests/ui-driven/package.json @@ -8,7 +8,7 @@ "postinstall": "./install-dependencies.sh" }, "dependencies": { - "@opensystemslab/planx-core": "github:theopensystemslab/planx-core#1960181", + "@opensystemslab/planx-core": "https://github.com/theopensystemslab/planx-core#1960181", "axios": "^1.4.0", "dotenv": "^16.3.1", "eslint": "^8.44.0", diff --git a/e2e/tests/ui-driven/pnpm-lock.yaml b/e2e/tests/ui-driven/pnpm-lock.yaml index 578ac755ef..99fe1f981a 100644 --- a/e2e/tests/ui-driven/pnpm-lock.yaml +++ b/e2e/tests/ui-driven/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: dependencies: '@opensystemslab/planx-core': - specifier: github:theopensystemslab/planx-core#1960181 + specifier: https://github.com/theopensystemslab/planx-core#1960181 version: github.com/theopensystemslab/planx-core/1960181 axios: specifier: ^1.4.0 diff --git a/editor.planx.uk/package.json b/editor.planx.uk/package.json index 87c8029046..799b207cab 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -15,7 +15,7 @@ "@mui/styles": "^5.13.7", "@mui/utils": "^5.13.7", "@opensystemslab/map": "^0.7.4", - "@opensystemslab/planx-core": "github:theopensystemslab/planx-core#1960181", + "@opensystemslab/planx-core": "https://github.com/theopensystemslab/planx-core#1960181", "@tiptap/core": "^2.0.3", "@tiptap/extension-bold": "^2.0.3", "@tiptap/extension-bubble-menu": "^2.0.3", diff --git a/editor.planx.uk/pnpm-lock.yaml b/editor.planx.uk/pnpm-lock.yaml index 1c682e7c5e..6ee07969fd 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -49,7 +49,7 @@ dependencies: specifier: ^0.7.4 version: 0.7.4 '@opensystemslab/planx-core': - specifier: github:theopensystemslab/planx-core#1960181 + specifier: https://github.com/theopensystemslab/planx-core#1960181 version: github.com/theopensystemslab/planx-core/1960181(@types/react@18.2.0) '@tiptap/core': specifier: ^2.0.3 @@ -7836,7 +7836,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.61.0 - eslint-visitor-keys: 3.4.1 + eslint-visitor-keys: 3.4.2 /@usulpro/color-picker@1.1.4(react@18.2.0): resolution: {integrity: sha512-+yTVjNAV+mvbEm0mtVGl7pishZS6gGiCMr9EXfRgvikrqbDdXJlW98I4IOPNdMBGciiz7eYkOyh7qAU3OP7b9A==} @@ -11059,7 +11059,6 @@ packages: /eslint-visitor-keys@3.4.2: resolution: {integrity: sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false /eslint-webpack-plugin@3.2.0(eslint@8.44.0)(webpack@5.88.1): resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==}