Skip to content

Commit

Permalink
pin apache-arrow in resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 committed Dec 21, 2023
1 parent ebb251c commit 9ec9269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"tape": "^4.9.2",
"tape-catch": "^1.0.6",
"typedoc-plugin-markdown": "^3.0.11",
"typescript": "4.5.5",
"typescript": "4.5.5",
"url-loader": "^4.1.1",
"watchify": "^3.6.1",
"webpack": "^4.29.0",
Expand All @@ -218,6 +218,7 @@
"webpack-stats-plugin": "^0.2.1"
},
"resolutions": {
"apache-arrow": "^13.0.0",
"@loaders.gl/core": "^4.1.0-alpha.4",
"@loaders.gl/csv": "^4.1.0-alpha.4",
"@loaders.gl/gltf": "^4.1.0-alpha.4",
Expand Down
4 changes: 2 additions & 2 deletions webpack/shared-webpack-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const resolveAlias = {
'styled-components': `${NODE_MODULES_DIR}/styled-components`,
'react-intl': `${NODE_MODULES_DIR}/react-intl`,
// Suppress useless warnings from react-date-picker's dep
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`,
'tiny-warning': `${SRC_DIR}/utils/src/noop.ts`
// kepler.gl and loaders.gl need to use same apache-arrow
'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`
// 'apache-arrow': `${NODE_MODULES_DIR}/apache-arrow`
};

// add kepler.gl submodule aliases
Expand Down

0 comments on commit 9ec9269

Please sign in to comment.