|
1 | 1 | { |
2 | 2 | "name": "@magic-sdk/admin", |
3 | 3 | "version": "2.8.0", |
4 | | - "description": "Magic Authentication Admin Javascript SDK.", |
| 4 | + "description": "Magic Authentication Admin JavaScript SDK.", |
5 | 5 | "author": "Magic Labs <[email protected]>", |
6 | 6 | "license": "MIT", |
7 | 7 | "engines": { |
|
33 | 33 | "prepare": "husky install" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@ikscodes/eslint-config": "^8.4.1", |
37 | | - "@istanbuljs/nyc-config-typescript": "^1.0.1", |
38 | | - "@types/jest": "^27.4.1", |
39 | | - "@types/node": "^13.1.2", |
40 | | - "@types/node-fetch": "^2.5.4", |
41 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
42 | | - "auto": "11.0.5", |
43 | | - "boxen-cli": "^1.0.0", |
44 | | - "esbuild": "^0.25.0", |
45 | | - "eslint": "^8.56.0", |
46 | | - "eslint-import-resolver-typescript": "^2.0.0", |
47 | | - "eslint-plugin-import": "^2.29.1", |
48 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
49 | | - "eslint-plugin-prettier": "^5.1.3", |
50 | | - "husky": "^8.0.3", |
51 | | - "jest": "^27.5.1", |
52 | | - "lint-staged": "^10.0.8", |
| 36 | + "@istanbuljs/nyc-config-typescript": "^1.0.2", |
| 37 | + "@types/jest": "^30.0.0", |
| 38 | + "@types/node": "^24.3.1", |
| 39 | + "@types/node-fetch": "^2.6.13", |
| 40 | + "@typescript-eslint/eslint-plugin": "^8.43.0", |
| 41 | + "@typescript-eslint/parser": "^8.43.0", |
| 42 | + "auto": "11.3.0", |
| 43 | + "boxen-cli": "^4.0.0", |
| 44 | + "esbuild": "^0.25.9", |
| 45 | + "eslint": "^9.35.0", |
| 46 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 47 | + "eslint-plugin-import": "^2.32.0", |
| 48 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 49 | + "eslint-plugin-prettier": "^5.5.4", |
| 50 | + "husky": "^9.1.7", |
| 51 | + "jest": "^30.1.3", |
| 52 | + "lint-staged": "^16.1.6", |
53 | 53 | "npm-run-all": "~4.1.5", |
54 | | - "prettier": "^3.2.4", |
55 | | - "rimraf": "~3.0.0", |
56 | | - "ts-jest": "^27.1.3", |
| 54 | + "prettier": "^3.6.2", |
| 55 | + "rimraf": "~6.0.1", |
| 56 | + "ts-jest": "^29.4.1", |
57 | 57 | "ts-node": "^10.2.0", |
58 | 58 | "tslint": "~5.20.1", |
59 | | - "typescript": "^5.3.3" |
| 59 | + "typescript": "^5.9.2" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "ethereum-cryptography": "^1.0.1", |
63 | | - "ethers": "^6.11.1", |
64 | | - "node-fetch": "^2.6.7" |
| 62 | + "ethereum-cryptography": "^3.2.0", |
| 63 | + "ethers": "^6.15.0", |
| 64 | + "node-fetch": "^2.7.0" |
65 | 65 | }, |
66 | 66 | "lint-staged": { |
67 | 67 | "*.{ts,tsx}": "eslint --fix" |
|
0 commit comments