From 7dc129c3fb5802c2449595d7a684cf1a1ee13d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:21:30 +0000 Subject: [PATCH] chore(deps-dev): bump @vis.gl/ts-plugins from 1.0.0-alpha.21 to 1.0.0 Bumps [@vis.gl/ts-plugins](https://github.com/visgl/dev-tools) from 1.0.0-alpha.21 to 1.0.0. - [Changelog](https://github.com/visgl/dev-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/visgl/dev-tools/compare/v1.0.0-alpha.21...v1.0.0) --- updated-dependencies: - dependency-name: "@vis.gl/ts-plugins" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index c29cf7cf671..b003d2145ec 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@probe.gl/bench": "^4.1.0", "jsdom": "^20.0.0", "@vis.gl/dev-tools": "1.0.0-alpha.21", - "@vis.gl/ts-plugins": "1.0.0-alpha.21", + "@vis.gl/ts-plugins": "1.0.0", "pre-commit": "^1.2.2", "puppeteer": "^22.4.0", "s2-geometry": "^1.2.10", diff --git a/yarn.lock b/yarn.lock index a1f4f50a5cf..3226c99a1dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -963,16 +963,11 @@ jszip "^3.1.5" md5 "^2.3.0" -"@luma.gl/constants@9.1.2", "@luma.gl/constants@^9.1.2": +"@luma.gl/constants@9.1.2", "@luma.gl/constants@^9.0.0", "@luma.gl/constants@^9.1.2": version "9.1.2" resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.1.2.tgz#01d424814ac9b8b9524f95e2824fb8e151d26d4a" integrity sha512-j0aVKWJJEwL2LF+KCTRVQ5seTrpX3L7VKq7bQ97znp4YqIwIMp8vv3Tkhf5P+XdxcfXZlPZsG379PuuwYB8a7w== -"@luma.gl/constants@^9.0.0": - version "9.0.27" - resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.27.tgz#65d65fa1ea407fd5f74bfa92dfba43261be33763" - integrity sha512-NBkMim3u0xt4UDe4e69L6E/pq5XNxfX60GrggJDzfilVRfIbx5XwKhBXTyNjjtNEk4oc6uYLHWd/05jGRHcfLg== - "@luma.gl/core@^9.1.2": version "9.1.2" resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.1.2.tgz#7e00fed787c14ff8162dda622b6afa5bfe1a5a8f" @@ -2429,10 +2424,10 @@ typescript-eslint "^7.7.0" vite "^4.5.0" -"@vis.gl/ts-plugins@1.0.0-alpha.21": - version "1.0.0-alpha.21" - resolved "https://registry.yarnpkg.com/@vis.gl/ts-plugins/-/ts-plugins-1.0.0-alpha.21.tgz#91992a4cdf242ee0a92594e7cc2d51c82d837d8d" - integrity sha512-OgpfeiGj48mxSU3bJBoYFO81D4bfWw/lu4fgLVL8aNhTE5OSvHBsoxjPZfDTdSm0nz0iEnVul9MOVrg29+KVqA== +"@vis.gl/ts-plugins@1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@vis.gl/ts-plugins/-/ts-plugins-1.0.0.tgz#e22e223eebd251a7cb1b0e296f9e8ec0fec5b56f" + integrity sha512-O/3hwPbbmMbTJAyGVtMlYBxr0zRvOrsEt0fpP3Evc5ctB4eb7z29yew+wofi02KwH+KKR1bG7KvhLmEZvW1zGw== dependencies: "@luma.gl/constants" "^9.0.0" minimatch "^3.0.0"