Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jun 25, 2024
1 parent ea61c34 commit 5926b1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@types/mapbox-gl": "^2.7.18",
"geostyler-style": "9.0.0-next.5"
"geostyler-style": "^9.0.1"
},
"scripts": {
"build-browser": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/Expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const functionNameMap: Record<GeoStylerFunction['name'], ExpressionName | null>
property: 'get',
// TODO use/translate these new functions if possible
step: null,
toBoolean: null,
interpolate: null,
toNumber: null,
strToString: null
};
Expand Down

0 comments on commit 5926b1b

Please sign in to comment.