From 80c13aa448eac3e196997d713fe18fb3a021f7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Mon, 13 May 2024 13:54:51 +0100 Subject: [PATCH] chore: Bump planx-core --- api.planx.uk/package.json | 2 +- api.planx.uk/pnpm-lock.yaml | 9 +++++---- 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, 22 insertions(+), 21 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index 63eac94acf..fd2bcca1b7 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#d8acbea", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2732b6e", "@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 ffc2f2d677..50ebefe1e6 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#d8acbea - version: github.com/theopensystemslab/planx-core/d8acbea + specifier: git+https://github.com/theopensystemslab/planx-core#2732b6e + version: github.com/theopensystemslab/planx-core/2732b6e '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -5717,6 +5717,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonwebtoken@9.0.2: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} @@ -8353,8 +8354,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/d8acbea: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/d8acbea} + github.com/theopensystemslab/planx-core/2732b6e: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2732b6e} 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 f1c7246f45..6a0cf886a7 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#d8acbea", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2732b6e", "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 cc27faa949..3569a80e19 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#d8acbea - version: github.com/theopensystemslab/planx-core/d8acbea + specifier: git+https://github.com/theopensystemslab/planx-core#2732b6e + version: github.com/theopensystemslab/planx-core/2732b6e axios: specifier: ^1.6.8 version: 1.6.8 @@ -2933,8 +2933,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/d8acbea: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/d8acbea} + github.com/theopensystemslab/planx-core/2732b6e: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2732b6e} 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 db3e047d2f..6ddf6383ce 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#d8acbea", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2732b6e", "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 d00b13321e..9c1c01205c 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#d8acbea - version: github.com/theopensystemslab/planx-core/d8acbea + specifier: git+https://github.com/theopensystemslab/planx-core#2732b6e + version: github.com/theopensystemslab/planx-core/2732b6e axios: specifier: ^1.6.8 version: 1.6.8 @@ -2682,8 +2682,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/d8acbea: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/d8acbea} + github.com/theopensystemslab/planx-core/2732b6e: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2732b6e} 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 f527cb1af7..e04706974e 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.2", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#d8acbea", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#2732b6e", "@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 009ade247f..5b20d29999 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -38,8 +38,8 @@ dependencies: specifier: ^0.8.2 version: 0.8.2 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#d8acbea - version: github.com/theopensystemslab/planx-core/d8acbea(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#2732b6e + version: github.com/theopensystemslab/planx-core/2732b6e(@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/d8acbea(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/d8acbea} - id: github.com/theopensystemslab/planx-core/d8acbea + github.com/theopensystemslab/planx-core/2732b6e(@types/react@18.2.45): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/2732b6e} + id: github.com/theopensystemslab/planx-core/2732b6e name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true