From 764a9dc4f37c290ebc4d4b53e16d2f509dcf1d2d Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 28 Jun 2024 15:09:55 +0200 Subject: [PATCH] chore: bump planx-core and @opensystemslab/map (#3337) --- 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 | 10 +++++----- e2e/tests/ui-driven/package.json | 2 +- e2e/tests/ui-driven/pnpm-lock.yaml | 9 +++++---- editor.planx.uk/package.json | 4 ++-- editor.planx.uk/pnpm-lock.yaml | 21 ++++++++++----------- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/api.planx.uk/package.json b/api.planx.uk/package.json index 6d22514c38..9c4026248f 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#db69b87", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c17c3e3", "@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 bf8e45241a..26275f0cba 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#db69b87 - version: github.com/theopensystemslab/planx-core/db69b87 + specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 + version: github.com/theopensystemslab/planx-core/c17c3e3 '@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/db69b87: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/db69b87} + github.com/theopensystemslab/planx-core/c17c3e3: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} 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 182998d643..afc731f23f 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#db69b87", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c17c3e3", "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 f8932507e3..1944283c1a 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#db69b87 - version: github.com/theopensystemslab/planx-core/db69b87 + specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 + version: github.com/theopensystemslab/planx-core/c17c3e3 axios: specifier: ^1.6.8 version: 1.6.8 @@ -1057,7 +1057,7 @@ packages: dev: false /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} dev: false /convert-source-map@1.9.0: @@ -2943,8 +2943,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/db69b87: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/db69b87} + github.com/theopensystemslab/planx-core/c17c3e3: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} 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 e7bbd7563a..ceb31105be 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#db69b87", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c17c3e3", "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 fa32bed152..beef4b255e 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#db69b87 - version: github.com/theopensystemslab/planx-core/db69b87 + specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 + version: github.com/theopensystemslab/planx-core/c17c3e3 axios: specifier: ^1.6.8 version: 1.6.8 @@ -1489,6 +1489,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2714,8 +2715,8 @@ packages: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} dev: false - github.com/theopensystemslab/planx-core/db69b87: - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/db69b87} + github.com/theopensystemslab/planx-core/c17c3e3: + resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/c17c3e3} 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 06710a7fe1..1614c2dad4 100644 --- a/editor.planx.uk/package.json +++ b/editor.planx.uk/package.json @@ -12,8 +12,8 @@ "@mui/lab": "5.0.0-alpha.170", "@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#db69b87", + "@opensystemslab/map": "^0.8.3", + "@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#c17c3e3", "@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 85bffcd85b..66b4096d65 100644 --- a/editor.planx.uk/pnpm-lock.yaml +++ b/editor.planx.uk/pnpm-lock.yaml @@ -39,11 +39,11 @@ dependencies: specifier: ^5.15.2 version: 5.15.2(@types/react@18.2.45)(react@18.2.0) '@opensystemslab/map': - specifier: ^0.8.2 - version: 0.8.2 + specifier: ^0.8.3 + version: 0.8.3 '@opensystemslab/planx-core': - specifier: git+https://github.com/theopensystemslab/planx-core#db69b87 - version: github.com/theopensystemslab/planx-core/db69b87(@types/react@18.2.45) + specifier: git+https://github.com/theopensystemslab/planx-core#c17c3e3 + version: github.com/theopensystemslab/planx-core/c17c3e3(@types/react@18.2.45) '@tiptap/core': specifier: ^2.4.0 version: 2.4.0(@tiptap/pm@2.0.3) @@ -5602,8 +5602,8 @@ packages: resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} dev: true - /@opensystemslab/map@0.8.2: - resolution: {integrity: sha512-bNWGX4AlJCTVvMymubrEmkBcZIdB5nXLw4ALJlEtZvAnsSJVYlhjG6OiN4GXqRuZTBDpI/l4gu/6giaidEjdwQ==} + /@opensystemslab/map@0.8.3: + resolution: {integrity: sha512-4WS4Cow27wmffp7KLtSB/m9HtXz0UDCXJXhq9kz152ofSretWgAl7+WFbqC+CeoVx+CV7ETmbFdjoJ3yZQzJ0Q==} dependencies: '@turf/union': 6.5.0 accessible-autocomplete: 2.0.4 @@ -6639,7 +6639,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.5 color-convert: 2.0.1 dequal: 2.0.3 lodash: 4.17.21 @@ -8373,7 +8373,6 @@ packages: /@types/lodash@4.17.5: resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==} - dev: false /@types/mdast@3.0.15: resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -21640,9 +21639,9 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false - github.com/theopensystemslab/planx-core/db69b87(@types/react@18.2.45): - resolution: {tarball: https://codeload.github.com/theopensystemslab/planx-core/tar.gz/db69b87} - id: github.com/theopensystemslab/planx-core/db69b87 + 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 name: '@opensystemslab/planx-core' version: 1.0.0 prepare: true