From 561036c47d9a09eeb31a97d7c4c5a653d02d605d Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 7 May 2024 17:12:04 +0200 Subject: [PATCH] bump planx-core again [skip pizza] --- 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 43f9cafa1b..53aa638580 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#177eefe", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#04b0f0b", "@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 952e99248b..4e75f23169 100644 --- a/api.planx.uk/pnpm-lock.yaml +++ b/api.planx.uk/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^2.1.8 version: 2.1.8 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#177eefe - version: github.com/theopensystemslab/planx-core/177eefe + specifier: git+https://github.com/theopensystemslab/planx-core#04b0f0b + version: github.com/theopensystemslab/planx-core/04b0f0b '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -8365,8 +8365,8 @@ packages: resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==} dev: false - github.com/theopensystemslab/planx-core/177eefe: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/177eefe} + github.com/theopensystemslab/planx-core/04b0f0b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/04b0f0b} 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 1686084238..c26c967a49 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#177eefe", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#04b0f0b", "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 2a5bddb132..a79b710562 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#177eefe - version: github.com/theopensystemslab/planx-core/177eefe + specifier: git+https://github.com/theopensystemslab/planx-core#04b0f0b + version: github.com/theopensystemslab/planx-core/04b0f0b axios: specifier: ^1.6.8 version: 1.6.8 @@ -2935,8 +2935,8 @@ packages: resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==} dev: false - github.com/theopensystemslab/planx-core/177eefe: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/177eefe} + github.com/theopensystemslab/planx-core/04b0f0b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/04b0f0b} 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 2c9e0827ca..146794eddc 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#177eefe", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#04b0f0b", "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 71f5f03025..8f796f119a 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#177eefe - version: github.com/theopensystemslab/planx-core/177eefe + specifier: git+https://github.com/theopensystemslab/planx-core#04b0f0b + version: github.com/theopensystemslab/planx-core/04b0f0b axios: specifier: ^1.6.8 version: 1.6.8 @@ -2697,8 +2697,8 @@ packages: resolution: {integrity: sha512-RTHJlZhsRbuA8Hmp/iNL7jnfc4nZishjsanDAfEY1QpDQZCahUp3xDzl+zfweE9BklxMUcgBgS1b7Lvie/ZVwA==} dev: false - github.com/theopensystemslab/planx-core/177eefe: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/177eefe} + github.com/theopensystemslab/planx-core/04b0f0b: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/04b0f0b} 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 cf350d7fcd..d6ee231c83 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -12,7 +12,7 @@ "@mui/material": "^5.15.2", "@mui/utils": "^5.15.2", "@opensystemslab/map": "^0.8.1", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#177eefe", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#04b0f0b", "@tiptap/core": "^2.0.3", "@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 1df0d14b2f..9c883c2b6a 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -38,8 +38,8 @@ dependencies: specifier: ^0.8.1 version: 0.8.1 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#177eefe - version: github.com/theopensystemslab/planx-core/177eefe(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#04b0f0b + version: github.com/theopensystemslab/planx-core/04b0f0b(@types/react@18.2.45) '@tiptap/core': specifier: ^2.0.3 version: 2.0.3(@tiptap/pm@2.0.3) @@ -21295,9 +21295,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/177eefe(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/177eefe} - id: github.com/theopensystemslab/planx-core/177eefe + github.com/theopensystemslab/planx-core/04b0f0b(@types/react@18.2.45): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/04b0f0b} + id: github.com/theopensystemslab/planx-core/04b0f0b name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true