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