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

Chore: bump foundation deps #16258

Merged
merged 7 commits into from
Jan 9, 2025
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@types/tar": "^6.1.11",
"babel-jest": "29.7.0",
"depcheck": "^1.4.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"globals": "^15.11.0",
"husky": "^9.1.7",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"@types/cors": "^2.8.17"
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"express": "^4.21.1",
"uuid": "^11.0.3",
"express": "^4.21.2",
"uuid": "^11.0.4",
"ws": "^8.18.0"
}
}
12 changes: 6 additions & 6 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"type-check": "yarn g:tsc --build"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript-eslint": "^8.17.0"
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"typescript-eslint": "^8.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/product-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@trezor/utils": "workspace:*",
"framer-motion": "^11.0.3",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-intl": "^6.6.8",
"react-svg": "^16.1.33",
"styled-components": "^6.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"electron-store": "8.2.0",
"electron-updater": "6.3.9",
"openpgp": "^6.0.1",
"systeminformation": "^5.23.5",
"systeminformation": "^5.25.4",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@trezor/eslint": "workspace:*",
"@trezor/utils": "workspace:*",
"broadcast-channel": "^7.0.0",
"idb": "^8.0.0"
"idb": "^8.0.1"
}
}
3 changes: 1 addition & 2 deletions packages/suite-storage/src/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ class CommonDB<TDBStructure> {
// TODO: When using idb wrapper something throws 'Uncaught (in promise) null'
// and I couldn't figure out how to catch it. Maybe a bug in idb?
// So instead of using idb wrapper I use indexedDB directly, wrapped in my own promise.
// @ts-expect-error
const db = unwrap(await this.getDB()) as IDBDatabase;
const db: IDBDatabase = unwrap(await this.getDB());

const storeName = store as string;

Expand Down
8 changes: 4 additions & 4 deletions packages/suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@everstake/wallet-sdk": "^1.0.7",
"@floating-ui/react": "^0.26.9",
"@formatjs/intl": "2.10.0",
"@hookform/resolvers": "3.9.1",
"@hookform/resolvers": "3.10.0",
"@mobily/ts-belt": "^3.13.1",
"@reduxjs/toolkit": "1.9.5",
"@sentry/core": "^8.47.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"file-saver": "^2.0.5",
"framer-motion": "^11.0.3",
"history": "^4.10.1",
"idb": "^8.0.0",
"idb": "^8.0.1",
"immer": "9.0.21",
"jws": "^4.0.0",
"pako": "^2.1.0",
Expand All @@ -99,7 +99,7 @@
"react-dom": "18.2.0",
"react-focus-lock": "^2.9.7",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-intl": "^6.6.8",
"react-qr-reader": "^2.2.1",
"react-redux": "8.0.7",
Expand All @@ -115,7 +115,7 @@
"redux-thunk": "^2.4.2",
"semver": "^7.6.3",
"styled-components": "^6.1.8",
"uuid": "^11.0.3",
"uuid": "^11.0.4",
"web3-utils": "^4.3.1",
"zxcvbn": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utxo-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"bs58": "^6.0.0",
"bs58check": "^4.0.0",
"create-hmac": "^1.1.7",
"int64-buffer": "^1.0.1",
"int64-buffer": "^1.1.0",
"pushdata-bitcoin": "^1.0.1",
"tiny-secp256k1": "^1.1.6",
"typeforce": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion suite-common/wallet-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^2.30.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"web3-utils": "^4.3.1"
}
}
2 changes: 1 addition & 1 deletion suite-common/wallet-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@trezor/utils": "workspace:*",
"date-fns": "^2.30.0",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"web3-utils": "^4.3.1"
}
}
4 changes: 2 additions & 2 deletions suite-native/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"@hookform/resolvers": "3.10.0",
"@mobily/ts-belt": "^3.13.1",
"@suite-native/atoms": "workspace:*",
"@suite-native/icons": "workspace:*",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-native": "0.76.1",
"yup": "^1.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion suite-native/module-accounts-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"date-fns": "^2.30.0",
"jotai": "1.9.1",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-native": "0.76.1",
"react-redux": "8.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion suite-native/module-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"expo-linear-gradient": "^14.0.1",
"jotai": "1.9.1",
"react": "18.2.0",
"react-hook-form": "^7.53.2",
"react-hook-form": "^7.54.2",
"react-native": "0.76.1",
"react-native-reanimated": "3.16.1",
"react-native-svg": "^15.9.0",
Expand Down
Loading
Loading