Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Dec 12, 2024
1 parent db6d851 commit 6ff1c59
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
15 changes: 15 additions & 0 deletions .pnpm-patches/@wordpress__dataviews@4.10.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Hack for https://github.com/WordPress/gutenberg/issues/67897

diff --git a/package.json b/package.json
index d7af17fea3f59f807a9d7234cf9ce79131538383..c862b012af312c9fc5cf1d2d884ec332ee079d0b 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"exports": {
".": {
"types": "./build-types/index.d.ts",
- "import": "./build-module/index.js"
+ "default": "./build/index.js"
},
"./wp": {
"types": "./build-types/index.d.ts",
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"node": "^22.9.0",
"pnpm": "^9.3.0 <9.12.0"
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.3.0",
"pnpm": {
"patchedDependencies": {
"@wordpress/dataviews@4.10.0": ".pnpm-patches/@wordpress__dataviews@4.10.0.patch"
}
}
}
25 changes: 15 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ff1c59

Please sign in to comment.