@rh-support/troubleshoot 2.1.9 → 2.1.10
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/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@patternfly/react-core": "4.264.0",
|
|
67
67
|
"@progress/kendo-drawing": "^1.6.0",
|
|
68
68
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
69
|
-
"@rh-support/components": "2.0.
|
|
70
|
-
"@rh-support/react-context": "2.0.
|
|
69
|
+
"@rh-support/components": "2.0.8",
|
|
70
|
+
"@rh-support/react-context": "2.0.8",
|
|
71
71
|
"@rh-support/types": "2.0.2",
|
|
72
|
-
"@rh-support/user-permissions": "2.0.
|
|
73
|
-
"@rh-support/utils": "2.0.
|
|
72
|
+
"@rh-support/user-permissions": "2.0.8",
|
|
73
|
+
"@rh-support/utils": "2.0.8",
|
|
74
74
|
"@types/react-redux": "^7.1.12",
|
|
75
75
|
"@types/redux": "^3.6.0",
|
|
76
76
|
"dompurify": "^2.4.1",
|
|
@@ -130,9 +130,8 @@
|
|
|
130
130
|
"prepublishOnly": "npm run build"
|
|
131
131
|
},
|
|
132
132
|
"browserslist": [
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"not op_mini all"
|
|
133
|
+
"defaults and supports es6-module",
|
|
134
|
+
"maintained node versions"
|
|
136
135
|
],
|
|
137
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "96d084116beaf1eb2d7c2d6a89a2f44118ed01a5"
|
|
138
137
|
}
|