Skip to content
Open
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
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"@deskpro/app-sdk": "6.0.3",
"@deskpro/deskpro-ui": "^8.3.1",
"@sentry/react": "^9.38.0",
"@sentry/vite-plugin": "^3.5.0",
"@deskpro/deskpro-ui": "^8.4.0",
"@sentry/react": "^9.47.1",
"@sentry/vite-plugin": "^3.6.1",
"@types/he": "^1.2.3",
"@types/lodash": "^4.17.20",
"@types/lodash": "^4.17.21",
"decode-uri-component": "0.2.1",
"flatpickr": "^4.6.13",
"he": "^1.2.0",
Expand All @@ -29,21 +29,21 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^7.6.3",
"react-router-dom": "^7.11.0",
"rss-to-json": "^2.1.1",
"semver": "^7.7.2",
"simplebar": "^6.3.2",
"semver": "^7.7.3",
"simplebar": "^6.3.3",
"tippy.js": "^6.3.7",
"tough-cookie": "4.1.3"
},
"devDependencies": {
"@babel/traverse": "^7.28.0",
"@testing-library/jest-dom": "^6.6.3",
"@babel/traverse": "^7.28.5",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.14",
"@types/react": "^17.0.87",
"@types/react": "^17.0.90",
"@types/react-dom": "^17.0.26",
"@types/semver": "^7.7.0",
"@types/semver": "^7.7.1",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
Expand All @@ -55,14 +55,14 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"jest-environment-jsdom": "^30.2.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

issue (bug_risk): Jest core and jest-environment-jsdom major versions are out of sync.

jest is still on 29.x ("jest": "^29.7.0"), but jest-environment-jsdom is now 30.x. Jest environments are expected to match Jest’s major version, and mixing 29/30 can cause subtle runtime issues. Please either keep jest-environment-jsdom on a 29.x-compatible version or upgrade jest to 30.x in the same change so they stay aligned.

"prettier": "^2.8.8",
"rollup-plugin-copy": "3.5.0",
"slugify": "^1.6.6",
"styled-components": "^6.1.19",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"vite": "^6.3.6"
"styled-components": "^6.2.0",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3",
"vite": "^6.4.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading
Loading