Skip to content

Commit 629407e

Browse files
authored
Merge branch 'main' into ssr-e2e
2 parents ba4b9ec + 28364b7 commit 629407e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"test": "playwright test",
11-
"test:ui": "playwright test --ui"
11+
"test:headed": "playwright test --headed"
1212
},
1313
"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",
1420
"@wormhole-foundation/wormhole-connect": "^3.1.0",
1521
"encoding": "^0.1.13",
1622
"next": "^14.0.0",
1723
"react": "^18.3.1",
1824
"react-dom": "^18.3.1"
1925
},
2026
"devDependencies": {
21-
"@playwright/test": "^1.55.1",
27+
"@playwright/test": "^1.40.0",
2228
"@types/node": "^20.0.0",
2329
"@types/react": "^18.3.3",
2430
"@types/react-dom": "^18.3.0",

0 commit comments

Comments
 (0)