File tree Expand file tree Collapse file tree 7 files changed +74
-600
lines changed Expand file tree Collapse file tree 7 files changed +74
-600
lines changed Original file line number Diff line number Diff line change 70
70
"jest" : " ^29.4.0" ,
71
71
"jest-environment-jsdom" : " ^29.4.0" ,
72
72
"tsconfig" : " workspace:*" ,
73
- "typescript" : " ^4.9 .5"
73
+ "typescript" : " ^4.5 .5"
74
74
}
75
75
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"@composable/types" : " workspace:*" ,
15
- "@chakra-ui/react" : " ^2.8.0" ,
16
15
"@klevu/core" : " ^5.0.0" ,
17
16
"@klevu/ui" : " ^2.0.0" ,
18
- "@klevu/ui-react" : " ^2.0.0" ,
19
- "react" : " ^18.2.0" ,
20
- "next" : " ^13.3.1"
17
+ "@klevu/ui-react" : " ^2.0.0"
21
18
},
22
19
"devDependencies" : {
23
- "@types/node" : " ^18.18.9 " ,
24
- "@types/qs" : " ^6.9.10 " ,
25
- "@types/react" : " ^18.2.37 " ,
20
+ "@types/node" : " ^18.6.3 " ,
21
+ "@types/qs" : " ^6.9.7 " ,
22
+ "@types/react" : " ^18.0.15 " ,
26
23
"eslint-config-custom" : " workspace:*" ,
27
24
"tsconfig" : " workspace:*" ,
28
- "typescript" : " ^4.9.5"
25
+ "typescript" : " ^4.5.5"
26
+ },
27
+ "peerDependencies" : {
28
+ "react" : " ^18.2.0" ,
29
+ "next" : " ^13.3.1" ,
30
+ "@chakra-ui/react" : " ^2.8.0"
29
31
}
30
32
}
Original file line number Diff line number Diff line change 31
31
"@emotion/react" : " ^11.9.3" ,
32
32
"@emotion/styled" : " ^11.9.3" ,
33
33
"@types/react" : " ^18.0.15" ,
34
- "next" : " ^13.1.4 " ,
34
+ "next" : " ^13.1.1 " ,
35
35
"react" : " ^18.2.0" ,
36
36
"react-hook-form" : " ^7.34.2" ,
37
37
"react-icons" : " ^4.4.0" ,
Original file line number Diff line number Diff line change 18
18
"eslint-config-custom" : " workspace:*" ,
19
19
"ts-node" : " ^10.9.1" ,
20
20
"tsconfig" : " workspace:*" ,
21
- "typescript" : " ^4.9 .5"
21
+ "typescript" : " ^4.5 .5"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments