Skip to content

Commit e5a4ded

Browse files
authored
chore(scorecard): remove yarn4 config (#1681)
* Remove yarn4 Signed-off-by: Dominika Zemanovicova <[email protected]> * Unpin deps Signed-off-by: Dominika Zemanovicova <[email protected]> * Fix playwright problem Signed-off-by: Dominika Zemanovicova <[email protected]> --------- Signed-off-by: Dominika Zemanovicova <[email protected]>
1 parent 51cc478 commit e5a4ded

File tree

4 files changed

+14638
-16755
lines changed

4 files changed

+14638
-16755
lines changed

workspaces/scorecard/.yarn/releases/yarn-4.4.1.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

workspaces/scorecard/.yarnrc.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/scorecard/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/scorecard",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"engines": {
66
"node": "18 || 20 || 22"
@@ -44,7 +44,7 @@
4444
"@backstage/e2e-test-utils": "^0.1.1",
4545
"@backstage/repo-tools": "^0.15.1",
4646
"@changesets/cli": "^2.27.1",
47-
"@playwright/test": "1.56.0",
47+
"@playwright/test": "^1.56.0",
4848
"@spotify/prettier-config": "^15.0.0",
4949
"knip": "^5.27.4",
5050
"node-gyp": "^9.0.0",
@@ -53,9 +53,7 @@
5353
},
5454
"resolutions": {
5555
"@types/react": "^18",
56-
"@types/react-dom": "^18",
57-
"@backstage/plugin-catalog-backend": "2.0.0",
58-
"@backstage/plugin-scaffolder-backend": "1.33.0"
56+
"@types/react-dom": "^18"
5957
},
6058
"prettier": "@spotify/prettier-config",
6159
"lint-staged": {

0 commit comments

Comments
 (0)