Skip to content

Commit

Permalink
Dev package version
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich committed Oct 28, 2024
1 parent 30882cc commit 97c7557
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 38 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'^googleTagManager$': '<rootDir>/web/js/components/util/google-tag-manager.js'
},
transformIgnorePatterns: [
'node_modules/(?!(ol|ol-mapbox-style|quick-lru|geotiff|@mapbox|node-fetch|data-uri-to-buffer|fetch-blob|formdata-polyfill|color-space|color-rgba|color-parse)/)'
'node_modules/(?!(ol|ol-mapbox-style|quick-lru|geotiff|@mapbox|node-fetch|data-uri-to-buffer|fetch-blob|formdata-polyfill|color-space|color-rgba|color-parse|rbush|quickselect|pbf|earcut)/)'
],
testPathIgnorePatterns: [
'<rootDir>/e2e/'
Expand Down
97 changes: 61 additions & 36 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 @@ -178,7 +178,7 @@
"moment": "^2.30.1",
"moment-locales-webpack-plugin": "^1.2.0",
"node-dir": "^0.1.17",
"ol": "^8.2.0",
"ol": "^10.2.2-dev.1729531517080",
"ol-mapbox-style": "^12.3.5",
"p-queue": "^8.0.1",
"proj4": "^2.12.1",
Expand Down

0 comments on commit 97c7557

Please sign in to comment.