Skip to content

Commit a2d873a

Browse files
committed
Fix CI cooldown by replacing ALL [email protected] with 4.50.0
- Add pnpm override for [email protected] - Systematically replace all [email protected] references in lockfile - Replace all @rollup platform packages from 4.50.1 to 4.50.0 - This ensures CI passes the 2-day cooldown check for new packages
1 parent fcad366 commit a2d873a

File tree

2 files changed

+283
-222
lines changed

2 files changed

+283
-222
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"react": "19.1.0",
4040
"react-dom": "19.1.0",
4141
"@types/react": "19.1.10",
42-
"@types/react-dom": "19.1.7"
42+
"@types/react-dom": "19.1.7",
43+
"rollup": "4.50.0"
4344
}
4445
},
4546
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)