Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions quickwit/quickwit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,48 @@
"private": true,
"packageManager": "yarn@1.22.22",
"dependencies": {
"@babel/core": "7.29.0",
"@babel/runtime": "7.28.6",
"@biomejs/biome": "2.4.4",
"@dr.pogodin/babel-plugin-transform-assets": "1.2.6",
"@babel/core": "8.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Babel 7 until the Jest preset is migrated

Running yarn test now loads the top-level Babel 8 through babel-jest, while jest.config.js still transforms every test with babel-preset-react-app@10.1.0. That preset and its plugins target Babel 7 (the lockfile still declares @babel/core ^7.16.0) and reject Babel 8 via their version assertion, so Jest fails during transformation before executing tests. Keep the Babel 7/plugin-v1 combination or replace the React App preset with a Babel 8-compatible configuration.

Useful? React with 👍 / 👎.

"@babel/runtime": "8.0.0",
"@biomejs/biome": "2.5.11",
"@dr.pogodin/babel-plugin-transform-assets": "2.0.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@monaco-editor/react": "4.7.0",
"@mui/icons-material": "7.3.8",
"@mui/lab": "7.0.1-beta.22",
"@mui/material": "7.3.8",
"@mui/system": "7.3.8",
"@mui/x-charts": "8.27.0",
"@mui/x-date-pickers": "8.27.2",
"@mui/icons-material": "9.4.0",
"@mui/lab": "7.0.1-beta.25",
"@mui/material": "9.4.0",
"@mui/system": "9.4.0",
"@mui/x-charts": "9.12.0",
"@mui/x-date-pickers": "9.12.0",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@testing-library/jest-dom": "7.0.1",
"@testing-library/react": "16.3.3",
"@testing-library/user-event": "14.6.6",
"@types/jest": "30.0.0",
"@types/node": "24.10.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/node": "26.4.1",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"@types/swagger-ui-react": "5.18.0",
"babel-jest": "30.2.0",
"babel-jest": "30.5.1",
"babel-preset-react-app": "10.1.0",
"dayjs": "1.11.19",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"monaco-editor": "0.55.1",
"react": "19.2.4",
"dayjs": "1.11.23",
"jest": "30.5.1",
"jest-environment-jsdom": "30.5.1",
"monaco-editor": "0.56.0",
"react": "19.2.8",
"react-app-polyfill": "3.0.0",
"react-dom": "19.2.4",
"react-number-format": "5.4.4",
"react-router": "7.13.1",
"styled-components": "6.1.19",
"react-dom": "19.2.8",
"react-number-format": "5.4.5",
"react-router": "8.3.1",
"styled-components": "6.5.3",
"styled-icons": "10.47.1",
"swagger-ui-react": "5.32.14",
"typescript": "5.9.3",
"vite": "7.3.1"
"typescript": "7.0.2",
"vite": "8.2.2"
},
"resolutions": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"dompurify": "3.4.14",
"glob": "11.1.0"
Expand All @@ -62,6 +62,6 @@
"e2e-test": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.58.2"
"@playwright/test": "^1.62.1"
}
}
Loading
Loading