Skip to content

Commit

Permalink
Revert "WV-3066 Openlayers 10 Upgrade (#5531)"
Browse files Browse the repository at this point in the history
This reverts commit 919a022.
  • Loading branch information
christof-wittreich committed Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1a1277c commit a89eff0
Showing 3 changed files with 40 additions and 69 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -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|rbush|quickselect|pbf|earcut)/)'
'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)/)'
],
testPathIgnorePatterns: [
'<rootDir>/e2e/'
105 changes: 38 additions & 67 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
@@ -178,7 +178,7 @@
"moment": "^2.30.1",
"moment-locales-webpack-plugin": "^1.2.0",
"node-dir": "^0.1.17",
"ol": "^10.3.0",
"ol": "^8.2.0",
"ol-mapbox-style": "^12.3.5",
"p-queue": "^8.0.1",
"proj4": "^2.15.0",

0 comments on commit a89eff0

Please sign in to comment.