Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ vitest.config.*.timestamp*
test-output


3d_tiles
storybook-static
8 changes: 8 additions & 0 deletions apps/storybook-composition/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ const config: StorybookConfig = {
title: 'Ra Geospatial',
url: 'http://localhost:4402',
},
'three': {
title: 'Three',
url: 'http://localhost:4403',
},
};
}
return {
'react-maplibre': {
title: 'React MapLibreMap',
url: 'https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/',
},
'three': {
title: 'three',
url: 'https://mapcomponents.github.io/react-map-components-maplibre/three/',
},
'deck-gl': {
title: 'Deck.gl',
url: 'https://mapcomponents.github.io/react-map-components-maplibre/deck-gl/',
Expand Down
1 change: 1 addition & 0 deletions apps/storybook-composition/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"options": {
"commands": [
"nx storybook deck-gl",
"nx storybook three",
"nx storybook ra-geospatial",
"nx storybook react-maplibre"
],
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-styled-components": "^2.1.4",
"globals": "^16.3.0",
"react": "19.1.0",
"react-dom": "19.1.0"
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
Expand All @@ -37,20 +37,21 @@
"@nx/vite": "21.3.10",
"@nx/web": "21.3.10",
"@nx/workspace": "^21.4.1",
"@storybook/addon-docs": "^9.1.3",
"@storybook/addon-docs": "^9.1.4",
"@storybook/addon-links": "^9.1.4",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^9.1.4",
"@storybook/react-vite": "9.1.1",
"@storybook/testing-react": "^2.0.1",
"@swc-node/register": "~1.10.10",
"@swc/cli": "~0.7.8",
"@swc/core": "~1.12.14",
"@swc/helpers": "~0.5.17",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.3.1",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^3.2.4",
"ajv": "^8.17.1",
Expand All @@ -62,7 +63,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "9.1.1",
"eslint-plugin-storybook": "^9.1.4",
"html-webpack-plugin": "^5.6.4",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/deck-gl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@deck.gl/aggregation-layers": "^9.1.14",
"@deck.gl/core": "^9.1.14",
"@deck.gl/mapbox": "^9.1.14",
"@mapcomponents/react-maplibre": "workspace:^",
"@mapcomponents/react-maplibre": "1.6.4",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@storybook/react": "^9.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-geospatial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mapcomponents/react-maplibre": "workspace:^",
"@mapcomponents/react-maplibre": "1.6.4",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@turf/helpers": "^7.2.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/react-maplibre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"three": "^0.179.1",
"topojson-client": "^3.1.0",
"uuid": "^11.1.0",
"maplibre-gl": "5.6.0",
"maplibre-gl": "^5.7.0",
"wms-capabilities": "^0.6.0"
},
"peerDependencies": {
Expand All @@ -77,7 +76,6 @@
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/sql.js": "^1.4.9",
"@types/three": "^0.179.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
Expand Down

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/three/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"@nx/react/babel",
{
"runtime": "automatic",
"useBuiltIns": "usage"
}
]
],
"plugins": []
}
Loading
Loading