|
67 | 67 | "devDependencies": { |
68 | 68 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
69 | 69 | "@babel/plugin-proposal-optional-chaining": "^7.20.7", |
70 | | - "@babel/preset-env": "^7.26.9", |
71 | | - "@commitlint/cli": "^19.7.1", |
72 | | - "@commitlint/config-conventional": "^19.7.1", |
| 70 | + "@babel/plugin-transform-modules-commonjs": "^7.21.2", |
| 71 | + "@babel/preset-env": "^7.19.0", |
| 72 | + "@commitlint/cli": "^13.1.0", |
| 73 | + "@commitlint/config-conventional": "^13.1.0", |
73 | 74 | "@types/jest": "^29.5.14", |
74 | | - "@types/node": "^22.13.9", |
75 | | - "@typescript-eslint/eslint-plugin": "^8.26.0", |
76 | | - "@typescript-eslint/parser": "^8.26.0", |
77 | | - "babel-jest": "^29.7.0", |
78 | | - "commitizen": "^4.3.1", |
| 75 | + "@types/node": "^22.10.1", |
| 76 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 77 | + "@typescript-eslint/parser": "^6.0.0", |
| 78 | + "babel-jest": "^29.4.3", |
| 79 | + "commitizen": "^4.2.4", |
79 | 80 | "cross-env": "^7.0.3", |
80 | 81 | "cz-conventional-changelog": "^3.3.0", |
81 | | - "dotenv": "^16.4.7", |
82 | | - "eslint": "^9.21.0", |
83 | | - "eslint-config-airbnb": "^19.0.4", |
84 | | - "eslint-config-airbnb-base": "^15.0.0", |
85 | | - "eslint-config-prettier": "^10.0.2", |
86 | | - "eslint-import-resolver-typescript": "^3.8.3", |
87 | | - "eslint-plugin-import": "^2.31.0", |
88 | | - "eslint-plugin-jest": "^28.11.0", |
89 | | - "eslint-plugin-markdown": "^5.1.0", |
90 | | - "eslint-plugin-prettier": "^5.2.3", |
91 | | - "husky": "^9.1.7", |
| 82 | + "dotenv": "^16.0.3", |
| 83 | + "eslint": "^7.32.0", |
| 84 | + "eslint-config-airbnb": "^18.2.1", |
| 85 | + "eslint-config-airbnb-base": "^14.2.1", |
| 86 | + "eslint-config-prettier": "^8.3.0", |
| 87 | + "eslint-import-resolver-typescript": "^2.5.0", |
| 88 | + "eslint-plugin-import": "^2.24.2", |
| 89 | + "eslint-plugin-jest": "^27.2.1", |
| 90 | + "eslint-plugin-markdown": "^2.2.1", |
| 91 | + "eslint-plugin-prettier": "^4.0.0", |
| 92 | + "husky": "^7.0.2", |
92 | 93 | "jest": "^29.7.0", |
93 | | - "jest-junit": "^16.0.0", |
| 94 | + "jest-junit": "^15.0.0", |
94 | 95 | "jest-resolve": "^29.7.0", |
95 | | - "lerna": "8.2.1", |
96 | | - "lint-staged": "^15.4.3", |
97 | | - "live-server": "^1.2.2", |
98 | | - "markdownlint-cli": "^0.44.0", |
| 96 | + "lerna": "8.1.9", |
| 97 | + "lint-staged": "^11.1.2", |
| 98 | + "live-server": "^1.2.1", |
| 99 | + "markdownlint-cli": "^0.28.1", |
99 | 100 | "patch-package": "^8.0.0", |
100 | | - "prettier": "^3.5.3", |
101 | | - "serve": "^14.2.4", |
| 101 | + "prettier": "^2.4.1", |
| 102 | + "serve": "^12.0.1", |
102 | 103 | "shx": "^0.3.4", |
103 | | - "ts-jest": "^29.2.6", |
| 104 | + "ts-jest": "^29.2.5", |
104 | 105 | "ts-node": "^10.9.2", |
105 | 106 | "ts-node-dev": "2.0.0", |
106 | | - "tsc-alias": "^1.8.11", |
| 107 | + "tsc-alias": "^1.7.0", |
107 | 108 | "tsc-esm-fix": "^3.1.2", |
108 | 109 | "tsconfig-paths": "^4.2.0", |
109 | | - "typedoc": "^0.27.9", |
| 110 | + "typedoc": "^0.25.11", |
110 | 111 | "typedoc-monorepo-link-types": "^0.0.4", |
111 | | - "typescript": "^5.8.2" |
| 112 | + "typescript": "^5.7.2" |
112 | 113 | }, |
113 | 114 | "resolutions": { |
114 | 115 | "@solana/web3.js": "1.98.0", |
|
0 commit comments