From be57411540b68d0f8679d8dafabf79c593996b6f Mon Sep 17 00:00:00 2001 From: AlitaBernachot Date: Wed, 11 Sep 2024 10:16:16 +0200 Subject: [PATCH] feat: update dep latest ol, proj4 and cesium --- examples/_code-sandbox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/_code-sandbox.js b/examples/_code-sandbox.js index 3a464bcb1..923f292d1 100644 --- a/examples/_code-sandbox.js +++ b/examples/_code-sandbox.js @@ -140,9 +140,9 @@ function initCodeSandboxButton(options) { }, 'dependencies': { 'olcs': 'latest', - 'proj4': '2.9.0', - 'cesium': '1.108', - 'ol': '8.1.0' + 'proj4': '2.11.0', + 'cesium': '^1.90.0', + 'ol': '10.1.0' } }, },