Skip to content

Commit 564c4be

Browse files
balzssclaude
andcommitted
chore: remove unnecessary workaround packages
Remove jsdom and @rollup/rollup-linux-x64-gnu packages that were added as a temporary workaround for npm v11.5.0 bug. The issue has been resolved in npm v11.6.0+. Related: npm/cli#8470 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e429e69 commit 564c4be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"eslint-plugin-react": "^7.37.5",
8383
"globals": "^15.13.0",
8484
"husky": "^9.1.7",
85-
"jsdom": "^26.1.0",
8685
"lerna": "^8.2.4",
8786
"lint-staged": "^15.2.10",
8887
"react": "18.3.1",
@@ -92,9 +91,6 @@
9291
"vitest": "^3.2.2",
9392
"webpack": "^5.99.9"
9493
},
95-
"optionalDependencies": {
96-
"@rollup/rollup-linux-x64-gnu": "*"
97-
},
9894
"//dependency-comments": {
9995
"scripts": "The '--' at the end of commands is needed so user parameters are passed forward",
10096
"danger": "^11.3.1 -- add this back if we use it in pr-validation.yml",

0 commit comments

Comments
 (0)