Skip to content

Commit

Permalink
chore: update deps (#9516)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Jan 29, 2025
1 parent 37d2f09 commit 064c000
Show file tree
Hide file tree
Showing 2 changed files with 1,038 additions and 1,225 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,19 @@
"url": "https://github.com/vega/vega-lite/issues"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@release-it/conventional-changelog": "^9.0.3",
"@release-it/conventional-changelog": "^10.0.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
Expand All @@ -105,24 +106,24 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.2.1",
"fast-json-stable-stringify": "~2.1.0",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"jest": "^29.7.0",
"jest-dev-server": "^10.1.4",
"jest-dev-server": "^11.0.0",
"mkdirp": "^3.0.1",
"pako": "^2.1.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"puppeteer": "^15.0.0",
"release-it": "17.10.0",
"rollup": "^4.27.3",
"release-it": "18.1.2",
"rollup": "^4.32.1",
"rollup-plugin-bundle-size": "^1.0.3",
"serve": "^14.2.4",
"terser": "^5.36.0",
"terser": "^5.37.0",
"ts-jest": "^29.2.5",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"vega-cli": "^5.31.0",
"vega-datasets": "^2.11.0",
"vega-embed": "^6.28.0",
"vega-embed": "^6.29.0",
"vega-tooltip": "^0.35.2",
"yaml-front-matter": "^4.1.1"
},
Expand All @@ -132,6 +133,8 @@
"vega-event-selector": "~3.0.1",
"vega-expression": "~5.1.2",
"vega-util": "~1.17.3",
"vega-expression": "~5.1.2",
"vega-util": "~1.17.3",
"yargs": "~17.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 064c000

Please sign in to comment.