Skip to content

Commit a84e308

Browse files
committed
chore: update cma beta and remove lib from transformIgnorePatterns
1 parent ebde8f9 commit a84e308

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

package-lock.json

Lines changed: 25 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cli-table3": "^0.6.0",
5252
"contentful": "^11.5.10",
5353
"contentful-batch-libs": "^9.4.1",
54-
"contentful-management": "^12.0.0-new-beta.7",
54+
"contentful-management": "^12.0.0-new-beta.9",
5555
"date-fns": "^4.1.0",
5656
"figures": "^3.2.0",
5757
"jsonwebtoken": "^9.0.0",
@@ -138,7 +138,7 @@
138138
"usageParams.js"
139139
],
140140
"transformIgnorePatterns": [
141-
"node_modules/(?!(contentful-batch-libs|contentful-sdk-core|p-throttle)/)"
141+
"node_modules/(?!(contentful-batch-libs)/)"
142142
]
143143
},
144144
"overrides": {

0 commit comments

Comments
 (0)