Skip to content

Commit

Permalink
fix(deps): update dependency @mapbox/mapbox-gl-style-spec to v14.3.0 (#…
Browse files Browse the repository at this point in the history
…18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jean-philippe.bazonnais <[email protected]>
  • Loading branch information
renovate[bot] and lowzonenose authored May 13, 2024
1 parent 9fbd161 commit 9b27f38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/webpack/bundle.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ module.exports = (env, argv) => {
watchFiles : {
paths : ["src/**/*"],
options : {
usePolling : true,
usePolling : false,
ignored : ["demos/**", "node_modules/**"]
},
},
devMiddleware : {
Expand Down
3 changes: 2 additions & 1 deletion build/webpack/modules.webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ module.exports = (env, argv) => {
watchFiles : {
paths : ["src/**/*"],
options : {
usePolling : true,
usePolling : false,
ignored : ["demos/**", "node_modules/**"]
},
},
devMiddleware : {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/IGNF/geoportal-extensions-openlayers#readme",
"dependencies": {
"@gouvfr/dsfr": "^1.11.0",
"@mapbox/mapbox-gl-style-spec": "14.1.0",
"@mapbox/mapbox-gl-style-spec": "14.3.0",
"eventbusjs": "0.2.0",
"geoportal-access-lib": "3.4.1",
"loglevel": "^1.9.1",
Expand Down

0 comments on commit 9b27f38

Please sign in to comment.