File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
"start" : " next start" ,
9
9
"lint" : " next lint" ,
10
10
"test" : " playwright test" ,
11
- "test:ui " : " playwright test --ui "
11
+ "test:headed " : " playwright test --headed "
12
12
},
13
13
"dependencies" : {
14
+ "@emotion/cache" : " ^11.14.0" ,
15
+ "@emotion/react" : " ^11.14.0" ,
16
+ "@emotion/styled" : " ^11.14.1" ,
17
+ "@mui/material" : " ^6.5.0" ,
18
+ "@mui/styled-engine" : " ^6.5.0" ,
19
+ "@mui/system" : " ^6.5.0" ,
14
20
"@wormhole-foundation/wormhole-connect" : " ^3.1.0" ,
15
21
"encoding" : " ^0.1.13" ,
16
22
"next" : " ^14.0.0" ,
17
23
"react" : " ^18.3.1" ,
18
24
"react-dom" : " ^18.3.1"
19
25
},
20
26
"devDependencies" : {
21
- "@playwright/test" : " ^1.55.1 " ,
27
+ "@playwright/test" : " ^1.40.0 " ,
22
28
"@types/node" : " ^20.0.0" ,
23
29
"@types/react" : " ^18.3.3" ,
24
30
"@types/react-dom" : " ^18.3.0" ,
You can’t perform that action at this time.
0 commit comments