mirror of
https://github.com/logto-io/logto.git
synced 2025-03-17 22:31:28 -05:00
chore(deps): update dependency jest-environment-jsdom to v29 (#1816)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
parent
938608e72b
commit
0ade7fd492
3 changed files with 276 additions and 348 deletions
|
@ -1,7 +1,7 @@
|
|||
import { merge, Config } from '@silverhand/jest-config';
|
||||
import type { Config } from '@silverhand/jest-config';
|
||||
import { merge } from '@silverhand/jest-config';
|
||||
|
||||
const config: Config.InitialOptions = merge({
|
||||
testEnvironment: 'jsdom',
|
||||
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
|
||||
});
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"i18next": "^21.8.16",
|
||||
"i18next-browser-languagedetector": "^6.1.4",
|
||||
"jest": "^29.1.2",
|
||||
"jest-environment-jsdom": "^28.1.3",
|
||||
"jest-environment-jsdom": "^29.0.0",
|
||||
"jest-transformer-svg": "^2.0.0",
|
||||
"js-base64": "^3.7.2",
|
||||
"ky": "^0.31.0",
|
||||
|
|
618
pnpm-lock.yaml
generated
618
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue