@axis-backstage/plugin-vacation-calendar 0.8.0 → 0.9.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,11 @@
1
1
  # @axis-backstage/plugin-vacation-calendar
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7d98ad2: Bumped to backstage 1.46.2
8
+
3
9
  ## 0.8.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
  import { OAuthApi, FetchApi } from '@backstage/core-plugin-api';
4
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
4
5
  import { Calendar, ScheduleInformation } from '@microsoft/microsoft-graph-types';
5
6
 
6
7
  /**
@@ -20,7 +21,7 @@ declare const VacationCalendarPage: () => react_jsx_runtime.JSX.Element;
20
21
  *
21
22
  * @public
22
23
  */
23
- declare const vacationCalendarApiRef: _backstage_core_plugin_api.ApiRef<VacationCalendarApi>;
24
+ declare const vacationCalendarApiRef: _backstage_frontend_plugin_api.ApiRef<VacationCalendarApi>;
24
25
  /**
25
26
  * The definition for the VacationCalendar api.
26
27
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-vacation-calendar",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^1.7.5",
32
- "@backstage/core-components": "^0.17.5",
33
- "@backstage/core-plugin-api": "^1.10.9",
31
+ "@backstage/catalog-model": "^1.7.6",
32
+ "@backstage/core-components": "^0.18.4",
33
+ "@backstage/core-plugin-api": "^1.12.1",
34
34
  "@backstage/errors": "^1.2.7",
35
- "@backstage/plugin-catalog-react": "^1.20.1",
36
- "@backstage/theme": "^0.6.8",
35
+ "@backstage/plugin-catalog-react": "^1.21.4",
36
+ "@backstage/theme": "^0.7.1",
37
37
  "@date-io/luxon": "3.0.0",
38
38
  "@material-ui/core": "^4.12.4",
39
39
  "@material-ui/pickers": "^3.3.11",
@@ -57,11 +57,11 @@
57
57
  "react-router-dom": "^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/catalog-client": "^1.11.0",
61
- "@backstage/cli": "^0.34.1",
62
- "@backstage/core-app-api": "^1.18.0",
63
- "@backstage/dev-utils": "^1.1.13",
64
- "@backstage/test-utils": "^1.7.11",
60
+ "@backstage/catalog-client": "^1.12.1",
61
+ "@backstage/cli": "^0.35.1",
62
+ "@backstage/core-app-api": "^1.19.3",
63
+ "@backstage/dev-utils": "^1.1.18",
64
+ "@backstage/test-utils": "^1.7.14",
65
65
  "@testing-library/dom": "^10.0.0",
66
66
  "@testing-library/jest-dom": "^6.0.0",
67
67
  "@testing-library/react": "^16.0.0",