Skip to content

Commit a556783

Browse files
committed
fix synpack ci errors
1 parent 85f7df6 commit a556783

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"circular-dependency-plugin": "5.2.2",
197197
"clean-css": "4.2.3",
198198
"clean-webpack-plugin": "4.0.0",
199+
"codesandbox-import-utils": "2.2.3",
199200
"connect-history-api-fallback": "1.6.0",
200201
"copy-webpack-plugin": "12.0.2",
201202
"cross-env": "^5.1.4",

packages/react-components/theme-designer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@griffel/react": "^1.5.22",
2727
"@swc/helpers": "^0.5.1",
2828
"dedent": "^1.2.0",
29-
"codesandbox-import-utils": "2.2.3"
29+
"codesandbox-import-utils": "^2.2.3"
3030
},
3131
"peerDependencies": {
3232
"@types/react": ">=16.14.0 <19.0.0",

syncpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ const config = {
4141
'@typescript-eslint/utils',
4242
'@typescript-eslint/parser',
4343
'@microsoft/load-themed-styles',
44+
'babel-loader',
4445
'chalk',
46+
'codesandbox-import-utils',
4547
'copy-to-clipboard',
4648
'del',
4749
'eslint-config-airbnb',
@@ -59,6 +61,7 @@ const config = {
5961
'jju',
6062
'loader-utils',
6163
'lodash',
64+
'prettier',
6265
'schema-utils',
6366
'react-is',
6467
'react-hot-loader',

0 commit comments

Comments
 (0)