From 720f1d875578e3932674d147853e6fd392fdba67 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 28 Jun 2024 17:37:30 +0200 Subject: [PATCH] chore: bump planx-core (#3340) --- 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 | 12 ++++++------ 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index 9c4026248f..ab680ac837 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#c17c3e3", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9", "@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 26275f0cba..09c13e9457 100644 --- a/api.planx.uk/pnpm-lock.yaml +++ b/api.planx.uk/pnpm-lock.yaml @@ -14,8 +14,8 @@ dependencies: specifier: ^2.1.8 version: 2.1.8 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 - version: github.com/theopensystemslab/planx-core/c17c3e3 + specifier: git+https://github.com/theopensystemslab/planx-core#b975cf9 + version: github.com/theopensystemslab/planx-core/b975cf9 '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -8288,8 +8288,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c17c3e3: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} + github.com/theopensystemslab/planx-core/b975cf9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/b975cf9} 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 afc731f23f..3fb3256b3e 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#c17c3e3", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9", "axios": "^1.6.8", "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 1944283c1a..118c25b018 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#c17c3e3 - version: github.com/theopensystemslab/planx-core/c17c3e3 + specifier: git+https://github.com/theopensystemslab/planx-core#b975cf9 + version: github.com/theopensystemslab/planx-core/b975cf9 axios: specifier: ^1.6.8 version: 1.6.8 @@ -2943,8 +2943,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c17c3e3: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} + github.com/theopensystemslab/planx-core/b975cf9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/b975cf9} 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 ceb31105be..99eada8d2b 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#c17c3e3", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9", "axios": "^1.6.8", "dotenv": "^16.3.1", "eslint": "^8.56.0", diff --git a/e2e/tests/ui-driven/pnpm-lock.yaml b/e2e/tests/ui-driven/pnpm-lock.yaml index beef4b255e..c0ee351d54 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#c17c3e3 - version: github.com/theopensystemslab/planx-core/c17c3e3 + specifier: git+https://github.com/theopensystemslab/planx-core#b975cf9 + version: github.com/theopensystemslab/planx-core/b975cf9 axios: specifier: ^1.6.8 version: 1.6.8 @@ -2715,8 +2715,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c17c3e3: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} + github.com/theopensystemslab/planx-core/b975cf9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/b975cf9} 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 1614c2dad4..f96b12fb79 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -13,7 +13,7 @@ "@mui/material": "^5.15.2", "@mui/utils": "^5.15.2", "@opensystemslab/map": "^0.8.3", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c17c3e3", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#b975cf9", "@tiptap/core": "^2.4.0", "@tiptap/extension-bold": "^2.0.3", "@tiptap/extension-bubble-menu": "^2.1.13", diff --git a/editor.planx.uk/pnpm-lock.yaml b/editor.planx.uk/pnpm-lock.yaml index 66b4096d65..e2772eb954 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -42,8 +42,8 @@ dependencies: specifier: ^0.8.3 version: 0.8.3 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 - version: github.com/theopensystemslab/planx-core/c17c3e3(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#b975cf9 + version: github.com/theopensystemslab/planx-core/b975cf9(@types/react@18.2.45) '@tiptap/core': specifier: ^2.4.0 version: 2.4.0(@tiptap/pm@2.0.3) @@ -10471,7 +10471,7 @@ packages: dev: false /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} /config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} @@ -21639,9 +21639,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/c17c3e3(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} - id: github.com/theopensystemslab/planx-core/c17c3e3 + github.com/theopensystemslab/planx-core/b975cf9(@types/react@18.2.45): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/b975cf9} + id: github.com/theopensystemslab/planx-core/b975cf9 name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true