@rh-support/components 1.2.17 → 1.2.18-beta.31

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.
Files changed (1) hide show
  1. package/package.json +10 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/components",
3
- "version": "1.2.17",
3
+ "version": "1.2.18-beta.31",
4
4
  "description": "Contains all reusabel components for support app",
5
5
  "author": "Vikas Rathee <vrathee@redhat.com>",
6
6
  "license": "ISC",
@@ -85,8 +85,8 @@
85
85
  "@patternfly/react-core": "4.264.0",
86
86
  "@patternfly/react-table": "4.111.33",
87
87
  "@rh-support/types": "0.2.0",
88
- "@rh-support/user-permissions": "1.0.11",
89
- "@rh-support/utils": "1.0.9",
88
+ "@rh-support/user-permissions": "1.0.11-beta.31",
89
+ "@rh-support/utils": "1.0.9-beta.31",
90
90
  "@storybook/addon-a11y": "^5.3.19",
91
91
  "@storybook/addon-actions": "^5.3.19",
92
92
  "@storybook/addon-docs": "^5.3.19",
@@ -110,6 +110,10 @@
110
110
  "storybook-readme": "^5.0.8",
111
111
  "use-deep-compare-effect": "^1.6.1"
112
112
  },
113
+ "resolutions": {
114
+ "@types/react": "17.0.14",
115
+ "@types/react-dom": "17.0.9"
116
+ },
113
117
  "devDependencies": {
114
118
  "@testing-library/jest-dom": "^5.14.1",
115
119
  "@testing-library/react": "^12.0.0",
@@ -117,8 +121,9 @@
117
121
  "@types/dompurify": "^2.2.1",
118
122
  "@types/lodash": "^4.14.136",
119
123
  "@types/marked": "^1.1.0",
120
- "@types/react": "^17.0.14",
124
+ "@types/react": "17.0.14",
121
125
  "@types/react-bootstrap-typeahead": "^5.1.3",
126
+ "@types/react-dom": "17.0.9",
122
127
  "identity-obj-proxy": "^3.0.0"
123
128
  },
124
129
  "browserslist": [
@@ -126,5 +131,5 @@
126
131
  "not ie <= 11",
127
132
  "not op_mini all"
128
133
  ],
129
- "gitHead": "74b949fdce9ed569a0c7143e5272feb240aad73c"
134
+ "gitHead": "146329bae87bc1b15be8fc467f60a8fbbd6f2529"
130
135
  }