Skip to content

Commit

Permalink
Merge pull request #498 from deneb-viz/patch/vega-lite-5-21-revert
Browse files Browse the repository at this point in the history
chore: revert Vega-Lite to 5.20.1 due to some package testing issues
  • Loading branch information
dm-p authored Sep 4, 2024
2 parents 6819cbc + 5a75040 commit 411f9c6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencyTypes": [
"dev"
],
"pinVersion": "5.21.0"
"pinVersion": "5.20.1"
},
{
"label": "Monaco should be specific version we wish to package",
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"vega": "5.30.0",
"vega-lite": "5.21.0",
"vega-lite": "5.20.1",
"zustand": "^4.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@deneb-viz/typescript-config": "*",
"powerbi-visuals-api": "5.7.0",
"vega": "5.30.0",
"vega-lite": "5.21.0"
"vega-lite": "5.20.1"
}
}
2 changes: 1 addition & 1 deletion packages/json-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lodash": "^4.17.21",
"powerbi-visuals-api": "5.7.0",
"vega": "5.30.0",
"vega-lite": "5.21.0",
"vega-lite": "5.20.1",
"vscode-json-languageservice": "^5.3.11"
}
}

0 comments on commit 411f9c6

Please sign in to comment.