Skip to content

Commit

Permalink
chore: bump minor and patch versions of deps (#9370)
Browse files Browse the repository at this point in the history
This PR is the result of running `ncu -ui` and accepting all minor and
patch bumps.

---------

Signed-off-by: Lukas Hermann <lukas.hermann@databricks.com>
Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
  • Loading branch information
lsh and GitHub Actions Bot authored Jun 14, 2024
1 parent 21920ba commit b97070a
Show file tree
Hide file tree
Showing 5 changed files with 862 additions and 711 deletions.
Binary file modified examples/compiled/boxplot_1D_invalid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/boxplot_1D_invalid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/vega_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vega: 5.28.0
vega: 5.29.0
38 changes: 14 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
],
"homepage": "https://vega.github.io/vega-lite/",
"description": "Vega-Lite is a concise high-level language for interactive visualization.",
"keywords": [
"vega",
"chart",
"visualization"
],
"keywords": ["vega", "chart", "visualization"],
"main": "build/vega-lite.js",
"unpkg": "build/vega-lite.min.js",
"jsdelivr": "build/vega-lite.min.js",
Expand All @@ -26,13 +22,7 @@
"vl2svg": "./bin/vl2svg",
"vl2vg": "./bin/vl2vg"
},
"files": [
"bin",
"build",
"src",
"vega-lite*",
"tsconfig.json"
],
"files": ["bin", "build", "src", "vega-lite*", "tsconfig.json"],
"scripts": {
"changelog": "conventional-changelog -p angular -r 2",
"prebuild": "yarn clean:build",
Expand Down Expand Up @@ -79,9 +69,9 @@
"url": "https://github.com/vega/vega-lite/issues"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -92,9 +82,9 @@
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"ajv": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"ajv": "^8.16.0",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-cli": "^4.1.0",
Expand All @@ -110,14 +100,14 @@
"jest-dev-server": "^10.0.0",
"mkdirp": "^3.0.1",
"pako": "^2.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"puppeteer": "^15.0.0",
"release-it": "^17.2.1",
"rollup": "^4.17.2",
"release-it": "17.2.1",
"rollup": "^4.18.0",
"rollup-plugin-bundle-size": "^1.0.3",
"serve": "^14.2.3",
"terser": "^5.31.0",
"ts-jest": "^29.1.2",
"terser": "^5.31.1",
"ts-jest": "^29.1.4",
"ts-json-schema-generator": "^1.5.0",
"typescript": "~5.4.5",
"vega-cli": "^5.28.0",
Expand All @@ -128,7 +118,7 @@
},
"dependencies": {
"json-stringify-pretty-compact": "~3.0.0",
"tslib": "~2.6.2",
"tslib": "~2.6.3",
"vega-event-selector": "~3.0.1",
"vega-expression": "~5.1.0",
"vega-util": "~1.17.2",
Expand Down
Loading

0 comments on commit b97070a

Please sign in to comment.