Skip to content

Commit

Permalink
locks d3plus dependencies to pre-ESM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 14, 2023
1 parent 4ff39ed commit 1ba7094
Show file tree
Hide file tree
Showing 7 changed files with 1,459 additions and 520 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@datawheel/canon-core": "workspace:*",
"@datawheel/canon-logiclayer": "*",
"axios": "^0.21.1",
"d3plus-react": "^1.0.0",
"d3plus-text": "^1.0.1",
"d3plus-viz": "^1.0.3",
"d3plus-react": "~1.1.3",
"d3plus-text": "~1.0.3",
"d3plus-viz": "~1.2.6",
"prop-types": "^15.7.2",
"react": "^16.13.1"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"homepage": "https://github.com/Datawheel/canon#readme",
"dependencies": {
"@octokit/rest": "^17.10.0",
"@octokit/rest": "^17.11.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"shelljs": "^0.8.4"
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"shelljs": "^0.8.5"
}
}
14 changes: 7 additions & 7 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"d3-format": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-time-format": "^3.0.0",
"d3plus-axis": "^1.0.0",
"d3plus-common": "^1.0.2",
"d3plus-export": "^1.1.0",
"d3plus-format": "^1.0.0",
"d3plus-react": "^1.0.0",
"d3plus-text": "^1.0.1",
"d3plus-viz": "^1.0.3",
"d3plus-axis": "~1.1.5",
"d3plus-common": "~1.1.2",
"d3plus-export": "~1.1.0",
"d3plus-format": "~1.1.1",
"d3plus-react": "~1.1.3",
"d3plus-text": "~1.0.3",
"d3plus-viz": "~1.2.6",
"draft-js": "^0.11.3",
"draft-js-buttons": "^2.0.2",
"draft-js-export-html": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"cssnano": "^4.1.10",
"d3-array": "^2.11.0",
"d3-selection": "^2.0.0",
"d3plus-common": "^1.0.2",
"d3plus-text": "^1.0.2",
"d3plus-common": "~1.1.2",
"d3plus-text": "~1.0.3",
"dom4": "^2.1.5",
"es6-promise": "^4.1.0",
"express": "^4.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/logiclayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^0.21.1",
"d3-array": "^2.11.0",
"d3-collection": "^1.0.4",
"d3plus-common": "^1.0.2",
"d3plus-common": "~1.1.2",
"mondrian-rest-client": "^1.1.4",
"perfect-express-sanitizer": "^1.0.9",
"promise-throttle": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vizbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@datawheel/olap-client": "^2.0.0-beta.2",
"classnames": "^2.3.1",
"d3-array": "^2.11.0",
"d3plus-common": "^1.0.4",
"d3plus-format": "^1.0.0",
"d3plus-react": "^1.0.0",
"d3plus-common": "~1.1.2",
"d3plus-format": "~1.1.1",
"d3plus-react": "~1.1.3",
"fast-sort": "^3.0.2",
"form-urldecoded": "^1.0.0",
"form-urlencoded": "^6.0.4",
Expand Down
Loading

0 comments on commit 1ba7094

Please sign in to comment.