Merge branch 'master' into feat/26838

This commit is contained in:
Łukasz Jernaś
2024-10-03 12:40:25 +02:00
379 changed files with 7582 additions and 1874 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-user-settings
## 0.8.14-next.1
### Patch Changes
- e969dc7: Move `@types/react` to a peer dependency.
- Updated dependencies
- @backstage/core-components@0.15.1-next.1
- @backstage/plugin-signals-react@0.0.6-next.1
- @backstage/frontend-plugin-api@0.9.0-next.1
- @backstage/core-compat-api@0.3.1-next.1
- @backstage/core-plugin-api@1.10.0-next.1
- @backstage/core-app-api@1.15.1-next.1
- @backstage/plugin-catalog-react@1.14.0-next.1
- @backstage/theme@0.5.8-next.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-user-settings-common@0.0.1
## 0.8.13-next.0
### Patch Changes
+12 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-user-settings",
"version": "0.8.13-next.0",
"version": "0.8.14-next.1",
"description": "A Backstage plugin that provides a settings page",
"backstage": {
"role": "frontend-plugin",
@@ -70,7 +70,6 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-use": "^17.2.4",
"zen-observable": "^0.10.0"
},
@@ -83,13 +82,23 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"msw": "^1.0.0"
"@types/react": "^18.0.0",
"msw": "^1.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"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"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"configSchema": {
"$schema": "https://backstage.io/schema/config-v1",
"title": "@backstage/user-settings",