Skip to content

Commit dd1ce85

Browse files
authored
Merge pull request #400 from giorgikh93/fix/legacy
pin pear-aliases@1.0.6
2 parents bd09795 + 4f3424d commit dd1ce85

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ export default {
1414
'/.yalc/',
1515
'/packages/',
1616
'/e2e/',
17-
'/dist/'
17+
'/dist/',
18+
'/out/'
1819
],
1920
transformIgnorePatterns: [
2021
'node_modules/(?!(htm|@tetherto/pearpass-lib-ui-theme-provider|@tetherto/pearpass-lib-ui-react-components|@tetherto/pear-apps-lib-ui-react-hooks|@tetherto/pear-apps-utils-validator|@tetherto/pearpass-lib-vault|@tetherto/pearpass-utils-password-check|@tetherto/pearpass-utils-password-generator|@tetherto/pear-apps-utils-pattern-search|@tetherto/pear-apps-utils-avatar-initials|@tetherto/pear-apps-lib-feedback|@tetherto/pear-apps-utils-generate-unique-id|@tetherto/pearpass-lib-constants|@tetherto/pear-apps-utils-date|@tetherto/pear-apps-utils-qr)/)'

package-lock.json

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,12 @@
242242
"dotenv": "17.2.1",
243243
"electron-updater": "^6.8.3",
244244
"htm": "3.1.1",
245+
"hyperblobs": "^2.11.1",
246+
"hyperdht": "^6.29.6",
247+
"hyperdrive": "^13.3.2",
245248
"jszip": "3.10.1",
249+
"mirror-drive": "^1.14.1",
250+
"pear-aliases": "1.0.6",
246251
"pear-bridge": "1.2.4",
247252
"pear-electron": "1.7.25-rc.0",
248253
"pear-ipc": "6.4.0",

src/services/ipc/SocketManager.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jest.mock('os', () => ({
88
platform: jest.fn(),
99
homedir: jest.fn().mockReturnValue('/home/testuser')
1010
}))
11-
jest.mock('pearpass-lib-constants', () => ({
11+
jest.mock('@tetherto/pearpass-lib-constants', () => ({
1212
IPC_SOCKET_DIR_NAME: '.pearpass'
1313
}))
1414
jest.mock('../../utils/logger', () => ({

0 commit comments

Comments
 (0)