Skip to content

Commit

Permalink
fix: use ^dep #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed May 11, 2023
1 parent 25cbf9c commit 663c92c
Show file tree
Hide file tree
Showing 8 changed files with 1,020 additions and 1,679 deletions.
6 changes: 3 additions & 3 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"license": "MIT",
"devDependencies": {
"@types/react": "^18.0.31",
"dumi": "^2.0.2"
"@types/react": "^18.2.6",
"dumi": "^2.1.23"
},
"dependencies": {
"cesium": "^1.103.0",
"cesium": "^1.105.1",
"cesium-extends": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"node": ">= 16"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.15.11",
"@types/node": "^18.16.7",
"@vitest/coverage-c8": "^0.29.8",
"esbuild": "^0.17.16",
"esbuild": "^0.17.18",
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"multi-semantic-release": "^3.0.2",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup": "^3.21.6",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-styles": "^4.0.0",
"sass": "^1.62.0",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.29.8"
Expand Down
23 changes: 11 additions & 12 deletions packages/cesium-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@
"cesium": "*"
},
"dependencies": {
"@cesium-extends/compass": "^1.1.0",
"@cesium-extends/drawer": "^1.2.2",
"@cesium-extends/geojson-render": "^1.0.1",
"@cesium-extends/heat": "^1.0.1",
"@cesium-extends/measure": "^1.1.0",
"@cesium-extends/popup": "^1.0.0",
"@cesium-extends/primitive-geojson": "^1.0.1",
"@cesium-extends/subscriber": "^1.0.1",
"@cesium-extends/sync-viewer": "^1.0.0",
"@cesium-extends/tooltip": "^1.2.1",
"@cesium-extends/zoom-control": "^1.1.0",
"cesium": "^1.105.1"
"@cesium-extends/compass": "workspace:^",
"@cesium-extends/drawer": "workspace:^",
"@cesium-extends/geojson-render": "workspace:^",
"@cesium-extends/heat": "workspace:^",
"@cesium-extends/measure": "workspace:^",
"@cesium-extends/popup": "workspace:^",
"@cesium-extends/primitive-geojson": "workspace:^",
"@cesium-extends/subscriber": "workspace:^",
"@cesium-extends/sync-viewer": "workspace:^",
"@cesium-extends/tooltip": "workspace:^",
"@cesium-extends/zoom-control": "workspace:^"
}
}
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cesium": "^1.104.0"
},
"dependencies": {
"@cesium-extends/subscriber": "1.0.1",
"@cesium-extends/tooltip": "1.2.1"
"@cesium-extends/subscriber": "^1.0.1",
"@cesium-extends/tooltip": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/geojson-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cesium": "^1.103.0"
},
"dependencies": {
"@cesium-extends/primitive-geojson": "1.0.1",
"@cesium-extends/primitive-geojson": "^1.0.1",
"@turf/turf": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"cesium": "^1.104.0"
},
"dependencies": {
"@cesium-extends/drawer": "1.2.2",
"@cesium-extends/subscriber": "1.0.1",
"@cesium-extends/tooltip": "1.2.1",
"@cesium-extends/drawer": "^1.2.2",
"@cesium-extends/subscriber": "^1.0.1",
"@cesium-extends/tooltip": "^1.2.1",
"@turf/area": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"cesium": "*"
},
"devDependencies": {
"@cesium-extends/subscriber": "1.0.1",
"@cesium-extends/subscriber": "^1.0.1",
"cesium": "^1.103.0"
},
"dependencies": {
"@cesium-extends/common": "1.0.1"
"@cesium-extends/common": "^1.0.1"
}
}
Loading

0 comments on commit 663c92c

Please sign in to comment.