Skip to content

Commit

Permalink
Update packages (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva authored Jun 26, 2024
1 parent ebe0567 commit c45e94d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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\\"
},
Expand Down
2 changes: 1 addition & 1 deletion pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c45e94d

Please sign in to comment.