chore: use global jest

This commit is contained in:
Jan Komarek
2024-01-30 15:39:50 +01:00
committed by Jan Komárek
parent 3c656dc0b2
commit a7e68797da
76 changed files with 50 additions and 214 deletions

View File

@@ -10,7 +10,7 @@
],
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --version && jest -c ../../jest.config.base.js",
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"type-check": "tsc --build",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json"
},
@@ -19,7 +19,6 @@
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
},
"peerDependencies": {

View File

@@ -18,7 +18,6 @@
},
"devDependencies": {
"@types/cors": "^2.8.15",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -10,7 +10,7 @@
],
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"type-check": "tsc --build",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
@@ -25,7 +25,6 @@
"devDependencies": {
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/type-utils": "workspace:*",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -45,8 +45,8 @@
"build:workers-web": "webpack --config ./webpack/workers.web.js",
"build:workers-module": "webpack --config ./webpack/workers.module.js",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --verbose -c jest.config.unit.js",
"test:integration": "jest -c jest.config.integration.js",
"test:unit": "yarn g:jest --verbose -c jest.config.unit.js",
"test:integration": "yarn g:jest -c jest.config.integration.js",
"type-check": "tsc --build tsconfig.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
@@ -56,7 +56,6 @@
"@trezor/type-utils": "workspace:*",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tiny-worker": "^2.3.0",
"tsx": "^4.7.0",

View File

@@ -17,7 +17,7 @@
"main": "src/index.ts",
"scripts": {
"lint:js": "eslint '**/*.{ts,js}'",
"test:unit": "jest --version && jest",
"test:unit": "yarn g:jest",
"test:discovery": "tsx ./tests/tools/discovery-test.ts",
"test:anonymity": "tsx ./tests/tools/anonymity-test.ts",
"test:benchmark": "tsx ./tests/tools/benchmark-test.ts",
@@ -36,7 +36,6 @@
"n64": "^0.2.10"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"typescript": "5.3.2"
}

View File

@@ -55,7 +55,6 @@
"@types/react-date-range": "^1.4.7",
"@types/react-truncate": "^2.3.7",
"@types/styled-components": "^5.1.29",
"jest": "29.7.0",
"postcss-styled-syntax": "^0.5.0",
"storybook": "^7.5.3",
"stylelint": "^15.11.0",

View File

@@ -29,7 +29,7 @@
"typings": "lib/index.d.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest",
"test:unit": "yarn g:jest",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json",
"type-check": "tsc --build tsconfig.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
@@ -40,7 +40,6 @@
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -41,7 +41,6 @@
"@types/styled-components": "^5.1.29",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",

View File

@@ -10,7 +10,7 @@
"___NOTE__": "iframe build is one of the prerequisites of suite-web. build:lib script provides it together with other libraries",
"build:lib": "yarn build",
"type-check": "tsc --build tsconfig.json",
"test:unit": "jest"
"test:unit": "yarn g:jest"
},
"dependencies": {
"@trezor/connect": "workspace:*",
@@ -22,7 +22,6 @@
"copy-webpack-plugin": "^11.0.0",
"es6-promise": "^4.2.8",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"typescript": "5.3.2",

View File

@@ -31,13 +31,12 @@
},
"devDependencies": {
"@metamask/eth-sig-util": "^7.0.1",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"typescript": "5.3.2"
},
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build tsconfig.json",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json"
}

View File

@@ -28,7 +28,6 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"stellar-base": "v10.0.0-beta.2",
"stellar-sdk": "^v11.0.0-beta.3",

View File

@@ -11,7 +11,7 @@
"build:popup": "TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/prod.webpack.config.ts",
"build": "rimraf build && yarn workspace @trezor/connect-popup build:popup",
"test:e2e": "yarn xvfb-maybe -- playwright test --config=./e2e/playwright.config.ts",
"test:unit": "jest"
"test:unit": "yarn g:jest"
},
"dependencies": {
"@trezor/components": "workspace:*",
@@ -38,7 +38,6 @@
"@types/react": "18.0.32",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"typescript": "5.3.2",

View File

@@ -8,7 +8,7 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -23,7 +23,6 @@
"devDependencies": {
"@types/react": "18.0.32",
"@types/styled-components": "^5.1.29",
"jest": "29.7.0",
"typescript": "5.3.2"
},
"peerDependencies": {

View File

@@ -28,7 +28,7 @@
"predev": "node webpack/generate_dev_cert.js",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:unit": "jest",
"test:unit": "yarn g:jest",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"dev": "rimraf build && TS_NODE_PROJECT=\"tsconfig.lib.json\" yarn webpack --config ./webpack/dev.webpack.config.ts",
"build:inline": "TS_NODE_PROJECT=\"tsconfig.lib.json\" webpack --config ./webpack/inline.webpack.config.ts",
@@ -51,7 +51,6 @@
"@types/chrome": "^0.0.250",
"@types/w3c-web-usb": "^1.0.9",
"html-webpack-plugin": "^5.5.3",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"selfsigned": "^2.4.1",
"terser-webpack-plugin": "^5.3.9",

View File

@@ -51,7 +51,6 @@
"@trezor/trezor-user-env-link": "workspace:*",
"@types/chrome": "latest",
"copy-webpack-plugin": "^12.0.1",
"jest": "29.7.0",
"rimraf": "^5.0.1",
"terser-webpack-plugin": "^5.3.9",
"tsx": "^4.7.0",

View File

@@ -10,7 +10,6 @@
"type-check": "tsc --build"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -15,7 +15,6 @@
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -22,7 +22,7 @@
],
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"update:schema": "yarn workspace @trezor/schema-utils codegen $(pwd)/src/messages.ts > src/messages-schema.ts && npx prettier --write src/messages-schema.ts && eslint --fix src/messages-schema.ts",
@@ -36,7 +36,6 @@
"protobufjs": "7.2.5"
},
"devDependencies": {
"jest": "29.7.0",
"protobufjs-cli": "^1.1.2",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",

View File

@@ -18,14 +18,13 @@
],
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js",
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"type-check": "tsc --build",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -16,7 +16,6 @@
"react": "18.2.0"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:e2e": "jest --runInBand -c ../../jest.config.base.js",
"test:e2e": "yarn g:jest --runInBand -c ../../jest.config.base.js",
"type-check": "tsc --build tsconfig.json",
"test:stress": "ts-node -O '{\"module\": \"commonjs\"}' ./e2e/identities-stress.ts"
},
@@ -17,7 +17,6 @@
},
"devDependencies": {
"cross-fetch": "^4.0.0",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "5.3.2",

View File

@@ -9,7 +9,7 @@
"lib/"
],
"scripts": {
"test:unit": "jest",
"test:unit": "yarn g:jest",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
@@ -19,7 +19,6 @@
},
"devDependencies": {
"@sinclair/typebox-codegen": "^0.8.13",
"jest": "29.7.0",
"prettier": "^3.0.3",
"tsx": "^4.6.2",
"typescript": "5.3.2"

View File

@@ -8,7 +8,7 @@
"scripts": {
"type-check": "tsc --build",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js"
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
@@ -31,7 +31,6 @@
"react-native": "0.73.2"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -13,7 +13,6 @@
"@trezor/analytics": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -48,7 +48,6 @@
"@types/copy-webpack-plugin": "^10.1.0",
"@types/webpack-bundle-analyzer": "^4.6.2",
"@types/webpack-plugin-serve": "^1.4.4",
"jest": "29.7.0",
"react-refresh": "^0.14.0",
"typescript": "5.3.2"
}

View File

@@ -32,7 +32,6 @@
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"fs-extra": "^11.1.1",
"jest": "29.7.0",
"postcss-loader": "^7.3.3",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.3",

View File

@@ -15,14 +15,13 @@
"browser": "./src/renderer.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*{.ts,.tsx}'",
"test:unit": "jest --verbose -c jest.config.js",
"test:unit": "yarn g:jest --verbose -c jest.config.js",
"type-check": "tsc --build tsconfig.json"
},
"dependencies": {
"electron": "27.0.4"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"typescript": "5.3.2"
}

View File

@@ -10,7 +10,7 @@
"build:core": "rimraf dist && TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/core.webpack.config.ts",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build tsconfig.json",
"test:unit": "jest",
"test:unit": "yarn g:jest",
"test:e2e": "yarn xvfb-maybe -- playwright test --config=./e2e/playwright.config.ts"
},
"dependencies": {
@@ -49,7 +49,6 @@
"cross-fetch": "^4.0.0",
"electron": "27.0.4",
"glob": "^10.3.10",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"tsx": "^4.7.0",

View File

@@ -10,7 +10,7 @@
"type-check:watch": "yarn type-check -- --watch",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests"
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests"
},
"dependencies": {
"@sentry/electron": "^4.14.0",
@@ -37,7 +37,6 @@
"@types/react": "18.0.32",
"@types/react-dom": "18.2.14",
"@types/styled-components": "^5.1.29",
"jest": "29.7.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"typescript": "5.3.2"

View File

@@ -34,7 +34,6 @@
"electron": "27.0.4",
"electron-builder": "24.6.4",
"glob": "^10.3.10",
"jest": "29.7.0",
"rimraf": "^5.0.5"
}
}

View File

@@ -23,7 +23,6 @@
"idb": "^7.1.1"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -52,7 +52,6 @@
"cypress": "^13.4.0",
"cypress-file-upload": "^5.0.8",
"cypress-image-snapshot": "^4.0.1",
"jest": "29.7.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",

View File

@@ -15,8 +15,8 @@
"translations:list-duplicates": "yarn tsx ../suite-data/src/translations/list-duplicates.ts",
"translations:list-unused": "yarn tsx ../suite-data/src/translations/list-unused.ts",
"type-check": "tsc --build tsconfig.json",
"test:unit": "jest --version && jest",
"test-unit:watch": "jest -o --watch"
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@formatjs/intl": "2.9.6",
@@ -137,7 +137,6 @@
"@types/ua-parser-js": "^0.7.38",
"@types/uuid": "^9.0.6",
"@types/zxcvbn": "^4.4.3",
"jest": "29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-watch-typeahead": "2.2.2",
"prettier": "3.0.3",

View File

@@ -15,7 +15,6 @@
"prettier": "3.0.3"
},
"devDependencies": {
"jest": "29.7.0",
"tsx": "^4.7.0",
"typescript": "5.3.2"
}

View File

@@ -12,7 +12,6 @@
"type-check": "tsc --build"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -8,11 +8,10 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:e2e": "jest -c ../../jest.config.base.js"
"test:e2e": "yarn g:jest -c ../../jest.config.base.js"
},
"devDependencies": {
"cross-fetch": "^4.0.0",
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -21,14 +21,13 @@
],
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --verbose -c ../../jest.config.base.js",
"test:unit": "yarn g:jest --verbose -c ../../jest.config.base.js",
"type-check": "tsc --build tsconfig.json",
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"devDependencies": {
"jest": "29.7.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -29,7 +29,7 @@
"typings": "lib/index.d.ts",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --verbose -c jest.config.js",
"test:unit": "yarn g:jest --verbose -c jest.config.js",
"type-check": "tsc --build tsconfig.json",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json",
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
@@ -62,7 +62,6 @@
"@types/create-hash": "^1.2.4",
"@types/create-hmac": "^1.1.2",
"@types/wif": "^2.0.4",
"jest": "29.7.0",
"minimaldata": "^1.0.2",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",

View File

@@ -19,7 +19,6 @@
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/prettier": "^3.0.0",
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -8,8 +8,8 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build tsconfig.json",
"test:unit": "jest -c ./jest.config.js",
"test-unit:watch": "jest -c ../../jest.config.base.js -o --watch"
"test:unit": "yarn g:jest -c ./jest.config.js",
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
@@ -20,7 +20,6 @@
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.2",
"typescript": "5.3.2"

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ./jest.config.js",
"test:unit": "yarn g:jest -c ./jest.config.js",
"type-check": "tsc --build"
},
"dependencies": {
@@ -19,7 +19,6 @@
"@trezor/connect": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"tsx": "^4.7.0",
"typescript": "5.3.2"
}

View File

@@ -8,7 +8,7 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:unit": "jest -c ../../jest.config.base.js"
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
},
"dependencies": {
"@suite-common/suite-config": "workspace:*",
@@ -18,7 +18,6 @@
"date-fns": "^2.30.0"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c=../../jest.config.base.js",
"test:unit": "yarn g:jest -c=../../jest.config.base.js",
"type-check": "tsc --build"
},
"dependencies": {
@@ -28,7 +28,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -23,7 +23,6 @@
"styled-components": "^5.3.10"
},
"devDependencies": {
"jest": "29.7.0",
"svgo": "3.0.2",
"tsx": "^4.7.0",
"typescript": "5.3.2"

View File

@@ -15,7 +15,6 @@
"react-intl": "^6.5.1"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -11,7 +11,7 @@
"validate-config": "tsx ./scripts/validate-config.ts",
"sign-config": "tsx ./scripts/sign-config.ts",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest",
"test:unit": "yarn g:jest",
"type-check": "tsc --build"
},
"dependencies": {
@@ -34,7 +34,6 @@
"devDependencies": {
"@suite-common/test-utils": "workspace:*",
"@types/fs-extra": "^11.0.3",
"jest": "29.7.0",
"tsx": "^4.7.0",
"typescript": "5.3.2"
},

View File

@@ -10,7 +10,6 @@
"type-check": "tsc --build"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -8,7 +8,7 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:unit": "jest -c ../../jest.config.base.js"
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
@@ -22,7 +22,6 @@
"redux": "^4.2.1"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -16,7 +16,6 @@
"@trezor/utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -10,7 +10,6 @@
"type-check": "tsc --build"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -14,7 +14,6 @@
"@trezor/connect": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -22,7 +22,6 @@
"bignumber.js": "^9.1.1"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -8,8 +8,8 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:unit": "jest -c ../../jest.config.base.js",
"test-unit:watch": "jest -c ../../jest.config.base.js -o --watch"
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
},
"dependencies": {
"@suite-common/suite-config": "workspace:*",
@@ -24,7 +24,6 @@
"date-fns": "^2.30.0"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -25,7 +25,6 @@
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js",
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"type-check": "tsc --build"
},
"dependencies": {
@@ -22,7 +22,6 @@
"proxy-memoize": "2.0.2"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -17,7 +17,6 @@
"bignumber.js": "^9.1.1"
},
"devDependencies": {
"jest": "29.7.0",
"tsx": "^4.7.0",
"typescript": "5.3.2"
}

View File

@@ -15,7 +15,6 @@
"@trezor/type-utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -10,7 +10,6 @@
"type-check": "tsc --build"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c=../../jest.config.base.js",
"test:unit": "yarn g:jest -c=../../jest.config.base.js",
"type-check": "tsc --build"
},
"dependencies": {
@@ -38,7 +38,6 @@
"proxy-memoize": "2.0.2"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -22,7 +22,6 @@
"react-hook-form": "^7.48.2"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -8,8 +8,8 @@
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build",
"test:unit": "jest -c ../../jest.config.base.js",
"test-unit:watch": "jest -c ../../jest.config.base.js -o --watch"
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
@@ -37,7 +37,6 @@
},
"devDependencies": {
"@types/pdfmake": "^0.2.8",
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -37,8 +37,5 @@
"react-native": "0.73.2",
"react-native-reanimated": "3.7.0-nightly-20240101-9d365ae7b",
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -35,8 +35,5 @@
"react-native": "0.73.2",
"react-native-reanimated": "3.7.0-nightly-20240101-9d365ae7b",
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -23,8 +23,5 @@
"jotai": "1.9.1",
"react": "18.2.0",
"react-native": "0.73.2"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -16,7 +16,6 @@
"@suite-common/wallet-utils": "workspace:*"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -11,9 +11,6 @@
"scripts": {
"type-check": "tsc --build",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests"
},
"devDependencies": {
"jest": "29.7.0"
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -29,8 +29,5 @@
"react-native": "0.73.2",
"react-redux": "8.0.7",
"web3-utils": "^1.10.0"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js",
"test:unit": "yarn g:jest -c ../../jest.config.base.js",
"type-check": "tsc --build"
},
"dependencies": {
@@ -42,7 +42,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -17,8 +17,5 @@
"expo-clipboard": "5.0.1",
"react": "18.2.0",
"react-native": "0.73.2"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -8,7 +8,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --passWithNoTests",
"test:unit": "yarn g:jest --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -53,7 +53,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --passWithNoTests",
"test:unit": "yarn g:jest --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -38,7 +38,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest --passWithNoTests",
"test:unit": "yarn g:jest --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -34,7 +34,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.native.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.native.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -27,7 +27,6 @@
"redux-persist": "6.0.0"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -20,7 +20,6 @@
"react-redux": "8.0.7"
},
"devDependencies": {
"jest": "29.7.0",
"typescript": "5.3.2"
}
}

View File

@@ -7,7 +7,7 @@
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"test:unit": "yarn g:jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build"
},
"dependencies": {
@@ -47,8 +47,5 @@
"react-native-reanimated": "3.7.0-nightly-20240101-9d365ae7b",
"react-redux": "8.0.7",
"web3-utils": "^1.10.0"
},
"devDependencies": {
"jest": "29.7.0"
}
}

View File

@@ -7191,7 +7191,6 @@ __metadata:
"@suite-common/test-utils": "workspace:*"
"@trezor/connect": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
redux-mock-store: "npm:^1.5.4"
redux-thunk: "npm:^2.4.2"
typescript: "npm:5.3.2"
@@ -7208,7 +7207,6 @@ __metadata:
"@suite-common/test-utils": "workspace:*"
"@suite-common/toast-notifications": "workspace:*"
"@trezor/connect": "workspace:*"
jest: "npm:29.7.0"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
languageName: unknown
@@ -7223,7 +7221,6 @@ __metadata:
"@trezor/connect": "workspace:*"
"@trezor/utils": "workspace:*"
date-fns: "npm:^2.30.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7244,7 +7241,6 @@ __metadata:
"@trezor/connect": "workspace:*"
bignumber.js: "npm:^9.1.1"
date-fns: "npm:^2.30.0"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-intl: "npm:^6.5.1"
react-redux: "npm:8.0.7"
@@ -7284,7 +7280,6 @@ __metadata:
"@suite-common/wallet-types": "workspace:*"
"@trezor/styles": "workspace:*"
"@trezor/theme": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
react-native-reanimated: "npm:3.7.0-nightly-20240101-9d365ae7b"
@@ -7301,7 +7296,6 @@ __metadata:
resolution: "@suite-common/intl-types@workspace:suite-common/intl-types"
dependencies:
"@trezor/type-utils": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-intl: "npm:^6.5.1"
typescript: "npm:5.3.2"
@@ -7345,7 +7339,6 @@ __metadata:
"@types/fs-extra": "npm:^11.0.3"
ajv: "npm:^8.12.0"
fs-extra: "npm:^11.1.1"
jest: "npm:29.7.0"
json-schema-to-typescript: "npm:^13.1.1"
jws: "npm:^4.0.0"
proxy-memoize: "npm:2.0.2"
@@ -7359,7 +7352,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@suite-common/metadata-types@workspace:suite-common/metadata-types"
dependencies:
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7374,7 +7366,6 @@ __metadata:
"@suite-common/wallet-config": "workspace:*"
"@suite-common/wallet-types": "workspace:*"
"@trezor/connect": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-redux: "npm:8.0.7"
redux: "npm:^4.2.1"
@@ -7390,7 +7381,6 @@ __metadata:
"@sentry/types": "npm:7.81.1"
"@suite-common/suite-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7399,7 +7389,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@suite-common/suite-config@workspace:suite-common/suite-config"
dependencies:
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7410,7 +7399,6 @@ __metadata:
dependencies:
"@suite-common/wallet-config": "workspace:*"
"@trezor/connect": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7429,7 +7417,6 @@ __metadata:
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7448,7 +7435,6 @@ __metadata:
"@trezor/utils": "workspace:*"
bignumber.js: "npm:^9.1.1"
date-fns: "npm:^2.30.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7468,7 +7454,6 @@ __metadata:
"@trezor/utils": "workspace:*"
dropbox: "npm:^10.34.0"
fake-indexeddb: "npm:^4.0.2"
jest: "npm:29.7.0"
redux: "npm:^4.2.1"
redux-thunk: "npm:^2.4.2"
typescript: "npm:5.3.2"
@@ -7487,7 +7472,6 @@ __metadata:
"@suite-common/test-utils": "workspace:*"
"@suite-common/wallet-config": "workspace:*"
"@trezor/connect": "workspace:*"
jest: "npm:29.7.0"
proxy-memoize: "npm:2.0.2"
typescript: "npm:5.3.2"
languageName: unknown
@@ -7501,7 +7485,6 @@ __metadata:
"@suite-common/wallet-config": "workspace:*"
"@trezor/connect": "workspace:*"
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
languageName: unknown
@@ -7526,7 +7509,6 @@ __metadata:
"@suite-common/intl-types": "workspace:*"
"@trezor/connect": "workspace:*"
"@trezor/type-utils": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7535,7 +7517,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@suite-common/wallet-constants@workspace:suite-common/wallet-constants"
dependencies:
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7568,7 +7549,6 @@ __metadata:
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
date-fns: "npm:^2.30.0"
jest: "npm:29.7.0"
proxy-memoize: "npm:2.0.2"
typescript: "npm:5.3.2"
languageName: unknown
@@ -7586,7 +7566,6 @@ __metadata:
"@trezor/connect": "workspace:*"
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-hook-form: "npm:^7.48.2"
typescript: "npm:5.3.2"
@@ -7615,7 +7594,6 @@ __metadata:
"@types/pdfmake": "npm:^0.2.8"
bignumber.js: "npm:^9.1.1"
date-fns: "npm:^2.30.0"
jest: "npm:29.7.0"
pdfmake: "npm:^0.2.7"
react: "npm:18.2.0"
react-hook-form: "npm:^7.48.2"
@@ -7650,7 +7628,6 @@ __metadata:
"@suite-native/navigation": "workspace:*"
"@trezor/styles": "workspace:*"
"@trezor/theme": "workspace:*"
jest: "npm:29.7.0"
proxy-memoize: "npm:2.0.2"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
@@ -7804,7 +7781,6 @@ __metadata:
"@suite-native/navigation": "workspace:*"
"@trezor/styles": "workspace:*"
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
jotai: "npm:1.9.1"
proxy-memoize: "npm:2.0.2"
react: "npm:^18.2.0"
@@ -7855,7 +7831,6 @@ __metadata:
"@suite-native/storage": "workspace:*"
"@trezor/styles": "workspace:*"
expo-local-authentication: "npm:13.7.0"
jest: "npm:29.7.0"
jotai: "npm:1.9.1"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
@@ -7882,7 +7857,6 @@ __metadata:
"@mobily/ts-belt": "npm:^3.13.1"
"@suite-common/wallet-config": "workspace:*"
"@suite-common/wallet-utils": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -7922,7 +7896,6 @@ __metadata:
resolution: "@suite-native/device-mutex@workspace:suite-native/device-mutex"
dependencies:
"@mobily/ts-belt": "npm:^3.13.1"
jest: "npm:29.7.0"
languageName: unknown
linkType: soft
@@ -8048,7 +8021,6 @@ __metadata:
"@trezor/blockchain-link": "workspace:*"
"@trezor/styles": "workspace:*"
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
react-redux: "npm:8.0.7"
@@ -8095,7 +8067,6 @@ __metadata:
"@trezor/theme": "workspace:*"
date-fns: "npm:^2.30.0"
expo-haptics: "npm:12.8.1"
jest: "npm:29.7.0"
jotai: "npm:1.9.1"
react: "npm:18.2.0"
react-intl: "npm:^6.5.1"
@@ -8114,7 +8085,6 @@ __metadata:
"@suite-native/toasts": "workspace:*"
"@trezor/connect": "workspace:*"
expo-clipboard: "npm:5.0.1"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
languageName: unknown
@@ -8208,7 +8178,6 @@ __metadata:
"@trezor/connect": "workspace:*"
"@trezor/styles": "workspace:*"
"@trezor/utxo-lib": "workspace:*"
jest: "npm:29.7.0"
lottie-react-native: "npm:6.5.1"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
@@ -8338,7 +8307,6 @@ __metadata:
"@trezor/env-utils": "workspace:*"
"@trezor/styles": "workspace:*"
"@trezor/theme": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
react-redux: "npm:8.0.7"
@@ -8436,7 +8404,6 @@ __metadata:
"@suite-native/qr-code": "workspace:*"
"@suite-native/receive": "workspace:*"
"@trezor/styles": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
react-redux: "npm:8.0.7"
@@ -8675,7 +8642,6 @@ __metadata:
expo-random: "npm:13.6.0"
expo-secure-store: "npm:12.8.1"
expo-splash-screen: "npm:0.18.1"
jest: "npm:29.7.0"
jotai: "npm:1.9.1"
react: "npm:18.2.0"
react-native: "npm:0.73.2"
@@ -8693,7 +8659,6 @@ __metadata:
"@testing-library/react-native": "npm:^11.0.0"
"@trezor/styles": "workspace:*"
"@trezor/theme": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-native-gesture-handler: "npm:2.14.1"
react-native-reanimated: "npm:3.7.0-nightly-20240101-9d365ae7b"
@@ -8767,7 +8732,6 @@ __metadata:
"@trezor/blockchain-link-types": "workspace:*"
"@trezor/styles": "workspace:*"
"@trezor/theme": "workspace:*"
jest: "npm:29.7.0"
jotai: "npm:1.9.1"
proxy-memoize: "npm:2.0.2"
react: "npm:18.2.0"
@@ -9024,7 +8988,6 @@ __metadata:
dependencies:
"@trezor/env-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
peerDependencies:
tslib: ^2.6.2
@@ -9038,7 +9001,6 @@ __metadata:
"@types/cors": "npm:^2.8.15"
cors: "npm:^2.8.5"
express: "npm:^4.18.2"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -9070,7 +9032,6 @@ __metadata:
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -9096,7 +9057,6 @@ __metadata:
events: "npm:^3.3.0"
fs-extra: "npm:^11.1.1"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
ripple-lib: "npm:^1.10.1"
socks-proxy-agent: "npm:6.1.1"
@@ -9126,7 +9086,6 @@ __metadata:
cross-fetch: "npm:^4.0.0"
events: "npm:^3.3.0"
golomb: "npm:1.2.0"
jest: "npm:29.7.0"
n64: "npm:^0.2.10"
rimraf: "npm:^5.0.5"
typescript: "npm:5.3.2"
@@ -9161,7 +9120,6 @@ __metadata:
"@types/styled-components": "npm:^5.1.29"
date-fns: "npm:^2.30.0"
framer-motion: "npm:^10.16.4"
jest: "npm:29.7.0"
lottie-react: "npm:^2.4.0"
polished: "npm:^4.2.2"
postcss-styled-syntax: "npm:^0.5.0"
@@ -9201,7 +9159,6 @@ __metadata:
dependencies:
"@trezor/env-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -9246,7 +9203,6 @@ __metadata:
babel-loader: "npm:^9.1.3"
copy-webpack-plugin: "npm:^11.0.0"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
markdown-it: "npm:^13.0.2"
markdown-it-imsize: "npm:^2.0.1"
markdown-it-link-attributes: "npm:^4.0.1"
@@ -9286,7 +9242,6 @@ __metadata:
copy-webpack-plugin: "npm:^11.0.0"
es6-promise: "npm:^4.2.8"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
terser-webpack-plugin: "npm:^5.3.9"
typescript: "npm:5.3.2"
@@ -9302,7 +9257,6 @@ __metadata:
resolution: "@trezor/connect-plugin-ethereum@workspace:packages/connect-plugin-ethereum"
dependencies:
"@metamask/eth-sig-util": "npm:^7.0.1"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:5.3.2"
peerDependencies:
@@ -9316,7 +9270,6 @@ __metadata:
resolution: "@trezor/connect-plugin-stellar@workspace:packages/connect-plugin-stellar"
dependencies:
bignumber.js: "npm:^9.1.1"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
stellar-base: "npm:v10.0.0-beta.2"
stellar-sdk: "npm:^v11.0.0-beta.3"
@@ -9353,7 +9306,6 @@ __metadata:
copy-webpack-plugin: "npm:^11.0.0"
eth-phishing-detect: "npm:^1.2.0"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
react-dom: "npm:18.2.0"
rimraf: "npm:^5.0.5"
terser-webpack-plugin: "npm:^5.3.9"
@@ -9384,7 +9336,6 @@ __metadata:
"@trezor/urls": "workspace:*"
"@types/react": "npm:18.0.32"
"@types/styled-components": "npm:^5.1.29"
jest: "npm:29.7.0"
react-intl: "npm:^6.5.1"
typescript: "npm:5.3.2"
peerDependencies:
@@ -9409,7 +9360,6 @@ __metadata:
"@types/w3c-web-usb": "npm:^1.0.9"
events: "npm:^3.3.0"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
selfsigned: "npm:^2.4.1"
terser-webpack-plugin: "npm:^5.3.9"
@@ -9441,7 +9391,6 @@ __metadata:
"@types/chrome": "npm:latest"
copy-webpack-plugin: "npm:^12.0.1"
events: "npm:^3.3.0"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.1"
terser-webpack-plugin: "npm:^5.3.9"
tsx: "npm:^4.7.0"
@@ -9523,7 +9472,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/dom-utils@workspace:packages/dom-utils"
dependencies:
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -9571,7 +9519,6 @@ __metadata:
dependencies:
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -9581,7 +9528,6 @@ __metadata:
resolution: "@trezor/protobuf@workspace:packages/protobuf"
dependencies:
"@trezor/schema-utils": "workspace:*"
jest: "npm:29.7.0"
long: "npm:^4.0.0"
protobufjs: "npm:7.2.5"
protobufjs-cli: "npm:^1.1.2"
@@ -9597,7 +9543,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/protocol@workspace:packages/protocol"
dependencies:
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -9623,7 +9568,6 @@ __metadata:
dependencies:
"@trezor/type-utils": "workspace:*"
"@trezor/utils": "workspace:*"
jest: "npm:29.7.0"
react: "npm:18.2.0"
typescript: "npm:5.3.2"
languageName: unknown
@@ -9635,7 +9579,6 @@ __metadata:
dependencies:
"@trezor/utils": "workspace:*"
cross-fetch: "npm:^4.0.0"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
socks-proxy-agent: "npm:6.1.1"
ts-node: "npm:^10.9.1"
@@ -9650,7 +9593,6 @@ __metadata:
dependencies:
"@sinclair/typebox": "npm:^0.31.28"
"@sinclair/typebox-codegen": "npm:^0.8.13"
jest: "npm:29.7.0"
prettier: "npm:^3.0.3"
ts-mixer: "npm:^6.0.3"
tsx: "npm:^4.6.2"
@@ -9668,7 +9610,6 @@ __metadata:
chalk: "npm:^4.1.2"
dotenv: "npm:^16.4.1"
fs-extra: "npm:^11.1.1"
jest: "npm:29.7.0"
prettier: "npm:3.0.3"
sort-package-json: "npm:^1.57.0"
tsx: "npm:4.6.2"
@@ -9695,7 +9636,6 @@ __metadata:
fela-plugin-unit: "npm:^12.2.1"
fela-sort-media-query-mobile-first: "npm:^12.2.1"
fela-utils: "npm:^12.2.1"
jest: "npm:29.7.0"
polished: "npm:^4.2.2"
react: "npm:18.2.0"
react-fela: "npm:^12.2.1"
@@ -9709,7 +9649,6 @@ __metadata:
resolution: "@trezor/suite-analytics@workspace:packages/suite-analytics"
dependencies:
"@trezor/analytics": "workspace:*"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -9732,7 +9671,6 @@ __metadata:
css-loader: "npm:^6.8.1"
css-minimizer-webpack-plugin: "npm:^5.0.1"
html-webpack-plugin: "npm:^5.5.3"
jest: "npm:29.7.0"
raw-loader: "npm:^4.0.2"
react-refresh: "npm:^0.14.0"
stream-browserify: "npm:^3.0.0"
@@ -9764,7 +9702,6 @@ __metadata:
babel-loader: "npm:^9.1.3"
css-loader: "npm:^6.8.1"
fs-extra: "npm:^11.1.1"
jest: "npm:29.7.0"
postcss-loader: "npm:^7.3.3"
postcss-modules-extract-imports: "npm:^3.0.0"
postcss-modules-local-by-default: "npm:^4.0.3"
@@ -9784,7 +9721,6 @@ __metadata:
resolution: "@trezor/suite-desktop-api@workspace:packages/suite-desktop-api"
dependencies:
electron: "npm:27.0.4"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
typescript: "npm:5.3.2"
languageName: unknown
@@ -9825,7 +9761,6 @@ __metadata:
electron-store: "npm:^8.1.0"
electron-updater: "npm:6.1.4"
glob: "npm:^10.3.10"
jest: "npm:29.7.0"
openpgp: "npm:^5.11.0"
rimraf: "npm:^5.0.5"
systeminformation: "npm:^5.21.15"
@@ -9857,7 +9792,6 @@ __metadata:
"@types/react": "npm:18.0.32"
"@types/react-dom": "npm:18.2.14"
"@types/styled-components": "npm:^5.1.29"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-markdown: "npm:^9.0.0"
@@ -9882,7 +9816,6 @@ __metadata:
electron-store: "npm:^8.1.0"
electron-updater: "npm:6.1.4"
glob: "npm:^10.3.10"
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
usb: "npm:^2.11.0"
languageName: unknown
@@ -9895,7 +9828,6 @@ __metadata:
"@trezor/env-utils": "workspace:*"
broadcast-channel: "npm:^6.0.0"
idb: "npm:^7.1.1"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -9933,7 +9865,6 @@ __metadata:
cypress-file-upload: "npm:^5.0.8"
cypress-image-snapshot: "npm:^4.0.1"
cypress-real-events: "npm:^1.11.0"
jest: "npm:29.7.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-helmet: "npm:^6.1.0"
@@ -10043,7 +9974,6 @@ __metadata:
history: "npm:^4.10.1"
idb: "npm:^7.1.1"
immer: "npm:9.0.21"
jest: "npm:29.7.0"
jest-canvas-mock: "npm:^2.5.2"
jest-watch-typeahead: "npm:2.2.2"
jws: "npm:^4.0.0"
@@ -10094,7 +10024,6 @@ __metadata:
dependencies:
"@mobily/ts-belt": "npm:^3.13.1"
csstype: "npm:^3.1.2"
jest: "npm:29.7.0"
prettier: "npm:3.0.3"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -10167,7 +10096,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/type-utils@workspace:packages/type-utils"
dependencies:
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -10177,7 +10105,6 @@ __metadata:
resolution: "@trezor/urls@workspace:packages/urls"
dependencies:
cross-fetch: "npm:^4.0.0"
jest: "npm:29.7.0"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
@@ -10186,7 +10113,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trezor/utils@workspace:packages/utils"
dependencies:
jest: "npm:29.7.0"
rimraf: "npm:^5.0.5"
tsx: "npm:^4.7.0"
typescript: "npm:5.3.2"
@@ -10218,7 +10144,6 @@ __metadata:
create-hash: "npm:^1.2.0"
create-hmac: "npm:^1.1.7"
int64-buffer: "npm:^1.0.1"
jest: "npm:29.7.0"
minimaldata: "npm:^1.0.2"
pushdata-bitcoin: "npm:^1.0.1"
rimraf: "npm:^5.0.5"