Skip to content

Commit 4d4597e

Browse files
committed
"pin" version of rollup in package.json to get CI working
see: rollup/rollup#6168 Newest version of rollup is broken: rollup/rollup#6168 This allows builds to pass until rollup releases a fix and/or we implement a better solution to the fact that npm is not honoring our package lock files
1 parent 843f8ce commit 4d4597e

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
@@ -5,5 +5,8 @@
55
"eslint": "^8.57.1",
66
"eslint-js": "github:eslint/js",
77
"typescript": "^5.8.3"
8+
},
9+
"overrides": {
10+
"rollup": "4.52.5"
811
}
912
}

0 commit comments

Comments
 (0)