diff --git a/charticulator b/charticulator index 9ace3ca..f602713 160000 --- a/charticulator +++ b/charticulator @@ -1 +1 @@ -Subproject commit 9ace3ca1d1e7a40c0771775daedad15b264ef78f +Subproject commit f6027137568d21dc42e869c5b5d878fd0f3195ac diff --git a/package-lock.json b/package-lock.json index 1cedc53..ed1a92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4440,11 +4440,11 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -5921,9 +5921,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -10387,9 +10387,9 @@ } }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" @@ -10571,9 +10571,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "dev": true, "engines": { "node": ">=8.3.0" diff --git a/package.json b/package.json index 85c1aa4..065daf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charticulator-visual-community", - "version": "1.0.12", + "version": "1.0.13", "description": "Community version of Charticulator visual", "repository": "https://github.com/zBritva/charticulator-visual-community", "author": "Ilfat Galiev", @@ -23,7 +23,7 @@ "eslint:visual": "npx eslint ./src --ext .js,.jsx,.ts,.tsx", "eslint:charticulator": "npm run --prefix charticulator eslint", "start:charticulator": "npm run --prefix charticulator start", - "eslint": "eslint:charticulator & eslint:visual", + "eslint": "npm run eslint:charticulator & npm run eslint:visual", "audit": "npm audit", "copyfiles": "copyfiles .\\config.yml .\\charticulator\\" }, diff --git a/pbiviz.json b/pbiviz.json index 2f552de..9218025 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Charticulator (Community version)", "guid": "charticulatorCommunityVersion", "visualClassName": "Visual", - "version": "1.0.12.0", + "version": "1.0.13.0", "description": "The community version of the charticulator visual. The visual in development mode doesn't include all functionalities implemented in the original version. But the visual uses the latest version of the Charticulator with new features and bug fixes", "supportUrl": "https://github.com/zBritva/charticulator-visual-community/issues", "gitHubUrl": "https://github.com/zBritva/charticulator-visual-community"