Skip to content

Commit

Permalink
fix: update deps and resolve issue with images in docs (#9210)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Dec 27, 2023
1 parent 07b13ab commit fc94297
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 181 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.11",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"chai": "^4.3.10",
"cheerio": "^1.0.0-rc.12",
"conventional-changelog-cli": "^4.1.0",
"d3": "^7.8.5",
"del-cli": "^5.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
Expand All @@ -115,7 +115,7 @@
"prettier": "^3.1.1",
"puppeteer": "^15.0.0",
"release-it": "^17.0.1",
"rollup": "^4.8.0",
"rollup": "^4.9.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"serve": "^14.2.1",
Expand All @@ -125,8 +125,8 @@
"typescript": "~5.3.3",
"vega-cli": "^5.26.1",
"vega-datasets": "^2.7.0",
"vega-embed": "^6.23.0",
"vega-tooltip": "^0.33.0",
"vega-embed": "^6.24.0",
"vega-tooltip": "^0.34.0",
"yaml-front-matter": "^4.1.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fc94297

Please sign in to comment.