Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bumping up common package version to latest #61

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-use": "^17.2.4"
},
"peerDependencies": {
"@pagerduty/backstage-plugin-common": "^0.0.1-next.13",
"@pagerduty/backstage-plugin-common": "^0.0.2",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
Expand All @@ -60,7 +60,7 @@
"@backstage/test-utils": "^1.4.5",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@pagerduty/backstage-plugin-common": "^0.0.1-next.13",
"@pagerduty/backstage-plugin-common": "^0.0.2",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4242,10 +4242,10 @@ __metadata:
languageName: node
linkType: hard

"@pagerduty/backstage-plugin-common@npm:^0.0.1-next.13":
version: 0.0.1-next.13
resolution: "@pagerduty/backstage-plugin-common@npm:0.0.1-next.13"
checksum: 8ee8799cc44c322e5c54a2734a132b3cf5e70f6d97e8fe6e7ab144e2d6977c7100bbcb4eed1946c13a07492e54b2dfe9c42467aed7d2e55576ebc7d64f84c53b
"@pagerduty/backstage-plugin-common@npm:^0.0.2":
version: 0.0.2
resolution: "@pagerduty/backstage-plugin-common@npm:0.0.2"
checksum: 6da0a9c1368748752db996fec6d676abfaf5c3cb66fcfdf1920e29ed5ee5f4a9c95b9503671217baec0dd729ac21f98d4b7e8475e7e712721566c4f8c526fb51
languageName: node
linkType: hard

Expand All @@ -4269,7 +4269,7 @@ __metadata:
"@material-ui/core": ^4.12.2
"@material-ui/icons": ^4.9.1
"@material-ui/lab": 4.0.0-alpha.61
"@pagerduty/backstage-plugin-common": ^0.0.1-next.13
"@pagerduty/backstage-plugin-common": ^0.0.2
"@testing-library/dom": ^8.0.0
"@testing-library/jest-dom": ^5.10.1
"@testing-library/react": ^12.1.3
Expand All @@ -4287,7 +4287,7 @@ __metadata:
react-use: ^17.2.4
typescript: ^4.8.4
peerDependencies:
"@pagerduty/backstage-plugin-common": ^0.0.1-next.13
"@pagerduty/backstage-plugin-common": ^0.0.2
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
react-router-dom: 6.0.0-beta.0 || ^6.3.0
Expand Down
Loading