From 900fb6eb49d89346bca1992012d3b4b5d4be7eba Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Wed, 18 Sep 2024 17:52:10 +0200 Subject: [PATCH] bump planx-core and regenerate e2e/tests/ui-driven lockfile --- 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 | 15 ++++++++------- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index f12380a4a7..dd6a3f7a74 100644 --- a/api.planx.uk/package.json +++ b/api.planx.uk/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@airbrake/node": "^2.1.8", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c515291", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c4a725f", "@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 8f72a62f85..e8c91463cb 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#c515291 - version: github.com/theopensystemslab/planx-core/c515291 + specifier: git+https://github.com/theopensystemslab/planx-core#c4a725f + version: github.com/theopensystemslab/planx-core/c4a725f '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -6173,8 +6173,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c515291: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c515291} + github.com/theopensystemslab/planx-core/c4a725f: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c4a725f} 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 4669e9198d..5749835145 100644 --- a/e2e/tests/api-driven/package.json +++ b/e2e/tests/api-driven/package.json @@ -7,7 +7,7 @@ "packageManager": "pnpm@8.6.6", "dependencies": { "@cucumber/cucumber": "^9.3.0", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c515291", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c4a725f", "axios": "^1.7.4", "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 8ba8e39375..29e079a319 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#c515291 - version: github.com/theopensystemslab/planx-core/c515291 + specifier: git+https://github.com/theopensystemslab/planx-core#c4a725f + version: github.com/theopensystemslab/planx-core/c4a725f axios: specifier: ^1.7.4 version: 1.7.4 @@ -2932,8 +2932,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c515291: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c515291} + github.com/theopensystemslab/planx-core/c4a725f: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c4a725f} 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 ed22c415be..61dbc79a08 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#c515291", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c4a725f", "axios": "^1.7.4", "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 8164ef6585..35a6b0923b 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#c515291 - version: github.com/theopensystemslab/planx-core/c515291 + specifier: git+https://github.com/theopensystemslab/planx-core#c4a725f + version: github.com/theopensystemslab/planx-core/c4a725f axios: specifier: ^1.7.4 version: 1.7.4 @@ -2674,8 +2674,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/c515291: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c515291} + github.com/theopensystemslab/planx-core/c4a725f: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c4a725f} 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 9d21434a6b..e95cb51e7b 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -15,7 +15,7 @@ "@mui/material": "^5.15.10", "@mui/utils": "^5.15.11", "@opensystemslab/map": "1.0.0-alpha.3", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c515291", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c4a725f", "@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 a3698585e9..38b2375cf1 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -47,8 +47,8 @@ dependencies: specifier: 1.0.0-alpha.3 version: 1.0.0-alpha.3 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#c515291 - version: github.com/theopensystemslab/planx-core/c515291(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#c4a725f + version: github.com/theopensystemslab/planx-core/c4a725f(@types/react@18.2.45) '@tiptap/core': specifier: ^2.4.0 version: 2.4.0(@tiptap/pm@2.0.3) @@ -9040,7 +9040,7 @@ packages: dev: true /batch@0.6.1: - resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} + resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} dev: true /better-opn@3.0.2: @@ -9172,7 +9172,7 @@ packages: dev: true /bytes@3.0.0: - resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} dev: true @@ -20542,6 +20542,7 @@ packages: /workbox-google-analytics@6.6.0: resolution: {integrity: sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==} + deprecated: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained dependencies: workbox-background-sync: 6.6.0 workbox-core: 6.6.0 @@ -20829,9 +20830,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/c515291(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c515291} - id: github.com/theopensystemslab/planx-core/c515291 + github.com/theopensystemslab/planx-core/c4a725f(@types/react@18.2.45): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c4a725f} + id: github.com/theopensystemslab/planx-core/c4a725f name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true