Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fix: hacky, but working
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhagen committed Nov 8, 2024
1 parent afa6184 commit 3bd83b8
Show file tree
Hide file tree
Showing 16 changed files with 2,636 additions and 36,493 deletions.
934 changes: 0 additions & 934 deletions .yarn/releases/yarn-4.5.1.cjs

This file was deleted.

3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
nodeLinker: node-modules
nmHoistingLimits: workspaces

npmScopes:
liatrio:
npmAlwaysAuth: true
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
1 change: 0 additions & 1 deletion backstage-plugin-autogov-common/.yarnrc.yml

This file was deleted.

3 changes: 3 additions & 0 deletions backstage-plugin-autogov-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand All @@ -53,6 +55,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/react-dom": "^18",
"msw": "^1.0.0",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
Expand Down
Loading

0 comments on commit 3bd83b8

Please sign in to comment.