From 500c047d5c4359c32f47ad62d7883cc564fb8204 Mon Sep 17 00:00:00 2001 From: Jeremy Branham Date: Thu, 11 Nov 2021 09:36:37 -0600 Subject: [PATCH] update(handlebars): extend correct tsconfig --- plugins/plugin-chart-handlebars/package.json | 4 ++-- plugins/plugin-chart-handlebars/tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-chart-handlebars/package.json b/plugins/plugin-chart-handlebars/package.json index d033c44baf..8a4451a386 100644 --- a/plugins/plugin-chart-handlebars/package.json +++ b/plugins/plugin-chart-handlebars/package.json @@ -26,8 +26,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "^0.17.41", - "@superset-ui/core": "^0.17.40", + "@superset-ui/chart-controls": "0.18.22", + "@superset-ui/core": "0.18.22", "ace-builds": "^1.4.13", "emotion": "^11.0.0", "handlebars": "^4.7.7", diff --git a/plugins/plugin-chart-handlebars/tsconfig.json b/plugins/plugin-chart-handlebars/tsconfig.json index f164c58060..b6bfaa2d98 100644 --- a/plugins/plugin-chart-handlebars/tsconfig.json +++ b/plugins/plugin-chart-handlebars/tsconfig.json @@ -8,7 +8,7 @@ "lib", "test" ], - "extends": "../../tsconfig.options.json", + "extends": "../../tsconfig.json", "include": [ "src/**/*", "types/**/*",