@pagerduty/backstage-plugin 0.17.0 → 0.17.1

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.
@@ -1,6 +1,6 @@
1
1
  var name = "@pagerduty/backstage-plugin";
2
2
  var description = "A Backstage plugin that integrates towards PagerDuty";
3
- var version = "0.17.0";
3
+ var version = "0.17.1";
4
4
  var main = "dist/index.esm.js";
5
5
  var types = "dist/index.d.ts";
6
6
  var license = "Apache-2.0";
@@ -34,7 +34,7 @@ var scripts = {
34
34
  lint: "backstage-cli package lint",
35
35
  test: "backstage-cli package test",
36
36
  prepare: "husky install",
37
- prepack: "node ../../scripts/replace-versions.js backstage-plugin && backstage-cli package prepack",
37
+ prepack: "backstage-cli package prepack",
38
38
  postpack: "backstage-cli package postpack",
39
39
  clean: "backstage-cli package clean"
40
40
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin",
3
3
  "description": "A Backstage plugin that integrates towards PagerDuty",
4
- "version": "0.17.0",
4
+ "version": "0.17.1",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -38,22 +38,22 @@
38
38
  "lint": "backstage-cli package lint",
39
39
  "test": "backstage-cli package test",
40
40
  "prepare": "husky install",
41
- "prepack": "node ../../scripts/replace-versions.js backstage-plugin && backstage-cli package prepack",
41
+ "prepack": "backstage-cli package prepack",
42
42
  "postpack": "backstage-cli package postpack",
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/catalog-model": "backstage:^",
47
- "@backstage/core-compat-api": "backstage:^",
48
- "@backstage/core-components": "backstage:^",
49
- "@backstage/core-plugin-api": "backstage:^",
50
- "@backstage/errors": "backstage:^",
51
- "@backstage/frontend-plugin-api": "backstage:^",
52
- "@backstage/plugin-catalog": "backstage:^",
53
- "@backstage/plugin-catalog-react": "backstage:^",
54
- "@backstage/plugin-home-react": "backstage:^",
55
- "@backstage/theme": "backstage:^",
56
- "@backstage/ui": "backstage:^",
46
+ "@backstage/catalog-model": "^1.7.6",
47
+ "@backstage/core-compat-api": "^0.5.5",
48
+ "@backstage/core-components": "^0.18.4",
49
+ "@backstage/core-plugin-api": "^1.12.1",
50
+ "@backstage/errors": "^1.2.7",
51
+ "@backstage/frontend-plugin-api": "^0.13.2",
52
+ "@backstage/plugin-catalog": "^1.32.1",
53
+ "@backstage/plugin-catalog-react": "^1.21.4",
54
+ "@backstage/plugin-home-react": "^0.1.33",
55
+ "@backstage/theme": "^0.7.1",
56
+ "@backstage/ui": "^0.10.0",
57
57
  "@emotion/react": "^11.11.4",
58
58
  "@emotion/styled": "^11.11.5",
59
59
  "@material-ui/core": "^4.12.2",
@@ -62,7 +62,7 @@
62
62
  "@mui/icons-material": "^5.15.19",
63
63
  "@mui/material": "^5.15.19",
64
64
  "@mui/x-date-pickers": "^7.6.1",
65
- "@pagerduty/backstage-plugin-common": "~0.2.4",
65
+ "@pagerduty/backstage-plugin-common": "~0.2.5",
66
66
  "@tanstack/react-query": "^5.40.1",
67
67
  "luxon": "^3.4.1",
68
68
  "material-react-table": "^2.13.0",
@@ -75,10 +75,10 @@
75
75
  "react-router-dom": "^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "backstage:^",
79
- "@backstage/core-app-api": "backstage:^",
80
- "@backstage/frontend-defaults": "backstage:^",
81
- "@backstage/test-utils": "backstage:^",
78
+ "@backstage/cli": "^0.35.1",
79
+ "@backstage/core-app-api": "^1.19.3",
80
+ "@backstage/frontend-defaults": "^0.3.4",
81
+ "@backstage/test-utils": "^1.7.14",
82
82
  "@testing-library/jest-dom": "^6.6.3",
83
83
  "@types/copyfiles": "^2",
84
84
  "copyfiles": "^2.4.1",
@@ -115,4 +115,4 @@
115
115
  },
116
116
  "configSchema": "config.d.ts",
117
117
  "module": "./dist/index.esm.js"
118
- }
118
+ }