Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin LLM + LLD + root dependencies #8158

Merged
merged 6 commits into from
Oct 24, 2024
Merged
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ hoist=false
strict-peer-dependencies=false
dedupe-peer-dependents=false
auto-install-peers=false
save-exact=true

public-hoist-pattern[]=@babel/*
public-hoist-pattern[]=*eslint*
Expand Down
264 changes: 132 additions & 132 deletions apps/ledger-live-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"assets:replace": "zx ./scripts/replace-assets.mjs"
},
"dependencies": {
"@braze/web-sdk": "^4.6.3",
"@braze/web-sdk": "4.10.2",
"@ledgerhq/coin-bitcoin": "workspace:^",
"@ledgerhq/coin-cosmos": "workspace:^",
"@ledgerhq/coin-evm": "workspace:^",
Expand Down Expand Up @@ -84,152 +84,152 @@
"@ledgerhq/types-live": "workspace:^",
"@sentry/electron": "5.2.0",
"@sentry/node": "8.16.0",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.9",
"@tippyjs/react": "^4.2.6",
"@trust/keyto": "^1.0.1",
"@types/qrcode": "^1.5.0",
"@types/react-key-handler": "^1.2.0",
"@types/semver": "^7.3.9",
"@xstate/react": "^1.6.3",
"allure-commandline": "^2.28.0",
"bignumber.js": "^9.1.2",
"@tanstack/react-query": "5.28.9",
"@tanstack/react-query-devtools": "5.28.14",
"@tippyjs/react": "4.2.6",
"@trust/keyto": "1.0.1",
"@types/qrcode": "1.5.5",
"@types/react-key-handler": "1.2.4",
"@types/semver": "7.5.8",
"@xstate/react": "1.6.3",
"allure-commandline": "2.28.0",
"bignumber.js": "9.1.2",
"chart.js": "2.9.4",
"color": "^4.0.0",
"dotenv": "^16.0.3",
"electron-app-universal-protocol-client": "^1.3.0",
"electron-context-menu": "^3.6.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"firebase": "^9.6.6",
"focus-trap": "^6.6.1",
"framer-motion": "^11.3.28",
"fuse.js": "^6.6.2",
"i18next": "^23.4.4",
"invariant": "^2.2.4",
"json-rpc-2.0": "^0.2.19",
"jsqr": "^1.4.0",
"lodash": "^4.17.21",
"msw": "^2.3.2",
"prando": "^5.1.2",
"prop-types": "^15.8.1",
"qrcode": "^1.4.4",
"color": "4.2.3",
"dotenv": "16.4.5",
"electron-app-universal-protocol-client": "1.3.0",
"electron-context-menu": "3.6.1",
"electron-store": "8.2.0",
"electron-updater": "6.1.8",
"firebase": "9.23.0",
"focus-trap": "6.9.4",
"framer-motion": "11.3.28",
"fuse.js": "6.6.2",
"i18next": "23.10.1",
"invariant": "2.2.4",
"json-rpc-2.0": "0.2.19",
"jsqr": "1.4.0",
"lodash": "4.17.21",
"msw": "2.3.4",
"prando": "5.1.2",
"prop-types": "15.8.1",
"qrcode": "1.5.3",
"qrloop": "1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-crop": "^4.5.0",
"react-i18next": "^13.1.2",
"react-intersection-observer": "^8.32.4",
"react-is": "^17.0.2",
"react-key-handler": "^1.2.0-beta.3",
"react-lottie": "^1.2.3",
"react-markdown": "^4.3.0",
"react-motion": "^0.5.2",
"react-prismazoom": "^3.3.3",
"react-redux": "^7.2.9",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-window-infinite-loader": "^1.0.7",
"redux": "^4.1.2",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.4.0",
"reselect": "^4.1.4",
"rimraf": "^4.4.1",
"rxjs": "^7.8.1",
"secp256k1": "^4.0.3",
"semver": "^7.1.3",
"storyly-web": "^3.5.0",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"timemachine": "^0.3.2",
"tippy.js": "^6.3.7",
"tree-kill": "^1.2.2",
"uncontrollable": "^7.2.1",
"undici": "^6.19.2",
"uuid": "^9.0.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0",
"write-file-atomic": "^5.0.0",
"xstate": "^4.30.2"
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-crop": "4.7.5",
"react-i18next": "13.5.0",
"react-intersection-observer": "8.34.0",
"react-is": "17.0.2",
"react-key-handler": "1.2.0-beta.3",
"react-lottie": "1.2.4",
"react-markdown": "4.3.1",
"react-motion": "0.5.2",
"react-prismazoom": "3.3.5",
"react-redux": "7.2.9",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-select": "3.2.0",
"react-spring": "8.0.27",
"react-transition-group": "4.4.5",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"react-window-infinite-loader": "1.0.9",
"redux": "4.2.1",
"redux-actions": "2.6.5",
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"rimraf": "4.4.1",
"rxjs": "7.8.1",
"secp256k1": "4.0.3",
"semver": "7.5.4",
"storyly-web": "3.6.7",
"styled-components": "5.3.11",
"styled-system": "5.1.5",
"timemachine": "0.3.2",
"tippy.js": "6.3.7",
"tree-kill": "1.2.2",
"uncontrollable": "7.2.1",
"undici": "6.19.2",
"uuid": "9.0.1",
"winston": "3.13.0",
"winston-transport": "4.7.0",
"write-file-atomic": "5.0.1",
"xstate": "4.38.3"
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
"@jest/globals": "^29.7.0",
"@electron/notarize": "2.3.2",
"@jest/globals": "29.7.0",
"@ledgerhq/esbuild-utils": "workspace:*",
"@ledgerhq/hw-transport-mocker": "workspace:^",
"@ledgerhq/native-modules-tools": "workspace:*",
"@ledgerhq/speculos-transport": "workspace:^",
"@ledgerhq/test-utils": "workspace:^",
"@octokit/rest": "^18.12.0",
"@octokit/rest": "18.12.0",
"@playwright/test": "^1.45.0",
"@sentry/cli": "2.31.0",
"@sentry/types": "8.16.0",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@swc/core": "1.4.11",
"@swc/jest": "0.2.36",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/chart.js": "2.9.41",
"@types/color": "^3.0.3",
"@types/invariant": "^2.2.35",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.182",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.13",
"@types/react-lottie": "^1.2.6",
"@types/react-motion": "^0.0.40",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-select": "^4",
"@types/react-transition-group": "^4.4.2",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/redux-actions": "^2.6.2",
"@types/secp256k1": "^4.0.3",
"@types/serve-handler": "^6.1.1",
"@types/styled-components": "^5.1.25",
"@types/styled-system": "^5.1.16",
"@types/trust__keyto": "^1.0.0",
"@types/uuid": "^8.3.4",
"@types/write-file-atomic": "^4.0.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/color": "3.0.6",
"@types/invariant": "2.2.37",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-lottie": "1.2.10",
"@types/react-motion": "0.0.40",
"@types/react-redux": "7.1.33",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-select": "4.0.18",
"@types/react-transition-group": "4.4.10",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/react-window": "1.8.8",
"@types/react-window-infinite-loader": "1.0.9",
"@types/redux-actions": "2.6.5",
"@types/secp256k1": "4.0.6",
"@types/serve-handler": "6.1.4",
"@types/styled-components": "5.1.34",
"@types/styled-system": "5.1.22",
"@types/trust__keyto": "1.0.4",
"@types/uuid": "8.3.4",
"@types/write-file-atomic": "4.0.3",
"@vitejs/plugin-react": "3.1.0",
"allure-playwright": "2.15.1",
"axios": "1.7.7",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"electron": "^32.0.2",
"electron-builder": "^24.9.1",
"electron-devtools-installer": "^3.2.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^8.0.0",
"hasha": "^5.2.2",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-sonar": "^0.2.16",
"listr": "^0.14.3",
"listr-verbose-renderer": "^0.6.0",
"nock": "^13.0.5",
"prebuild-install": "^7.1.1",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
"serve-handler": "^6.1.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.3",
"chalk": "4.1.2",
"cross-env": "7.0.3",
"debug": "4.3.4",
"electron": "32.0.2",
"electron-builder": "24.13.3",
"electron-devtools-installer": "3.2.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "8.0.1",
"hasha": "5.2.2",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-sonar": "0.2.16",
"listr": "0.14.3",
"listr-verbose-renderer": "0.6.0",
"nock": "13.5.4",
"prebuild-install": "7.1.2",
"react-refresh": "0.14.0",
"react-test-renderer": "18.2.0",
"serve-handler": "6.1.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.3",
"vite": "4.5.3",
"vite-plugin-electron": "0.4.9",
"yargs": "^17.0.0"
"yargs": "17.7.2"
}
}
Loading
Loading