Skip to content

Commit

Permalink
upgrade the cesium
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Feb 26, 2024
1 parent d7f7281 commit 8155cf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
Expand Down Expand Up @@ -35,12 +35,12 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@cesium/engine": "^6.2.0",
"@cesium/engine": "^7.0.0",
"chalk": "^5.2.0",
"esbuild": "^0.19.11",
"esbuild": "^0.20.1",
"esbuild-plugin-glsl": "^1.2.1",
"esbuild-plugin-inline-image": "^0.0.9",
"esbuild-sass-plugin": "^2.16.1",
"esbuild-sass-plugin": "^3.1.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -61,7 +61,7 @@
"shelljs": "^0.8.5",
"supercluster": "^8.0.1",
"vinyl-sourcemaps-apply": "^0.2.1",
"vitepress": "^1.0.0-rc.4"
"vitepress": "^1.0.0-rc.44"
},
"files": [
"dist"
Expand Down

0 comments on commit 8155cf7

Please sign in to comment.