mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-22 11:04:38 +00:00
review
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"@livekit/protocol": "^1.42.2",
|
||||
"@livekit/track-processors": "^0.7.1",
|
||||
"@mediapipe/tasks-vision": "^0.10.18",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@playwright/test": "^1.59.0",
|
||||
"@radix-ui/react-dialog": "^1.0.4",
|
||||
"@radix-ui/react-slider": "^1.1.2",
|
||||
"@radix-ui/react-visually-hidden": "^1.0.3",
|
||||
@@ -121,7 +121,6 @@
|
||||
"normalize.css": "^8.0.1",
|
||||
"observable-hooks": "^4.2.3",
|
||||
"pako": "^2.0.4",
|
||||
"playwright": "^1.59.1",
|
||||
"postcss": "^8.4.41",
|
||||
"postcss-preset-env": "^10.0.0",
|
||||
"posthog-js": "1.160.3",
|
||||
|
||||
5
pnpm-lock.yaml
generated
5
pnpm-lock.yaml
generated
@@ -61,7 +61,7 @@ importers:
|
||||
specifier: ^0.10.18
|
||||
version: 0.10.34
|
||||
'@playwright/test':
|
||||
specifier: ^1.57.0
|
||||
specifier: ^1.59.0
|
||||
version: 1.59.1
|
||||
'@radix-ui/react-dialog':
|
||||
specifier: ^1.0.4
|
||||
@@ -261,9 +261,6 @@ importers:
|
||||
pako:
|
||||
specifier: ^2.0.4
|
||||
version: 2.1.0
|
||||
playwright:
|
||||
specifier: ^1.59.1
|
||||
version: 1.59.1
|
||||
postcss:
|
||||
specifier: ^8.4.41
|
||||
version: 8.5.11
|
||||
|
||||
@@ -25,8 +25,6 @@ export default defineConfig((configEnv) =>
|
||||
},
|
||||
setupFiles: ["src/vitest.setup.ts"],
|
||||
environment: "jsdom",
|
||||
// an example of file based convention,
|
||||
// you don't have to follow it
|
||||
include: ["src/**/*.test.ts", "src/**/*.test.tsx"],
|
||||
},
|
||||
},
|
||||
@@ -34,7 +32,7 @@ export default defineConfig((configEnv) =>
|
||||
plugins: [
|
||||
storybookTest({
|
||||
// The location of your Storybook config, main.js|ts
|
||||
configDir: path.join(dirname, ".storybook"),
|
||||
configDir: "./.storybook",
|
||||
}),
|
||||
...vitePluginsConfig(configEnv).plugins!,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user