chore(deps): update dependency webdriverio to v9.16.2 (#6193)

This commit is contained in:
Elian Doran 2025-07-05 18:20:30 +03:00 committed by GitHub
commit e6485cde92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 445 additions and 182 deletions

View File

@ -1,6 +1,6 @@
/// <reference types='vitest' />
import { join, resolve } from 'path';
import { defineConfig } from 'vite';
import { defineConfig, type Plugin } from 'vite';
import { viteStaticCopy } from 'vite-plugin-static-copy'
import asset_path from './src/asset_path';
import webpackStatsPlugin from 'rollup-plugin-webpack-stats';
@ -36,7 +36,7 @@ export default defineConfig(() => ({
]
}),
webpackStatsPlugin()
],
] as Plugin[],
resolve: {
alias: [
// Force the use of dist in development mode because upstream ESM is broken (some hybrid between CJS and ESM, will be improved in upcoming versions).

View File

@ -1,7 +1,7 @@
import tailwindcss from '@tailwindcss/vite';
import { paraglideVitePlugin } from '@inlang/paraglide-js';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import { defineConfig, type Plugin } from 'vite';
export default () => {
// See https://github.com/nrwl/nx/issues/28978.
@ -16,7 +16,7 @@ export default () => {
project: './project.inlang',
outdir: './src/lib/paraglide'
})
]
] as Plugin[]
});
process.chdir(cwd); // Restore the original working directory

619
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff