Skip to content

Commit

Permalink
docs: fix code sandbox packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Dec 5, 2024
1 parent fa4aa2e commit c22c659
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/src/components/CodeSandboxButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ function CodeSandboxButton({ html, js, extraFiles = {}, ...props }) {
build: 'parcel build index.html',
},
dependencies: {
'mapbox-gl': '1',
'maplibre-gl': '2',
'mobility-toolbox-js': 'latest@beta',
ol: '6.3.1',
'maplibre-gl': 'latest',
'mobility-toolbox-js': 'latest',
ol: 'latest',
},
devDependencies: {
'@babel/core': '7.2.0',
Expand Down Expand Up @@ -93,5 +92,4 @@ CodeSandboxButton.propTypes = {
extraFiles: PropTypes.shape(),
};


export default React.memo(CodeSandboxButton);

0 comments on commit c22c659

Please sign in to comment.