Skip to content

Commit 2383546

Browse files
authored
chore: Bump docusaurus to 3.1 (#70)
1 parent e22b4f5 commit 2383546

File tree

5 files changed

+2429
-1716
lines changed

5 files changed

+2429
-1716
lines changed

docs/modules/arrow-layers/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
The arrow layers module is still in the process of being ported into deck.gl-community from [geoarrow/deck.gl-layers](https://github.com/geoarrow/deck.gl-layers).
55
:::
66

7+
![deck.gl v9](https://img.shields.io/badge/deck.gl-v9-green.svg?style=flat-square")
8+
![WebGPU not supported](https://img.shields.io/badge/webgpu-no-red.svg?style=flat-square")
9+
710
This module provides deck.gl layers that accept Apache Arrow and [GeoArrow](https://geoarrow.org) tables.
811
These layers take advantage of the deck.gl [low-level binary interface](https://deck.gl/docs/developer-guide/performance#supply-attributes-directly) to provide binary arrow data from Apache Arrow tables directly to the GPU.
912

@@ -22,7 +25,7 @@ These layers take advantage of the deck.gl [low-level binary interface](https://
2225

2326
## Examples
2427

25-
Standalone examples exist in the [`examples/`](examples/) directory. Create an issue if you have trouble running them.
28+
Standalone examples exist in the `examples/arrow-layers` directory. Create an issue if you have trouble running them.
2629

2730
## History
2831

website/.yarn/install-state.gz

40.4 KB
Binary file not shown.

website/docusaurus.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
33

4-
const lightCodeTheme = require('prism-react-renderer/themes/github');
5-
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
4+
const {themes} = require('prism-react-renderer');
5+
const lightCodeTheme = themes.github;
6+
const darkCodeTheme = themes.dracula;
7+
68
const webpack = require('webpack');
79
const {resolve} = require('path');
810

website/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"write-heading-ids": "ts-node ../scripts/write-heading-ids.ts"
1717
},
1818
"dependencies": {
19-
"@loaders.gl/i3s": "^3.3.1",
19+
"@loaders.gl/i3s": "^3.4.15",
2020
"@loaders.gl/las": "^3.3.1",
2121
"@loaders.gl/obj": "^3.3.1",
2222
"@loaders.gl/ply": "^3.3.1",
23-
"@material-ui/core": "^4.10.2",
24-
"@material-ui/icons": "^4.9.1",
25-
"@material-ui/lab": "^4.0.0-alpha.57",
23+
"@material-ui/core": "^4.12.4",
24+
"@material-ui/icons": "^4.11.3",
25+
"@material-ui/lab": "^4.0.0-alpha.61",
2626
"@turf/turf": "^6.5.0",
2727
"brace": "^0.11.1",
2828
"d3-color": "^3.1.0",
@@ -32,22 +32,22 @@
3232
"expr-eval": "^2.0.2",
3333
"mapbox-gl": "^2.0.0",
3434
"maplibre-gl": "^2.4.0",
35-
"react": "^18.0.0",
35+
"react": "^18.2.0",
3636
"react-ace": "^6.1.4",
37-
"react-dom": "^18.0.0",
38-
"react-map-gl": "^7.0.0",
39-
"styled-components": "^5.3.3"
37+
"react-dom": "^18.2.0",
38+
"react-map-gl": "^7.1.7",
39+
"styled-components": "^5.3.11"
4040
},
4141
"devDependencies": {
42-
"@docusaurus/core": "^2.4.0",
43-
"@docusaurus/plugin-content-docs": "^2.4.0",
44-
"@docusaurus/preset-classic": "^2.4.0",
45-
"@mdx-js/react": "^1.6.22",
42+
"@docusaurus/core": "^3.2.1",
43+
"@docusaurus/plugin-content-docs": "^3.2.1",
44+
"@docusaurus/preset-classic": "^3.2.1",
45+
"@mdx-js/react": "^3.0.1",
4646
"babel-plugin-inline-webgl-constants": "^1.0.3",
4747
"babel-plugin-remove-glsl-comments": "^1.0.0",
4848
"babel-plugin-styled-components": "^2.0.0",
49-
"prism-react-renderer": "^1.2.1",
50-
"ts-node": "~10.9.1"
49+
"prism-react-renderer": "^2.3.1",
50+
"ts-node": "~10.9.2"
5151
},
5252
"browserslist": [
5353
">0.2% and supports async-functions",

0 commit comments

Comments
 (0)