Skip to content

Commit

Permalink
chore: Bump dependencies (#9336)
Browse files Browse the repository at this point in the history
Note that this PR only bumps packages with minor or patch version
changes. Major version changes will require more work to properly
upgrade.
  • Loading branch information
lsh authored May 3, 2024
1 parent 4653799 commit f610cce
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 264 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"url": "https://github.com/vega/vega-lite/issues"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-alias": "^5.1.0",
Expand All @@ -92,9 +92,9 @@
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"ajv": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"ajv": "^8.13.0",
"ajv-formats": "^2.1.1",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-cli": "^4.1.0",
Expand All @@ -112,17 +112,17 @@
"pako": "^2.1.0",
"prettier": "^3.2.5",
"puppeteer": "^15.0.0",
"release-it": "^17.1.1",
"rollup": "^4.13.0",
"release-it": "^17.2.1",
"rollup": "^4.17.2",
"rollup-plugin-bundle-size": "^1.0.3",
"serve": "^14.2.1",
"terser": "^5.29.2",
"serve": "^14.2.3",
"terser": "^5.31.0",
"ts-jest": "^29.1.2",
"ts-json-schema-generator": "^1.5.0",
"typescript": "~5.4.3",
"typescript": "~5.4.5",
"vega-cli": "^5.28.0",
"vega-datasets": "^2.8.1",
"vega-embed": "^6.24.0",
"vega-embed": "^6.25.0",
"vega-tooltip": "^0.34.0",
"yaml-front-matter": "^4.1.1"
},
Expand Down
Loading

0 comments on commit f610cce

Please sign in to comment.