@backstage/plugin-notifications 0.5.19-next.0 → 0.5.20-next.0

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,25 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.20-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.13-next.0
9
+ - @backstage/ui@0.17.1-next.0
10
+
11
+ ## 0.5.19
12
+
13
+ ### Patch Changes
14
+
15
+ - 73ea4d7: Migrated tests to msw version 2.
16
+ - Updated dependencies
17
+ - @backstage/frontend-plugin-api@0.17.3
18
+ - @backstage/ui@0.17.0
19
+ - @backstage/core-components@0.18.12
20
+ - @backstage/core-plugin-api@1.12.8
21
+ - @backstage/plugin-signals-react@0.0.24
22
+
3
23
  ## 0.5.19-next.0
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.19-next.0";
2
+ var version = "0.5.20-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "notifications",
@@ -73,7 +73,7 @@ var devDependencies = {
73
73
  "@testing-library/jest-dom": "^6.0.0",
74
74
  "@testing-library/react": "^16.0.0",
75
75
  "@types/react": "^18.0.0",
76
- msw: "^1.0.0",
76
+ msw: "^2.0.0",
77
77
  react: "^18.0.2",
78
78
  "react-dom": "^18.0.2",
79
79
  "react-router-dom": "^6.30.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.5.19-next.0",
3
+ "version": "0.5.20-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -63,14 +63,14 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-components": "0.18.12-next.0",
67
- "@backstage/core-plugin-api": "1.12.8-next.0",
66
+ "@backstage/core-components": "0.18.13-next.0",
67
+ "@backstage/core-plugin-api": "1.12.8",
68
68
  "@backstage/errors": "1.3.1",
69
- "@backstage/frontend-plugin-api": "0.17.3-next.0",
69
+ "@backstage/frontend-plugin-api": "0.17.3",
70
70
  "@backstage/plugin-notifications-common": "0.2.3",
71
- "@backstage/plugin-signals-react": "0.0.24-next.0",
71
+ "@backstage/plugin-signals-react": "0.0.24",
72
72
  "@backstage/theme": "0.7.3",
73
- "@backstage/ui": "0.17.0-next.0",
73
+ "@backstage/ui": "0.17.1-next.0",
74
74
  "@remixicon/react": ">=4.6.0 <4.9.0",
75
75
  "lodash": "^4.17.21",
76
76
  "notistack": "^3.0.1",
@@ -79,14 +79,14 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.36.4-next.0",
83
- "@backstage/dev-utils": "1.1.25-next.0",
84
- "@backstage/plugin-signals": "0.0.33-next.0",
85
- "@backstage/test-utils": "1.7.20-next.0",
82
+ "@backstage/cli": "0.36.4",
83
+ "@backstage/dev-utils": "1.1.26-next.0",
84
+ "@backstage/plugin-signals": "0.0.34-next.0",
85
+ "@backstage/test-utils": "1.7.21-next.0",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@testing-library/react": "^16.0.0",
88
88
  "@types/react": "^18.0.0",
89
- "msw": "^1.0.0",
89
+ "msw": "^2.0.0",
90
90
  "react": "^18.0.2",
91
91
  "react-dom": "^18.0.2",
92
92
  "react-router-dom": "^6.30.2"