Skip to content

Commit

Permalink
fix: do not use latest keyword for version in codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Oct 4, 2024
1 parent b041e02 commit 376257b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/_code-sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function initCodeSandboxButton(options) {
<meta charset="UTF-8" />
<link rel="stylesheet" href="node_modules/ol/ol.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://cesium.com/downloads/cesiumjs/releases/1.9/Build/Cesium/Cesium.js"></script>
<script src="https://cesium.com/downloads/cesiumjs/releases/1.122/Build/Cesium/Cesium.js"></script>
<style>
.ol-popup {
position: absolute;
Expand Down Expand Up @@ -139,9 +139,9 @@ function initCodeSandboxButton(options) {
'@babel/plugin-proposal-class-properties': '^7.18.6'
},
'dependencies': {
'olcs': 'latest',
'olcs': '2.20.0',
'proj4': '2.11.0',
'cesium': '1.90.0',
'cesium': '1.122.0',
'ol': '10.1.0'
}
},
Expand Down

0 comments on commit 376257b

Please sign in to comment.