File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 19
19
"styleguide" : " styleguidist server" ,
20
20
"styleguide:build" : " styleguidist build"
21
21
},
22
+ "dependencies" : {
23
+ "@kubevirt-ui/kubevirt-api" : " ^0.0.30" ,
24
+ "classnames" : " ^2.3.1" ,
25
+ "react" : " ^17.0.2" ,
26
+ "react-dom" : " ^17.0.2"
27
+ },
28
+ "resolutions" : {
29
+ "**/react" : " 17.0.2" ,
30
+ "**/react-dom" : " 17.0.2"
31
+ },
22
32
"devDependencies" : {
23
33
"@babel/core" : " ^7.16.7" ,
24
34
"@babel/preset-env" : " ^7.16.8" ,
55
65
"postcss" : " ^8.4.5" ,
56
66
"prettier" : " ^2.5.1" ,
57
67
"raw-loader" : " ^4.0.2" ,
58
- "react" : " ^17.0.2" ,
59
68
"react-docgen-typescript" : " ^2.2.2" ,
60
- "react-dom" : " ^17.0.2" ,
61
69
"react-styleguidist" : " ^11.2.0" ,
62
70
"rollup" : " ^2.63.0" ,
63
71
"rollup-plugin-dts" : " ^4.1.0" ,
79
87
"files" : [
80
88
" dist"
81
89
],
82
- "types" : " dist/index.d.ts" ,
83
- "dependencies" : {
84
- "@kubevirt-ui/kubevirt-api" : " ^0.0.30" ,
85
- "classnames" : " ^2.3.1"
86
- }
90
+ "types" : " dist/index.d.ts"
87
91
}
Original file line number Diff line number Diff line change @@ -7678,7 +7678,7 @@ react-docgen@^5.0.0:
7678
7678
node-dir "^0.1.10"
7679
7679
strip-indent "^3.0.0"
7680
7680
7681
- react-dom@^17.0.2 :
7681
+ react-dom@17.0.2, react-dom@ ^17.0.2 :
7682
7682
version "17.0.2"
7683
7683
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
7684
7684
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
@@ -7857,7 +7857,7 @@ react-styleguidist@^11.2.0:
7857
7857
webpack-dev-server "^3.11.2"
7858
7858
webpack-merge "^4.2.2"
7859
7859
7860
- react@^17.0.1, react@^17.0.2 :
7860
+ react@17.0.2, react@ ^17.0.1, react@^17.0.2 :
7861
7861
version "17.0.2"
7862
7862
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
7863
7863
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
You can’t perform that action at this time.
0 commit comments