From 4fcc84b9b96c87f048d3531c66264d8b6c4475ae Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 7 Jun 2024 12:36:32 +0200 Subject: [PATCH] bump planx-core --- 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 | 21 +++++++-------------- 8 files changed, 23 insertions(+), 30 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index 38ec0ab6de..a2e5d0b35a 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#60b2ec7", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bebbd9", "@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 a8075ddd34..89ec048f12 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#60b2ec7 - version: github.com/theopensystemslab/planx-core/60b2ec7 + specifier: git+https://github.com/theopensystemslab/planx-core#9bebbd9 + version: github.com/theopensystemslab/planx-core/9bebbd9 '@types/isomorphic-fetch': specifier: ^0.0.36 version: 0.0.36 @@ -8305,8 +8305,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/60b2ec7: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/60b2ec7} + github.com/theopensystemslab/planx-core/9bebbd9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/9bebbd9} 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 c0ae3c9cb8..cc5fd48c02 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#60b2ec7", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bebbd9", "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 a8a93d3757..6725026776 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#60b2ec7 - version: github.com/theopensystemslab/planx-core/60b2ec7 + specifier: git+https://github.com/theopensystemslab/planx-core#9bebbd9 + version: github.com/theopensystemslab/planx-core/9bebbd9 axios: specifier: ^1.6.8 version: 1.6.8 @@ -2940,8 +2940,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/60b2ec7: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/60b2ec7} + github.com/theopensystemslab/planx-core/9bebbd9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/9bebbd9} 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 4b957fec96..142ebda58e 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#60b2ec7", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bebbd9", "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 5bd1562a0c..f7521951db 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#60b2ec7 - version: github.com/theopensystemslab/planx-core/60b2ec7 + specifier: git+https://github.com/theopensystemslab/planx-core#9bebbd9 + version: github.com/theopensystemslab/planx-core/9bebbd9 axios: specifier: ^1.6.8 version: 1.6.8 @@ -2688,8 +2688,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/60b2ec7: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/60b2ec7} + github.com/theopensystemslab/planx-core/9bebbd9: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/9bebbd9} 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 89af7f88c9..489774a832 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.2", - "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#60b2ec7", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#9bebbd9", "@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 0bb19dc6ca..03374bfb2c 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -41,8 +41,8 @@ dependencies: specifier: ^0.8.2 version: 0.8.2 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#60b2ec7 - version: github.com/theopensystemslab/planx-core/60b2ec7(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#9bebbd9 + version: github.com/theopensystemslab/planx-core/9bebbd9(@types/react@18.2.45) '@tiptap/core': specifier: ^2.4.0 version: 2.4.0(@tiptap/pm@2.0.3) @@ -6523,7 +6523,7 @@ packages: '@storybook/preview-api': 7.6.7 '@storybook/theming': 7.6.7(react-dom@18.2.0)(react@18.2.0) '@storybook/types': 7.6.7 - '@types/lodash': 4.14.202 + '@types/lodash': 4.17.4 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 @@ -6676,7 +6676,7 @@ packages: jscodeshift: 0.15.2(@babel/preset-env@7.22.6) leven: 3.1.0 ora: 5.4.1 - prettier: 3.2.5 + prettier: 3.3.0 prompts: 2.4.2 read-pkg-up: 7.0.1 semver: 7.6.2 @@ -8258,7 +8258,6 @@ packages: /@types/lodash@4.17.4: resolution: {integrity: sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==} - dev: false /@types/mdast@3.0.15: resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -17439,12 +17438,6 @@ packages: hasBin: true dev: true - /prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} - engines: {node: '>=14'} - hasBin: true - dev: true - /prettier@3.3.0: resolution: {integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==} engines: {node: '>=14'} @@ -21612,9 +21605,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/60b2ec7(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/60b2ec7} - id: github.com/theopensystemslab/planx-core/60b2ec7 + github.com/theopensystemslab/planx-core/9bebbd9(@types/react@18.2.45): + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/9bebbd9} + id: github.com/theopensystemslab/planx-core/9bebbd9 name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true