Skip to content

Commit

Permalink
chore: update deps and rebuild examples
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 15, 2024
1 parent e3f9620 commit 26a0d03
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 805 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,24 @@
"url": "https://github.com/vega/vega-lite/issues"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"conventional-changelog-cli": "^5.0.0",
"d3": "^7.9.0",
"del-cli": "^5.1.0",
Expand All @@ -107,28 +107,28 @@
"fast-json-stable-stringify": "~2.1.0",
"highlight.js": "^11.10.0",
"jest": "^29.7.0",
"jest-dev-server": "^10.0.0",
"jest-dev-server": "^10.1.4",
"mkdirp": "^3.0.1",
"pako": "^2.1.0",
"prettier": "^3.3.3",
"puppeteer": "^15.0.0",
"release-it": "17.10.0",
"rollup": "^4.19.1",
"rollup": "^4.26.0",
"rollup-plugin-bundle-size": "^1.0.3",
"serve": "^14.2.3",
"terser": "^5.31.3",
"ts-jest": "^29.2.3",
"serve": "^14.2.4",
"terser": "^5.36.0",
"ts-jest": "^29.2.5",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.5.4",
"vega-cli": "^5.28.0",
"vega-datasets": "^2.8.1",
"vega-embed": "^6.26.0",
"vega-tooltip": "^0.34.0",
"typescript": "~5.6.3",
"vega-cli": "^5.30.0",
"vega-datasets": "^2.10.0",
"vega-embed": "^6.28.0",
"vega-tooltip": "^0.35.1",
"yaml-front-matter": "^4.1.1"
},
"dependencies": {
"json-stringify-pretty-compact": "~3.0.0",
"tslib": "~2.6.3",
"tslib": "~2.8.1",
"vega-event-selector": "~3.0.1",
"vega-expression": "~5.1.1",
"vega-util": "~1.17.2",
Expand All @@ -140,5 +140,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "[email protected].19"
"packageManager": "[email protected].22"
}
Loading

0 comments on commit 26a0d03

Please sign in to comment.