Skip to content

Commit fb17ce3

Browse files
committed
set rollup resolution
1 parent 3d47974 commit fb17ce3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"build:docs": "typedoc --plugin typedoc-plugin-markdown --excludeExternals --out docs",
4444
"prepublishOnly": "npm run allstatic && npm run test && npm run build && npm run test:build"
4545
},
46+
"resolutions": {
47+
"rollup": "^3.29.5"
48+
},
4649
"prettier": {
4750
"singleQuote": true,
4851
"trailingComma": "all"

0 commit comments

Comments
 (0)