From c527e05588e84f79c4dd5e3d328171be960e92ea Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Thu, 12 Oct 2023 21:03:35 -0700 Subject: [PATCH] [chore] Fix widget module publishing (#8178) --- babel.config.js | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/babel.config.js b/babel.config.js index 332b2e26bb7..fb503847908 100644 --- a/babel.config.js +++ b/babel.config.js @@ -16,7 +16,7 @@ module.exports = getBabelConfig({ ], overrides: [ { - include: './modules/widgets/**/*.{ts,tsx}', + include: './modules/widgets/**/*.tsx', // Parse preact-style JSX in @deck.gl/widgets. presets: [['@babel/typescript', {jsxPragma: 'h'}]], plugins: [['@babel/plugin-transform-react-jsx', {pragma: 'h'}]] diff --git a/package.json b/package.json index d5295d38313..a83fb5bc43f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gl": "^6.0.0", "glsl-transpiler": "^1.8.6", "jsdom": "^20.0.0", - "ocular-dev-tools": "2.0.0-alpha.13", + "ocular-dev-tools": "2.0.0-alpha.18", "pre-commit": "^1.2.2", "pre-push": "^0.1.1", "react": "^18.0.0", diff --git a/yarn.lock b/yarn.lock index 722c5fee7a7..c95249193e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9658,10 +9658,10 @@ octokit-pagination-methods@^1.1.0: resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ== -ocular-dev-tools@2.0.0-alpha.13: - version "2.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/ocular-dev-tools/-/ocular-dev-tools-2.0.0-alpha.13.tgz#4fc64baf9111e97fc7712ed081523253674d413e" - integrity sha512-1uw/WjBU7o+2sX7sL8warF5Mzy3TG2VkIdn+q6vE4ixUNAS15QzWqanABWkTbyUi9TtdOYmQMTbGgyZl0YiNVw== +ocular-dev-tools@2.0.0-alpha.18: + version "2.0.0-alpha.18" + resolved "https://registry.yarnpkg.com/ocular-dev-tools/-/ocular-dev-tools-2.0.0-alpha.18.tgz#6483afe6a54cb0293eba5487db798daed942e810" + integrity sha512-szLVQ/ViYU7RF0TvJ1NNCI3IxAvKavxZw/iltULUJsPLcJPxhcIEbx0e/SQTc97JbgGkxWcWmdWmpzthxuPSHg== dependencies: "@babel/cli" "^7.14.5" "@babel/core" "^7.14.5"