File tree 5 files changed +2436
-2437
lines changed
5 files changed +2436
-2437
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"peerDependencies" : {
19
19
"@emotion/styled" : " ^11.3.0" ,
20
- "react" : " ^17 .0.2 "
20
+ "react" : " ^18 .0.0 "
21
21
},
22
22
"devDependencies" : {
23
23
"@babel/core" : " ^7.16.7" ,
36
36
"publishConfig" : {
37
37
"access" : " public"
38
38
}
39
- }
39
+ }
Original file line number Diff line number Diff line change 8
8
},
9
9
"peerDependencies" : {
10
10
"@monaco-editor/react" : " ^4.4.1" ,
11
- "axios" : " ^0.26.1" ,
11
+ "axios" : " ^0.26.1 || ^0.21.0 " ,
12
12
"nanoid" : " ^3.3.2"
13
13
}
14
14
}
Original file line number Diff line number Diff line change 6
6
"private" : true ,
7
7
"scripts" : {
8
8
"checkout:all" : " git submodule update --init --recursive" ,
9
+ "clean" : " yarn lerna clean -y && yarn lerna bootstrap && yarn lerna exec 'rm -rf ./dist'" ,
9
10
"editor" : " turbo run editor#dev" ,
10
11
"build" : " turbo run build" ,
11
12
"lerna" : " lerna"
19
20
"resolutions" : {
20
21
"@design-sdk/figma-node" : " 0.0.25" ,
21
22
"@reflect-ui/core" : " 0.0.8" ,
23
+ "react" : " ^18.0.0" ,
24
+ "react-dom" : " ^18.0.0" ,
22
25
"csstype" : " 3.1.0"
23
26
},
24
27
"devDependencies" : {
Original file line number Diff line number Diff line change 15
15
" ^build"
16
16
],
17
17
"outputs" : [
18
- " .next/** "
18
+ " dist "
19
19
]
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments