-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/fix UI components dynamic export (#2936)
- Loading branch information
Showing
27 changed files
with
111 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@globalfishingwatch/api-client", | ||
"version": "6.0.3", | ||
"version": "6.0.5", | ||
"description": "", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
|
@@ -12,8 +12,8 @@ | |
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"dependencies": { | ||
"@globalfishingwatch/api-types": "^8.0.1", | ||
"@globalfishingwatch/pbf-decoders": "^3.0.3", | ||
"@globalfishingwatch/api-types": "^8.0.3", | ||
"@globalfishingwatch/pbf-decoders": "^3.0.5", | ||
"file-saver": "2.x", | ||
"lodash": "4.x", | ||
"react": "18.x" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@globalfishingwatch/api-types", | ||
"version": "8.0.1", | ||
"version": "8.0.3", | ||
"description": "Typescript definitions for API responses", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from './resolve-dataviews' | ||
// export * from './resolve-dataviews-generators' | ||
export * from './resources' | ||
export * from './url-workspace' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@globalfishingwatch/layer-composer", | ||
"version": "12.0.1", | ||
"version": "12.0.3", | ||
"description": "", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"dependencies": { | ||
"@globalfishingwatch/api-types": "^8.0.1", | ||
"@globalfishingwatch/data-transforms": "^3.0.3", | ||
"@globalfishingwatch/fourwings-aggregate": "^6.0.1", | ||
"@globalfishingwatch/api-types": "^8.0.3", | ||
"@globalfishingwatch/data-transforms": "^3.0.5", | ||
"@globalfishingwatch/fourwings-aggregate": "^6.0.3", | ||
"@globalfishingwatch/maplibre-gl": "^3.5.1-gfw.2", | ||
"@turf/great-circle": "7.x", | ||
"@turf/length": "7.x", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@globalfishingwatch/react-hooks", | ||
"version": "17.0.1", | ||
"version": "17.0.9", | ||
"description": "set of react hooks to easily use pure js libraries", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"dependencies": { | ||
"@globalfishingwatch/api-client": "^6.0.3", | ||
"@globalfishingwatch/api-types": "^8.0.1", | ||
"@globalfishingwatch/api-client": "^6.0.5", | ||
"@globalfishingwatch/api-types": "^8.0.3", | ||
"@globalfishingwatch/dataviews-client": "^16.0.0", | ||
"@globalfishingwatch/fourwings-aggregate": "^6.0.1", | ||
"@globalfishingwatch/layer-composer": "^12.0.1", | ||
"@globalfishingwatch/fourwings-aggregate": "^6.0.3", | ||
"@globalfishingwatch/layer-composer": "^12.0.3", | ||
"@globalfishingwatch/maplibre-gl": "^3.5.1-gfw.2", | ||
"@mapbox/tilebelt": "1.x", | ||
"lodash": "4.x", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "@globalfishingwatch/timebar", | ||
"version": "5.0.2", | ||
"version": "5.0.14", | ||
"description": "GFW timebar", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"dependencies": { | ||
"@globalfishingwatch/api-types": "^8.0.1", | ||
"@globalfishingwatch/dataviews-client": "^17.0.1", | ||
"@globalfishingwatch/deck-loaders": "^0.1.1", | ||
"@globalfishingwatch/ui-components": "^14.0.7", | ||
"@globalfishingwatch/api-types": "^8.0.3", | ||
"@globalfishingwatch/dataviews-client": "^17.0.7", | ||
"@globalfishingwatch/deck-loaders": "^0.1.3", | ||
"@globalfishingwatch/ui-components": "^14.0.9", | ||
"classnames": "2.x", | ||
"d3-array": "3.x", | ||
"d3-scale": "4.x", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@globalfishingwatch/ui-components", | ||
"version": "14.0.7", | ||
"version": "14.0.9", | ||
"description": "Set of react components to consume on the gfw ecosystem", | ||
"author": "satellitestudio <[email protected]>", | ||
"homepage": "https://github.com/GlobalFishingWatch/frontend#readme", | ||
|
@@ -15,7 +15,7 @@ | |
"main": "./index.cjs", | ||
"module": "./index.js", | ||
"dependencies": { | ||
"@globalfishingwatch/api-types": "^8.0.1", | ||
"@globalfishingwatch/api-types": "^8.0.3", | ||
"countryflag": "5.x", | ||
"d3-format": "3.x", | ||
"d3-geo": "3.x", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
const nrwlConfig = require('@nx/react/plugins/bundle-rollup') | ||
const svgr = require('@svgr/rollup') | ||
const dynamicImportVars = require('@rollup/plugin-dynamic-import-vars') | ||
const pkg = require('./package.json') | ||
|
||
module.exports = (config) => { | ||
nrwlConfig(config) | ||
return { | ||
...config, | ||
plugins: [...config.plugins, svgr()], | ||
plugins: [...config.plugins, svgr(), dynamicImportVars()], | ||
external: Object.keys(pkg.dependencies || {}), | ||
} | ||
} |
Oops, something went wrong.