Skip to content

Commit 5a3dc0c

Browse files
authored
Pin vega-lite via resolutions in top-level package.json (#126)
* Pin vega-lite in tests * Pin vega-lite at meta level * Remove resolutions pin in tests
1 parent e1a2938 commit 5a3dc0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"devDependencies": {
2020
"lerna": "^3.22.1",
2121
"rimraf": "^3.0.2"
22+
},
23+
"resolutions": {
24+
"vega-lite": "~5.5.0"
2225
}
2326
}

0 commit comments

Comments
 (0)