mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
test: improve data migration suite (#4124)
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@node-rs/argon2": "^1.5.2",
|
||||
"@playwright/test": "^1.37.1"
|
||||
"@playwright/test": "^1.37.1",
|
||||
"express": "^4.18.2",
|
||||
"http-proxy-middleware": "^3.0.0-beta.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@playwright/test": "*"
|
||||
"@playwright/test": "*",
|
||||
"express": "*",
|
||||
"http-proxy-middleware": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user