Skip to content

Commit

Permalink
Revert "deps(scale): bump d3-interpolate and d3-scale (#1578)" (#…
Browse files Browse the repository at this point in the history
…1619)

This reverts commit 0f7ee0a.
  • Loading branch information
williaster authored Jan 3, 2023
1 parent 39cf179 commit 75ba46e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 492 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const plugins = ['babel-plugin-typescript-to-proptypes'];

const ignore = [
'coverage/',
'node_modules/(?!(d3-(array|color|format|interpolate|scale|time|time-format)|internmap)/)',
'node_modules/',
'public/',
'esm/',
'lib/',
Expand Down
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ module.exports = {
timers: 'fake',
verbose: false,
testPathIgnorePatterns: ['<rootDir>/packages/visx-demo', '<rootDir>/packages/visx-visx'],
transformIgnorePatterns: [
'node_modules/(?!(d3-(array|color|format|interpolate|scale|time|time-format)|internmap)/)',
],
};
8 changes: 4 additions & 4 deletions packages/visx-scale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-interpolate": "^1.3.1",
"@types/d3-scale": "^3.3.0",
"@types/d3-time": "^2.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-interpolate": "^1.4.0",
"d3-scale": "^3.3.0",
"d3-time": "^2.1.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 75ba46e

Please sign in to comment.