Skip to content

Commit

Permalink
Merge pull request #12104 from CesiumGS/dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies esbuild, earcut, and rbush
  • Loading branch information
ggetz authored Aug 1, 2024
2 parents b0b1f0e + 3cb228d commit 49da5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"chokidar": "^3.5.3",
"cloc": "^2.0.0-cloc",
"compression": "^1.7.4",
"esbuild": "^0.21.4",
"esbuild": "^0.23.0",
"eslint": "^9.1.1",
"eslint-config-cesium": "^11.0.1",
"eslint-plugin-html": "^8.1.1",
Expand Down Expand Up @@ -158,4 +158,4 @@
"packages/engine",
"packages/widgets"
]
}
}
4 changes: 2 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bitmap-sdf": "^1.0.3",
"dompurify": "^3.0.2",
"draco3d": "^1.5.1",
"earcut": "^2.2.4",
"earcut": "^3.0.0",
"grapheme-splitter": "^1.0.4",
"jsep": "^1.3.8",
"kdbush": "^4.0.1",
Expand All @@ -48,7 +48,7 @@
"meshoptimizer": "^0.21.0",
"pako": "^2.0.4",
"protobufjs": "^7.1.0",
"rbush": "^3.0.1",
"rbush": "^4.0.0",
"topojson-client": "^3.1.0",
"urijs": "^1.19.7"
},
Expand Down

0 comments on commit 49da5c8

Please sign in to comment.