@backstage/plugin-catalog-import 0.13.15-next.0 → 0.13.16-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 +21 -0
- package/dist/package.json.esm.js +2 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
+
## 0.13.16-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.18.13-next.0
|
|
9
|
+
- @backstage/plugin-catalog-react@3.2.1-next.0
|
|
10
|
+
|
|
11
|
+
## 0.13.15
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/frontend-plugin-api@0.17.3
|
|
17
|
+
- @backstage/plugin-catalog-react@3.2.0
|
|
18
|
+
- @backstage/core-components@0.18.12
|
|
19
|
+
- @backstage/catalog-client@1.16.1
|
|
20
|
+
- @backstage/core-plugin-api@1.12.8
|
|
21
|
+
- @backstage/integration-react@1.2.20
|
|
22
|
+
- @backstage/plugin-permission-react@0.5.3
|
|
23
|
+
|
|
3
24
|
## 0.13.15-next.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-catalog-import";
|
|
2
|
-
var version = "0.13.
|
|
2
|
+
var version = "0.13.16-next.0";
|
|
3
3
|
var description = "A Backstage plugin the helps you import entities into your catalog";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -88,7 +88,7 @@ var devDependencies = {
|
|
|
88
88
|
"@testing-library/react": "^16.0.0",
|
|
89
89
|
"@testing-library/user-event": "^14.0.0",
|
|
90
90
|
"@types/react": "^18.0.0",
|
|
91
|
-
msw: "^
|
|
91
|
+
msw: "^2.0.0",
|
|
92
92
|
react: "^18.0.2",
|
|
93
93
|
"react-dom": "^18.0.2",
|
|
94
94
|
"react-router-dom": "^6.30.2"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-import",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.16-next.0",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/catalog-client": "1.16.1
|
|
69
|
+
"@backstage/catalog-client": "1.16.1",
|
|
70
70
|
"@backstage/catalog-model": "1.9.0",
|
|
71
71
|
"@backstage/config": "1.3.8",
|
|
72
|
-
"@backstage/core-components": "0.18.
|
|
73
|
-
"@backstage/core-plugin-api": "1.12.8
|
|
72
|
+
"@backstage/core-components": "0.18.13-next.0",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.8",
|
|
74
74
|
"@backstage/errors": "1.3.1",
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.17.3
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.17.3",
|
|
76
76
|
"@backstage/integration": "2.0.3",
|
|
77
|
-
"@backstage/integration-react": "1.2.20
|
|
77
|
+
"@backstage/integration-react": "1.2.20",
|
|
78
78
|
"@backstage/plugin-catalog-common": "1.1.10",
|
|
79
|
-
"@backstage/plugin-catalog-react": "3.2.
|
|
80
|
-
"@backstage/plugin-permission-react": "0.5.3
|
|
79
|
+
"@backstage/plugin-catalog-react": "3.2.1-next.0",
|
|
80
|
+
"@backstage/plugin-permission-react": "0.5.3",
|
|
81
81
|
"@material-ui/core": "^4.12.2",
|
|
82
82
|
"@material-ui/icons": "^4.9.1",
|
|
83
83
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -91,17 +91,17 @@
|
|
|
91
91
|
"yaml": "^2.0.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@backstage/cli": "0.36.4
|
|
95
|
-
"@backstage/core-app-api": "1.20.
|
|
96
|
-
"@backstage/dev-utils": "1.1.
|
|
97
|
-
"@backstage/plugin-catalog": "2.0.
|
|
98
|
-
"@backstage/test-utils": "1.7.
|
|
94
|
+
"@backstage/cli": "0.36.4",
|
|
95
|
+
"@backstage/core-app-api": "1.20.4-next.0",
|
|
96
|
+
"@backstage/dev-utils": "1.1.26-next.0",
|
|
97
|
+
"@backstage/plugin-catalog": "2.0.8-next.0",
|
|
98
|
+
"@backstage/test-utils": "1.7.21-next.0",
|
|
99
99
|
"@testing-library/dom": "^10.0.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.0.0",
|
|
101
101
|
"@testing-library/react": "^16.0.0",
|
|
102
102
|
"@testing-library/user-event": "^14.0.0",
|
|
103
103
|
"@types/react": "^18.0.0",
|
|
104
|
-
"msw": "^
|
|
104
|
+
"msw": "^2.0.0",
|
|
105
105
|
"react": "^18.0.2",
|
|
106
106
|
"react-dom": "^18.0.2",
|
|
107
107
|
"react-router-dom": "^6.30.2"
|