Skip to content

Commit 3b7842c

Browse files
committed
chore: update to latest ol
BREAKING CHANGE: required peer dependency of ol is now >= 10
1 parent 6edb218 commit 3b7842c

7 files changed

+90
-142
lines changed

jest.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
'ts'
55
],
66
transformIgnorePatterns: [
7-
'node_modules/(?!ol|decode-uri-component|query-string|split-on-first|filter-obj|color-[^/]+/.*)'
7+
'node_modules/(?!ol|decode-uri-component|query-string|split-on-first|filter-obj|color-[^/]+/.*|rbush|quickselect)'
88
],
99
setupFiles: [
1010
'<rootDir>/spec/jest/setup.js'

package-lock.json

+80-132
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)