From 90ea1c97b2c76494f14e59fe464d9ed509d337fb Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 20 Oct 2023 13:42:48 +0100 Subject: [PATCH] chore: bump planx-core to include digital planning application v0.1.1 (#2334) --- api.planx.uk/package.json | 2 +- api.planx.uk/pnpm-lock.yaml | 8 ++++---- e2e/tests/api-driven/package.json | 2 +- e2e/tests/api-driven/pnpm-lock.yaml | 8 ++++---- e2e/tests/ui-driven/package.json | 2 +- e2e/tests/ui-driven/pnpm-lock.yaml | 8 ++++---- editor.planx.uk/package.json | 2 +- editor.planx.uk/pnpm-lock.yaml | 10 +++++----- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index 308cabe17a..da3fb4607a 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": "git+https://github.com/theopensystemslab/planx-core#63feb54", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2b7fa5b", "@types/isomorphic-fetch": "^0.0.36", "adm-zip": "^0.5.10", "aws-sdk": "^2.1467.0", diff --git a/api.planx.uk/pnpm-lock.yaml b/api.planx.uk/pnpm-lock.yaml index a5dd98c625..b7ac1979a5 100644 --- a/api.planx.uk/pnpm-lock.yaml +++ b/api.planx.uk/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^2.1.8 version: 2.1.8 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#63feb54 - version: github.com/theopensystemslab/planx-core/63feb54 + specifier: git+https://github.com/theopensystemslab/planx-core#2b7fa5b + version: github.com/theopensystemslab/planx-core/2b7fa5b '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -8152,8 +8152,8 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false - github.com/theopensystemslab/planx-core/63feb54: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/63feb54} + github.com/theopensystemslab/planx-core/2b7fa5b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2b7fa5b} name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true diff --git a/e2e/tests/api-driven/package.json b/e2e/tests/api-driven/package.json index 460d578c19..561c7b0250 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": "git+https://github.com/theopensystemslab/planx-core#63feb54", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2b7fa5b", "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 0f2f6ee224..50b9bc0bcc 100644 --- a/e2e/tests/api-driven/pnpm-lock.yaml +++ b/e2e/tests/api-driven/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^9.3.0 version: 9.3.0 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#63feb54 - version: github.com/theopensystemslab/planx-core/63feb54 + specifier: git+https://github.com/theopensystemslab/planx-core#2b7fa5b + version: github.com/theopensystemslab/planx-core/2b7fa5b axios: specifier: ^1.4.0 version: 1.4.0 @@ -2715,8 +2715,8 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false - github.com/theopensystemslab/planx-core/63feb54: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/63feb54} + github.com/theopensystemslab/planx-core/2b7fa5b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2b7fa5b} name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true diff --git a/e2e/tests/ui-driven/package.json b/e2e/tests/ui-driven/package.json index 778fa6bd48..0ec4cc3f3d 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": "git+https://github.com/theopensystemslab/planx-core#63feb54", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2b7fa5b", "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 75abec4cd5..92aac11b90 100644 --- a/e2e/tests/ui-driven/pnpm-lock.yaml +++ b/e2e/tests/ui-driven/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#63feb54 - version: github.com/theopensystemslab/planx-core/63feb54 + specifier: git+https://github.com/theopensystemslab/planx-core#2b7fa5b + version: github.com/theopensystemslab/planx-core/2b7fa5b axios: specifier: ^1.4.0 version: 1.4.0 @@ -2491,8 +2491,8 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false - github.com/theopensystemslab/planx-core/63feb54: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/63feb54} + github.com/theopensystemslab/planx-core/2b7fa5b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2b7fa5b} name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true diff --git a/editor.planx.uk/package.json b/editor.planx.uk/package.json index 6bdd999171..4624a292a3 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -14,7 +14,7 @@ "@mui/styles": "^5.14.5", "@mui/utils": "^5.14.5", "@opensystemslab/map": "^0.7.5", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#63feb54", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2b7fa5b", "@tiptap/core": "^2.0.3", "@tiptap/extension-bold": "^2.0.3", "@tiptap/extension-bubble-menu": "^2.1.6", diff --git a/editor.planx.uk/pnpm-lock.yaml b/editor.planx.uk/pnpm-lock.yaml index 6f064b065e..9db4d8a538 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -46,8 +46,8 @@ dependencies: specifier: ^0.7.5 version: 0.7.5 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#63feb54 - version: github.com/theopensystemslab/planx-core/63feb54(@types/react@18.2.20) + specifier: git+https://github.com/theopensystemslab/planx-core#2b7fa5b + version: github.com/theopensystemslab/planx-core/2b7fa5b(@types/react@18.2.20) '@tiptap/core': specifier: ^2.0.3 version: 2.0.3(@tiptap/pm@2.0.3) @@ -20943,9 +20943,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/63feb54(@types/react@18.2.20): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/63feb54} - id: github.com/theopensystemslab/planx-core/63feb54 + github.com/theopensystemslab/planx-core/2b7fa5b(@types/react@18.2.20): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2b7fa5b} + id: github.com/theopensystemslab/planx-core/2b7fa5b name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true