Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ol (and related ol-util) updated to version 9 and moved to peer dependencies
  • Loading branch information
dnlkoch committed Apr 9, 2024
1 parent f89deaf commit 8597fde
Show file tree
Hide file tree
Showing 4 changed files with 3,016 additions and 2,448 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 = {
'^.+\\.ts$': '<rootDir>/node_modules/babel-jest'
},
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!(ol|@babel|jest-runtime|@terrestris))'
'<rootDir>/node_modules/(?!(ol|@babel|jest-runtime|@terrestris|color-*))'
],
testRegex: '/src/.*\\.spec.(ts|js)$',
collectCoverageFrom: [
Expand Down
Loading

0 comments on commit 8597fde

Please sign in to comment.