|
29 | 29 | "test": "cross-env NODE_ENV=test jest",
|
30 | 30 | "build": "yarn clean && yarn build:lib && yarn build:docs",
|
31 | 31 | "build:lib": "tsc",
|
32 |
| - "build:docs": "rimraf docs/lib && typedoc --excludeExternals --readme none --out docs/lib --hideBreadcrumbs --disableSources", |
| 32 | + "build:docs": "rimraf docs/lib && typedoc --excludeExternals --readme none --out docs/lib --disableSources", |
33 | 33 | "clean": "rimraf build",
|
34 | 34 | "lint": "eslint '**/*.{ts,js}'",
|
35 | 35 | "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,html,yml}'",
|
|
61 | 61 | },
|
62 | 62 | "optionalDependencies": {},
|
63 | 63 | "devDependencies": {
|
64 |
| - "@babel/cli": "^7.16.0", |
65 |
| - "@babel/core": "^7.16.0", |
| 64 | + "@babel/cli": "^7.22.9", |
| 65 | + "@babel/core": "^7.22.9", |
66 | 66 | "@babel/plugin-proposal-class-properties": "^7.16.0",
|
67 |
| - "@babel/plugin-transform-runtime": "^7.16.0", |
68 |
| - "@babel/preset-env": "^7.16.0", |
69 |
| - "@babel/preset-typescript": "^7.16.0", |
| 67 | + "@babel/plugin-transform-runtime": "^7.22.9", |
| 68 | + "@babel/preset-env": "^7.22.9", |
| 69 | + "@babel/preset-typescript": "^7.22.5", |
70 | 70 | "@ledgerhq/hw-transport-node-hid": "^6.11.2",
|
71 |
| - "@types/jest": "^27.0.2", |
| 71 | + "@types/jest": "^29.5.3", |
72 | 72 | "@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
|
73 |
| - "axios": "^0.21.4", |
| 73 | + "axios": "^1.4.0", |
74 | 74 | "cross-env": "^7.0.3",
|
75 |
| - "eslint": "^7.19.0", |
| 75 | + "eslint": "^8.45.0", |
76 | 76 | "gts": "^3.1.0",
|
77 |
| - "jest": "^27.3.1", |
78 |
| - "prettier": "^2.4.1", |
79 |
| - "rimraf": "^3.0.2", |
80 |
| - "ts-jest": "^27.0.7", |
81 |
| - "ts-proto": "^1.85.0", |
82 |
| - "typedoc": "^0.22.9", |
| 77 | + "jest": "^29.6.1", |
| 78 | + "prettier": "^3.0.0", |
| 79 | + "rimraf": "^5.0.1", |
| 80 | + "ts-jest": "^29.1.1", |
| 81 | + "ts-proto": "^1.155.1", |
| 82 | + "typedoc": "^0.24.8", |
83 | 83 | "typedoc-plugin-markdown": "^3.11.6",
|
84 |
| - "typescript": "^4.4.4" |
| 84 | + "typescript": "^5.1.6" |
85 | 85 | }
|
86 | 86 | }
|
0 commit comments