Skip to content

Commit

Permalink
chore: upgrade deps (#7195)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
  • Loading branch information
domoritz and GitHub Actions Bot committed Jan 31, 2021
1 parent 09a407a commit b0552bc
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 135 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,25 @@
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@types/chai": "^4.2.14",
"@types/d3": "^6.2.0",
"@types/d3": "^6.3.0",
"@types/jest": "^26.0.20",
"@types/mkdirp": "^1.0.1",
"@types/pako": "^1.0.1",
"@types/puppeteer": "^5.4.2",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"ajv": "^7.0.3",
"ajv-formats": "^1.5.1",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.5",
"conventional-changelog-cli": "^2.1.1",
"d3": "^6.3.1",
"eslint": "^7.18.0",
"d3": "^6.5.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
Expand All @@ -108,7 +108,7 @@
"pako": "^2.0.3",
"prettier": "^2.2.1",
"puppeteer": "^5.5.0",
"rollup": "^2.37.1",
"rollup": "^2.38.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
Expand Down
3 changes: 1 addition & 2 deletions src/compile/axis/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export const axisRules: {
return guideFormatType(formatType, fieldOrDatumDef, scaleType);
},

grid: ({fieldOrDatumDef, axis, scaleType}) =>
axis.grid ?? defaultGrid(scaleType, fieldOrDatumDef),
grid: ({fieldOrDatumDef, axis, scaleType}) => axis.grid ?? defaultGrid(scaleType, fieldOrDatumDef),

gridScale: ({model, channel}) => gridScale(model, channel),

Expand Down

0 comments on commit b0552bc

Please sign in to comment.