|
12 | 12 | "*.{md,js,jsx,json,yml,yaml,css,md}": "prettier --write" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@babel/core": "^7.23.5", |
16 | | - "@babel/preset-env": "^7.23.5", |
17 | | - "@babel/preset-typescript": "^7.23.3", |
| 15 | + "@babel/core": "^7.24.4", |
| 16 | + "@babel/preset-env": "^7.24.4", |
| 17 | + "@babel/preset-typescript": "^7.24.1", |
18 | 18 | "@coral-xyz/anchor": "^0.29.0", |
19 | 19 | "@jest/types": "^29.6.3", |
20 | | - "@rushstack/eslint-patch": "^1.6.0", |
21 | | - "@saberhq/eslint-config": "^3.2.1", |
22 | | - "@saberhq/eslint-config-react": "^3.2.1", |
23 | | - "@saberhq/tsconfig": "^3.2.1", |
| 20 | + "@rushstack/eslint-patch": "^1.10.2", |
| 21 | + "@saberhq/eslint-config": "^3.3.1", |
| 22 | + "@saberhq/eslint-config-react": "^3.3.1", |
| 23 | + "@saberhq/tsconfig": "^3.3.1", |
24 | 24 | "@saberhq/use-solana": "workspace:*", |
25 | | - "@size-limit/file": "^11.0.0", |
26 | | - "@size-limit/webpack": "^11.0.0", |
27 | | - "@size-limit/webpack-why": "^11.0.0", |
| 25 | + "@size-limit/file": "^11.1.2", |
| 26 | + "@size-limit/webpack": "^11.1.2", |
| 27 | + "@size-limit/webpack-why": "^11.1.2", |
28 | 28 | "@solana/web3.js": "^1.91.1", |
29 | 29 | "@types/babel__core": "^7.20.5", |
30 | 30 | "@types/babel__preset-env": "^7.9.6", |
31 | 31 | "@types/bn.js": "^5.1.5", |
32 | | - "@types/eslint": "^8.44.8", |
33 | | - "@types/jest": "^29.5.10", |
34 | | - "@types/node": "^18.18.14", |
35 | | - "@types/react": "^18.2.39", |
| 32 | + "@types/eslint": "^8.56.9", |
| 33 | + "@types/jest": "^29.5.12", |
| 34 | + "@types/node": "^20.12.7", |
| 35 | + "@types/react": "^18.2.77", |
36 | 36 | "@types/source-map-support": "^0.5.10", |
37 | 37 | "@types/w3c-web-usb": "^1.0.10", |
38 | | - "@typescript-eslint/utils": "^6.13.1", |
| 38 | + "@typescript-eslint/utils": "^7.6.0", |
39 | 39 | "@yarnpkg/doctor": "^4.0.1", |
40 | 40 | "bn.js": "^5.2.1", |
41 | 41 | "buffer": "^6.0.3", |
42 | | - "eslint": "^8.54.0", |
43 | | - "husky": "^8.0.3", |
| 42 | + "eslint": "^8.57.0", |
| 43 | + "husky": "^9.0.11", |
44 | 44 | "jest": "^29.7.0", |
45 | 45 | "jest-runtime": "^29.7.0", |
46 | 46 | "jsbi": "^4.3.0", |
47 | | - "lint-staged": "^15.1.0", |
48 | | - "prettier": "^3.1.0", |
| 47 | + "lint-staged": "^15.2.2", |
| 48 | + "prettier": "^3.2.5", |
49 | 49 | "react": "^18.2.0", |
50 | | - "size-limit": "^11.0.0", |
| 50 | + "size-limit": "^11.1.2", |
51 | 51 | "source-map-support": "^0.5.21", |
52 | | - "ts-jest": "^29.1.1", |
53 | | - "ts-node": "^10.9.1", |
54 | | - "typedoc": "^0.25.4", |
55 | | - "typescript": "^5.3.2" |
| 52 | + "ts-jest": "^29.1.2", |
| 53 | + "ts-node": "^10.9.2", |
| 54 | + "typedoc": "^0.25.13", |
| 55 | + "typescript": "^5.4.5" |
56 | 56 | }, |
57 | 57 | "scripts": { |
58 | 58 | "build": "yarn workspaces foreach --all --exclude @saberhq/saber-common -ptv run build", |
|
0 commit comments