From 11038ad962a25b3ed29546a388ac64d86a7ca19a Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Thu, 21 Nov 2024 15:05:41 -0800 Subject: [PATCH] chore: update eslint lwc mobile version to 1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9d1d9b..662be2c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "properties": { "mobileOfflineLinting.eslint-plugin-lwc-mobile": { "type": "string", - "default": "^1.0.0", + "default": "^1.1.0", "description": "%extension.commands.salesforce-mobile-offline.lwc-mobile.version%" }, "mobileOfflineLinting.eslint-plugin-lwc-graph-analyzer": {