@backstage/plugin-notifications 0.5.10-next.2 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - f5e0963: Removed unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.18.2
10
+ - @backstage/frontend-plugin-api@0.12.1
11
+ - @backstage/theme@0.7.0
12
+ - @backstage/core-compat-api@0.5.3
13
+ - @backstage/core-plugin-api@1.11.1
14
+ - @backstage/plugin-notifications-common@0.1.1
15
+ - @backstage/plugin-signals-react@0.0.16
16
+
17
+ ## 0.5.10-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - f5e0963: Removed unused dependencies
22
+ - Updated dependencies
23
+ - @backstage/core-components@0.18.2-next.3
24
+ - @backstage/frontend-plugin-api@0.12.1-next.2
25
+
3
26
  ## 0.5.10-next.2
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.10-next.2";
2
+ var version = "0.5.10";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "notifications",
@@ -58,10 +58,8 @@ var dependencies = {
58
58
  "@backstage/plugin-notifications-common": "workspace:^",
59
59
  "@backstage/plugin-signals-react": "workspace:^",
60
60
  "@backstage/theme": "workspace:^",
61
- "@backstage/types": "workspace:^",
62
61
  "@material-ui/core": "^4.9.13",
63
62
  "@material-ui/icons": "^4.9.1",
64
- "@material-ui/lab": "^4.0.0-alpha.61",
65
63
  lodash: "^4.17.21",
66
64
  "material-ui-confirm": "^3.0.12",
67
65
  notistack: "^3.0.1",
@@ -70,13 +68,11 @@ var dependencies = {
70
68
  };
71
69
  var devDependencies = {
72
70
  "@backstage/cli": "workspace:^",
73
- "@backstage/core-app-api": "workspace:^",
74
71
  "@backstage/dev-utils": "workspace:^",
75
72
  "@backstage/plugin-signals": "workspace:^",
76
73
  "@backstage/test-utils": "workspace:^",
77
74
  "@testing-library/jest-dom": "^6.0.0",
78
75
  "@testing-library/react": "^16.0.0",
79
- "@testing-library/user-event": "^14.0.0",
80
76
  "@types/react": "^18.0.0",
81
77
  msw: "^1.0.0",
82
78
  react: "^18.0.2",
@@ -1 +1 @@
1
- {"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.5.10-next.2",
3
+ "version": "0.5.10",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -63,18 +63,16 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.5.3-next.1",
67
- "@backstage/core-components": "0.18.2-next.2",
68
- "@backstage/core-plugin-api": "1.11.1-next.0",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.12.1-next.1",
71
- "@backstage/plugin-notifications-common": "0.1.1-next.0",
72
- "@backstage/plugin-signals-react": "0.0.16-next.0",
73
- "@backstage/theme": "0.6.9-next.0",
74
- "@backstage/types": "1.2.2",
66
+ "@backstage/core-compat-api": "^0.5.3",
67
+ "@backstage/core-components": "^0.18.2",
68
+ "@backstage/core-plugin-api": "^1.11.1",
69
+ "@backstage/errors": "^1.2.7",
70
+ "@backstage/frontend-plugin-api": "^0.12.1",
71
+ "@backstage/plugin-notifications-common": "^0.1.1",
72
+ "@backstage/plugin-signals-react": "^0.0.16",
73
+ "@backstage/theme": "^0.7.0",
75
74
  "@material-ui/core": "^4.9.13",
76
75
  "@material-ui/icons": "^4.9.1",
77
- "@material-ui/lab": "^4.0.0-alpha.61",
78
76
  "lodash": "^4.17.21",
79
77
  "material-ui-confirm": "^3.0.12",
80
78
  "notistack": "^3.0.1",
@@ -82,14 +80,12 @@
82
80
  "react-use": "^17.2.4"
83
81
  },
84
82
  "devDependencies": {
85
- "@backstage/cli": "0.34.4-next.2",
86
- "@backstage/core-app-api": "1.19.1-next.0",
87
- "@backstage/dev-utils": "1.1.15-next.2",
88
- "@backstage/plugin-signals": "0.0.24-next.2",
89
- "@backstage/test-utils": "1.7.12-next.1",
83
+ "@backstage/cli": "^0.34.4",
84
+ "@backstage/dev-utils": "^1.1.15",
85
+ "@backstage/plugin-signals": "^0.0.24",
86
+ "@backstage/test-utils": "^1.7.12",
90
87
  "@testing-library/jest-dom": "^6.0.0",
91
88
  "@testing-library/react": "^16.0.0",
92
- "@testing-library/user-event": "^14.0.0",
93
89
  "@types/react": "^18.0.0",
94
90
  "msw": "^1.0.0",
95
91
  "react": "^18.0.2",