|
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | 12 | "@albedo-link/intent": "^0.11.2", |
13 | | - "@ledgerhq/hw-app-str": "^6.3.0", |
14 | | - "@ledgerhq/hw-transport-webusb": "^6.3.0", |
15 | | - "@reduxjs/toolkit": "^1.6.1", |
| 13 | + "@ledgerhq/hw-app-str": "^6.7.0", |
| 14 | + "@ledgerhq/hw-transport-webusb": "^6.7.0", |
| 15 | + "@reduxjs/toolkit": "^1.6.2", |
16 | 16 | "@stellar/design-system": "^0.4.0", |
17 | 17 | "@stellar/freighter-api": "^1.1.2", |
| 18 | + "@stellar/frontend-helpers": "^2.1.3", |
18 | 19 | "@stellar/wallet-sdk": "^0.5.0-rc.0", |
19 | | - "amplitude-js": "^8.4.0", |
| 20 | + "amplitude-js": "^8.8.0", |
20 | 21 | "bignumber.js": "^9.0.1", |
21 | 22 | "lodash": "^4.17.21", |
22 | 23 | "moment": "^2.29.0", |
23 | 24 | "node-sass": "6.0.1", |
24 | 25 | "qrcode.react": "^1.0.0", |
25 | 26 | "react": "^17.0.2", |
26 | 27 | "react-dom": "^17.0.2", |
27 | | - "react-redux": "^7.2.4", |
28 | | - "react-router-dom": "^5.2.0", |
| 28 | + "react-redux": "^7.2.5", |
| 29 | + "react-router-dom": "^5.3.0", |
29 | 30 | "react-scripts": "^4.0.3", |
30 | | - "redux": "^4.1.0", |
| 31 | + "redux": "^4.1.1", |
31 | 32 | "stellar-sdk": "^9.0.0-beta.0", |
32 | | - "styled-components": "^5.3.0", |
33 | | - "trezor-connect": "^8.1.27", |
34 | | - "tslib": "^2.3.0", |
35 | | - "typescript": "~4.3.5" |
| 33 | + "styled-components": "^5.3.1", |
| 34 | + "trezor-connect": "^8.2.1", |
| 35 | + "tslib": "^2.3.1", |
| 36 | + "typescript": "~4.4.3" |
36 | 37 | }, |
37 | 38 | "scripts": { |
38 | 39 | "install-if-package-changed": "git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD | grep --quiet yarn.lock && yarn install || exit 0", |
|
66 | 67 | "@stellar/prettier-config": "^1.0.1", |
67 | 68 | "@stellar/tsconfig": "^1.0.2", |
68 | 69 | "@testing-library/jest-dom": "^5.14.1", |
69 | | - "@testing-library/react": "^12.0.0", |
| 70 | + "@testing-library/react": "^12.1.2", |
70 | 71 | "@testing-library/user-event": "^13.2.1", |
71 | 72 | "@types/amplitude-js": "^8.0.1", |
72 | | - "@types/jest": "^26.0.24", |
| 73 | + "@types/jest": "^27.0.2", |
73 | 74 | "@types/ledgerhq__hw-transport-u2f": "^4.21.1", |
74 | 75 | "@types/ledgerhq__hw-transport-webusb": "^4.70.1", |
75 | | - "@types/lodash": "^4.14.172", |
76 | | - "@types/node": "^16.4.13", |
| 76 | + "@types/lodash": "^4.14.175", |
| 77 | + "@types/node": "^16.10.2", |
77 | 78 | "@types/qrcode.react": "^1.0.2", |
78 | | - "@types/react": "^17.0.16", |
| 79 | + "@types/react": "^17.0.27", |
79 | 80 | "@types/react-dom": "^17.0.9", |
80 | 81 | "@types/react-redux": "^7.1.18", |
81 | | - "@types/react-router-dom": "^5.1.8", |
| 82 | + "@types/react-router-dom": "^5.3.0", |
82 | 83 | "@types/redux": "^3.6.0", |
83 | | - "@types/styled-components": "^5.1.12", |
84 | | - "@typescript-eslint/eslint-plugin": "^4.29.0", |
85 | | - "@typescript-eslint/parser": "^4.29.0", |
86 | | - "concurrently": "^6.2.0", |
| 84 | + "@types/styled-components": "^5.1.14", |
| 85 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 86 | + "@typescript-eslint/parser": "^4.33.0", |
| 87 | + "concurrently": "^6.3.0", |
87 | 88 | "eslint": "^7.32.0", |
88 | 89 | "eslint-config-prettier": "^8.3.0", |
89 | 90 | "eslint-config-react": "^1.1.7", |
90 | 91 | "eslint-config-react-app": "^6.0.0", |
91 | | - "eslint-plugin-flowtype": "^5.9.0", |
92 | | - "eslint-plugin-import": "^2.23.4", |
93 | | - "eslint-plugin-jsdoc": "^36.0.6", |
| 92 | + "eslint-plugin-flowtype": "^6.1.0", |
| 93 | + "eslint-plugin-import": "^2.24.2", |
| 94 | + "eslint-plugin-jsdoc": "^36.1.0", |
94 | 95 | "eslint-plugin-jsx-a11y": "^6.4.1", |
95 | 96 | "eslint-plugin-prefer-arrow": "^1.2.3", |
96 | | - "eslint-plugin-react": "^7.24.0", |
| 97 | + "eslint-plugin-react": "^7.26.1", |
97 | 98 | "eslint-plugin-react-hooks": "^4.2.0", |
98 | | - "husky": "^7.0.1", |
99 | | - "lint-staged": "^11.1.2", |
100 | | - "prettier": "^2.3.2", |
| 99 | + "husky": "^7.0.2", |
| 100 | + "lint-staged": "^11.2.0", |
| 101 | + "prettier": "^2.4.1", |
101 | 102 | "pretty-quick": "^3.1.1" |
102 | 103 | } |
103 | 104 | } |
0 commit comments