Skip to content

Commit 4c24ce6

Browse files
committed
Fix package.json files to not use "catalog" feature from PNPM, as it breaks installation from vendor/ PHP packages
1 parent 0ecca4c commit 4c24ce6

File tree

22 files changed

+310
-351
lines changed

22 files changed

+310
-351
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"devDependencies": {
1616
"@biomejs/biome": "^2.0.4",
17-
"@testing-library/dom": "catalog:",
18-
"@testing-library/jest-dom": "catalog:",
17+
"@testing-library/dom": "^10.4.0",
18+
"@testing-library/jest-dom": "^6.6.3",
1919
"@types/node": "^22.6.0",
2020
"lightningcss": "^1.28.2",
2121
"pkg-types": "^2.2.0",
2222
"playwright": "^1.47.0",
2323
"tinyglobby": "^0.2.14",
2424
"tsup": "^8.5.0",
25-
"vitest": "catalog:"
25+
"vitest": "^3.2.4"
2626
},
2727
"version": "2.27.0"
2828
}

0 commit comments

Comments
 (0)