@backstage/plugin-notifications 0.0.0-nightly-20240526021716 → 0.0.0-nightly-20240528021620

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
- ## 0.0.0-nightly-20240526021716
3
+ ## 0.0.0-nightly-20240528021620
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7f02684: Do not always show scrollbars in notification description
8
8
  - Updated dependencies
9
- - @backstage/theme@0.0.0-nightly-20240526021716
10
- - @backstage/core-components@0.0.0-nightly-20240526021716
9
+ - @backstage/theme@0.0.0-nightly-20240528021620
10
+ - @backstage/core-components@0.0.0-nightly-20240528021620
11
11
 
12
12
  ## 0.2.2-next.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240526021716",
3
+ "version": "0.0.0-nightly-20240528021620",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin"
6
6
  },
@@ -31,12 +31,12 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.0.0-nightly-20240526021716",
34
+ "@backstage/core-components": "^0.0.0-nightly-20240528021620",
35
35
  "@backstage/core-plugin-api": "^1.9.2",
36
36
  "@backstage/errors": "^1.2.4",
37
37
  "@backstage/plugin-notifications-common": "^0.0.3",
38
38
  "@backstage/plugin-signals-react": "^0.0.3",
39
- "@backstage/theme": "^0.0.0-nightly-20240526021716",
39
+ "@backstage/theme": "^0.0.0-nightly-20240528021620",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@material-ui/core": "^4.9.13",
42
42
  "@material-ui/icons": "^4.9.1",
@@ -49,11 +49,11 @@
49
49
  "react-use": "^17.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20240526021716",
52
+ "@backstage/cli": "^0.0.0-nightly-20240528021620",
53
53
  "@backstage/core-app-api": "^1.12.5",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20240526021716",
55
- "@backstage/plugin-signals": "^0.0.0-nightly-20240526021716",
56
- "@backstage/test-utils": "^0.0.0-nightly-20240526021716",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20240528021620",
55
+ "@backstage/plugin-signals": "^0.0.0-nightly-20240528021620",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240528021620",
57
57
  "@testing-library/jest-dom": "^6.0.0",
58
58
  "@testing-library/react": "^15.0.0",
59
59
  "@testing-library/user-event": "^14.0.0",