Skip to content

Commit

Permalink
fix: upgrade deps including themes and tooltips, fixes version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 13, 2023
1 parent e1db5c2 commit ba8ba18
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 628 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@types/semver": "^7.3.13",
"browser-sync": "^2.27.10",
"concurrently": "^7.5.0",
"browser-sync": "^2.27.11",
"concurrently": "^7.6.0",
"del-cli": "^5.0.0",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.3.1",
"patch-package": "^6.5.0",
"jest-environment-jsdom": "^29.4.2",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"release-it": "^15.6.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-ts": "^3.0.2",
"rollup": "3.12.0",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"rollup-plugin-ts": "^3.2.0",
"rollup": "3.15.0",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vega-lite-dev-config": "^0.21.0",
"vega-lite": "^5.2.0",
"vega": "^5.22.1"
Expand All @@ -72,11 +72,11 @@
"fast-json-patch": "^3.1.1",
"json-stringify-pretty-compact": "^3.0.0",
"semver": "^7.3.8",
"tslib": "^2.4.1",
"tslib": "^2.5.0",
"vega-interpreter": "^1.0.4",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.12.0",
"vega-tooltip": "^0.30.0"
"vega-themes": "^2.12.1",
"vega-tooltip": "^0.30.1"
},
"bundledDependencies": [
"yallist"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/yallist/yallist.js b/node_modules/yallist/yallist.js
index 4e83ab1..f25394e 100644
index ed4e730..eab85b1 100644
--- a/node_modules/yallist/yallist.js
+++ b/node_modules/yallist/yallist.js
@@ -422,5 +422,9 @@ function Node (value, prev, next, list) {
Expand Down
Loading

0 comments on commit ba8ba18

Please sign in to comment.