Skip to content
Snippets Groups Projects
Unverified Commit 10863f2b authored by Justin Coyne's avatar Justin Coyne Committed by GitHub
Browse files

Merge pull request #3860 from ProjectMirador/mui5-update

parents 8e8bf353 a08aa6a3
No related branches found
No related tags found
2 merge requests!19Draft: Merge video support into mui5,!18Only nudge over badge content for the WindowListButton; it needs special...
module.exports = {
launch: {
headless: process.env.HEADLESS !== 'false',
headless: process.env.HEADLESS !== 'false' ? 'new' : false,
},
server: [{
command: 'npm run server -- -p 4488',
......
......@@ -33,7 +33,7 @@
"<rootDir>/__tests__/utils"
],
"preset": "jest-puppeteer",
"setupFilesAfterEnv": ["@testing-library/jest-dom/extend-expect"],
"setupFilesAfterEnv": ["@testing-library/jest-dom/jest-globals"],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch)"
],
......@@ -58,7 +58,7 @@
"preset": "jest-puppeteer",
"setupFilesAfterEnv": [
"<rootDir>/setupJestIntegration.js",
"@testing-library/jest-dom/extend-expect"
"@testing-library/jest-dom/jest-globals"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!@react-dnd|react-dnd|dnd-core|react-dnd-html5-backend|dnd-multi-backend|rdndmb-html5-to-touch)"
......
......@@ -48,7 +48,7 @@
"clsx": "^1.0.4",
"deepmerge": "^4.2.2",
"dompurify": "^3.0.0",
"i18next": "^21.0.0 || ^22.0.0",
"i18next": "^21.0.0 || ^22.0.0 || ^23.0.0",
"lodash": "^4.17.11",
"manifesto.js": "^4.2.0",
"normalize-url": "^4.5.0",
......@@ -62,7 +62,7 @@
"react-dnd-multi-backend": "^8.0.0",
"react-dnd-touch-backend": "^16.0.0",
"react-full-screen": "^1.1.1",
"react-i18next": "^11.7.0 || ^12.0.0",
"react-i18next": "^11.7.0 || ^12.0.0 || ^13.0.0",
"react-image": "^4.0.1",
"react-intersection-observer": "^9.0.0",
"react-mosaic-component": "^6.0.0",
......@@ -94,7 +94,7 @@
"@babel/preset-react": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
......@@ -114,19 +114,19 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.2",
"glob": "^9.3.0",
"glob": "^10.3.0",
"http-server": "^14.1.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.4.3",
"jest-fetch-mock": "^3.0.0",
"jest-puppeteer": "^8.0.0",
"jsdom": "^21.0.0",
"puppeteer": "^19.0.0",
"jest-puppeteer": "^9.0.2",
"jsdom": "^23.0.0",
"puppeteer": "^21.0.0",
"react": "^17.0.0",
"react-dnd-test-backend": "^16.0.1",
"react-dom": "^17.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment