@backstage-community/plugin-quay 1.17.0 → 1.18.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 1.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3e35324: Updated dependency `start-server-and-test` to `2.0.10`.
|
|
8
|
+
|
|
9
|
+
## 1.18.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- a7730fc: Update shared react library @janus-idp/shared-react to version 2.16.0 with newer @kubernetes/client-node@1.0.0-rc7.
|
|
14
|
+
|
|
3
15
|
## 1.17.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-quay",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@backstage/plugin-catalog-react": "^1.15.1",
|
|
46
46
|
"@backstage/plugin-permission-react": "^0.4.30",
|
|
47
47
|
"@backstage/theme": "^0.6.3",
|
|
48
|
-
"@janus-idp/shared-react": "^2.
|
|
48
|
+
"@janus-idp/shared-react": "^2.16.0",
|
|
49
49
|
"@material-ui/core": "^4.12.2",
|
|
50
50
|
"@material-ui/icons": "^4.11.3",
|
|
51
51
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
76
76
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
77
77
|
"react-router-dom": "^6.0.0",
|
|
78
|
-
"start-server-and-test": "2.0.
|
|
78
|
+
"start-server-and-test": "2.0.10"
|
|
79
79
|
},
|
|
80
80
|
"files": [
|
|
81
81
|
"app-config.dynamic.yaml",
|