Skip to content

Commit 7c5dd59

Browse files
committed
Replace Yarn Berry by PNPM
1 parent ca7ca82 commit 7c5dd59

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,14 @@
5353
"devDependencies": {
5454
"@hotwired/stimulus": "^3.0.0",
5555
"@testing-library/dom": "^7.31.0",
56+
"@testing-library/jest-dom": "catalog:",
5657
"@testing-library/user-event": "^13.1.9",
5758
"@types/node-fetch": "^2.6.2",
58-
"node-fetch": "^2.6.1"
59+
"jsdom": "catalog:",
60+
"node-fetch": "^2.6.1",
61+
"tslib": "catalog:",
62+
"tsx": "catalog:",
63+
"typescript": "catalog:",
64+
"vitest": "catalog:"
5965
}
6066
}

0 commit comments

Comments
 (0)