File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
]
9
9
},
10
10
"scripts" : {
11
- "build" : " lerna run build" ,
12
- "dev" : " lerna run --scope @*/mdx dev" ,
11
+ "build" : " lerna run --stream build" ,
12
+ "test" : " lerna run --stream test" ,
13
+ "dev" : " lerna run --stream --scope @*/mdx dev" ,
13
14
"storybook" : " lerna run --scope storybook start --stream" ,
14
15
"release" : " auto shipit"
15
16
},
Original file line number Diff line number Diff line change 39
39
"diff" : " ^4.0.2" ,
40
40
"hast-util-to-estree" : " ^1.4.0" ,
41
41
"is-plain-obj" : " ^3.0.0" ,
42
- "mdx-bundler" : " ^8.0.1" ,
43
42
"node-fetch" : " ^2.0.0" ,
44
43
"remark-rehype" : " ^8.1.0" ,
45
44
"shiki" : " ^0.10.1" ,
58
57
"autoprefixer" : " ^9.8.2" ,
59
58
"cssnano" : " ^4.1.10" ,
60
59
"esbuild" : " ^0.13.2" ,
61
- "mdx-bundler" : " ^6 .0.1" ,
60
+ "mdx-bundler" : " ^8 .0.1" ,
62
61
"next" : " ^12.1.0" ,
63
62
"react" : " ^17.0.2" ,
64
63
"react-dom" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments