@rh-support/troubleshoot 1.0.40 → 1.0.41
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.41",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@patternfly/react-core": "4.264.0",
|
|
74
74
|
"@progress/kendo-drawing": "^1.6.0",
|
|
75
75
|
"@progress/kendo-react-pdf": "^3.12.0",
|
|
76
|
-
"@rh-support/components": "1.2.
|
|
77
|
-
"@rh-support/react-context": "1.0.
|
|
76
|
+
"@rh-support/components": "1.2.18",
|
|
77
|
+
"@rh-support/react-context": "1.0.25",
|
|
78
78
|
"@rh-support/types": "0.2.0",
|
|
79
79
|
"@rh-support/user-permissions": "1.0.11",
|
|
80
80
|
"@rh-support/utils": "1.0.9",
|
|
@@ -119,7 +119,10 @@
|
|
|
119
119
|
"@types/react-i18next": "^8.1.0",
|
|
120
120
|
"@types/react-router-dom": "^5.1.2",
|
|
121
121
|
"faker": "^5.5.3",
|
|
122
|
-
"node-sass": "^
|
|
122
|
+
"node-sass": "^7.0.1"
|
|
123
|
+
},
|
|
124
|
+
"resolutions": {
|
|
125
|
+
"**/node-gyp": "^7.0.0"
|
|
123
126
|
},
|
|
124
127
|
"scripts": {
|
|
125
128
|
"build:watch": "../../node_modules/.bin/tsc -w -p config/tsconfig.json & npm run watch:css",
|
|
@@ -142,5 +145,5 @@
|
|
|
142
145
|
"not ie <= 11",
|
|
143
146
|
"not op_mini all"
|
|
144
147
|
],
|
|
145
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "67c86ae65999c9e8d868a567bcd70f8d7401d386"
|
|
146
149
|
}
|