Skip to content

Commit c5f64be

Browse files
committed
fix: update dependency, fix workflow
1 parent 393a17e commit c5f64be

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
id: semantic
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
31-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

bun.lockb

-19 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@types/mapbox-gl": "^3.4.1",
30-
"geostyler-style": "^10.1.0"
30+
"geostyler-style": "^10.5.0"
3131
},
3232
"scripts": {
3333
"build-browser": "vite build",

0 commit comments

Comments
 (0)