File tree 3 files changed +5
-1
lines changed
packages/react-components/theme-designer
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 196
196
"circular-dependency-plugin" : " 5.2.2" ,
197
197
"clean-css" : " 4.2.3" ,
198
198
"clean-webpack-plugin" : " 4.0.0" ,
199
+ "codesandbox-import-utils" : " 2.2.3" ,
199
200
"connect-history-api-fallback" : " 1.6.0" ,
200
201
"copy-webpack-plugin" : " 12.0.2" ,
201
202
"cross-env" : " ^5.1.4" ,
Original file line number Diff line number Diff line change 26
26
"@griffel/react" : " ^1.5.22" ,
27
27
"@swc/helpers" : " ^0.5.1" ,
28
28
"dedent" : " ^1.2.0" ,
29
- "codesandbox-import-utils" : " 2.2.3"
29
+ "codesandbox-import-utils" : " ^ 2.2.3"
30
30
},
31
31
"peerDependencies" : {
32
32
"@types/react" : " >=16.14.0 <19.0.0" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ const config = {
41
41
'@typescript-eslint/utils' ,
42
42
'@typescript-eslint/parser' ,
43
43
'@microsoft/load-themed-styles' ,
44
+ 'babel-loader' ,
44
45
'chalk' ,
46
+ 'codesandbox-import-utils' ,
45
47
'copy-to-clipboard' ,
46
48
'del' ,
47
49
'eslint-config-airbnb' ,
@@ -59,6 +61,7 @@ const config = {
59
61
'jju' ,
60
62
'loader-utils' ,
61
63
'lodash' ,
64
+ 'prettier' ,
62
65
'schema-utils' ,
63
66
'react-is' ,
64
67
'react-hot-loader' ,
You can’t perform that action at this time.
0 commit comments