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
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@
},
"dependencies": {
"@deskpro/app-sdk": "6.0.3",
"@deskpro/deskpro-ui": "^8.3.1",
"@deskpro/deskpro-ui": "^8.4.0",
Copy link

Copilot AI Jan 7, 2026

Choose a reason for hiding this comment

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

The pnpm-lock.yaml file appears to still reference the old version (@deskpro/deskpro-ui@8.3.1) rather than the updated version (^8.4.0). After updating dependency versions in package.json, you need to run pnpm install to update the lockfile. This ensures that the exact resolved versions and dependency tree are properly recorded, which is critical for reproducible builds across environments.

Copilot uses AI. Check for mistakes.
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@heroicons/react": "1.0.6",
"@hookform/resolvers": "^3.10.0",
"@sentry/react": "^9.38.0",
"@sentry/vite-plugin": "^3.5.0",
"@tanstack/react-query": "^4.40.1",
"@sentry/react": "^9.47.1",
"@sentry/vite-plugin": "^3.6.1",
"@tanstack/react-query": "^4.42.0",
"date-fns": "^2.30.0",
"javascript-time-ago": "^2.5.11",
"javascript-time-ago": "^2.5.12",
"lodash": "^4.17.21",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.60.0",
"react-hook-form": "^7.70.0",
"react-is": "^18.3.1",
"react-router-dom": "^6.30.1",
"react-time-ago": "^7.3.3",
"react-router-dom": "^6.30.2",
"react-time-ago": "^7.3.5",
"showdown": "^2.1.0",
"ts-pattern": "^4.3.0",
"use-debounce": "^9.0.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.12.14",
"@swc/helpers": "^0.5.17",
"@swc/core": "^1.15.8",
"@swc/helpers": "^0.5.18",
"@swc/jest": "^0.2.39",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/react": "^18.3.23",
"@types/lodash": "^4.17.21",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-flatpickr": "^3.8.11",
"@types/showdown": "^2.0.6",
Expand All @@ -66,15 +66,15 @@
"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",
"prettier": "2.8.7",
"react-resize-observer": "^1.1.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-copy": "3.4.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"
}
}
Loading
Loading