|
1 | 1 | { |
2 | 2 | "name": "@stellar/stellar-sdk", |
3 | | - "version": "14.0.0-rc.1", |
| 3 | + "version": "14.0.0-rc.2", |
4 | 4 | "description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.", |
5 | 5 | "keywords": [ |
6 | 6 | "stellar" |
|
145 | 145 | ] |
146 | 146 | }, |
147 | 147 | "devDependencies": { |
148 | | - "@babel/cli": "^7.26.4", |
149 | | - "@babel/core": "^7.26.10", |
| 148 | + "@babel/cli": "^7.28.0", |
| 149 | + "@babel/core": "^7.28.0", |
150 | 150 | "@babel/eslint-plugin": "^7.26.10", |
151 | | - "@babel/preset-env": "^7.26.9", |
| 151 | + "@babel/preset-env": "^7.28.0", |
152 | 152 | "@babel/preset-typescript": "^7.26.0", |
153 | 153 | "@babel/register": "^7.25.9", |
154 | 154 | "@definitelytyped/dtslint": "^0.2.29", |
|
158 | 158 | "@types/detect-node": "^2.0.0", |
159 | 159 | "@types/eventsource": "^1.1.12", |
160 | 160 | "@types/json-schema": "^7.0.15", |
161 | | - "@types/lodash": "^4.17.19", |
| 161 | + "@types/lodash": "^4.17.20", |
162 | 162 | "@types/mocha": "^10.0.9", |
163 | 163 | "@types/node": "^20.14.11", |
164 | 164 | "@types/randombytes": "^2.0.1", |
|
204 | 204 | "node-polyfill-webpack-plugin": "^3.0.0", |
205 | 205 | "null-loader": "^4.0.1", |
206 | 206 | "nyc": "^17.0.0", |
207 | | - "prettier": "^3.6.1", |
| 207 | + "prettier": "^3.6.2", |
208 | 208 | "randombytes": "^2.1.0", |
209 | 209 | "sinon": "^17.0.1", |
210 | 210 | "sinon-chai": "^3.7.0", |
211 | 211 | "taffydb": "^2.7.3", |
212 | 212 | "terser-webpack-plugin": "^5.3.14", |
213 | 213 | "ts-node": "^10.9.2", |
214 | 214 | "typescript": "5.6.3", |
215 | | - "webpack": "^5.98.0", |
| 215 | + "webpack": "^5.100.1", |
216 | 216 | "webpack-cli": "^5.0.1" |
217 | 217 | }, |
218 | 218 | "dependencies": { |
219 | 219 | "@stellar/stellar-base": "^14.0.0-rc.2", |
220 | 220 | "axios": "^1.8.4", |
221 | | - "bignumber.js": "^9.1.2", |
| 221 | + "bignumber.js": "^9.3.1", |
222 | 222 | "eventsource": "^2.0.2", |
223 | 223 | "feaxios": "^0.0.23", |
224 | 224 | "randombytes": "^2.1.0", |
|
0 commit comments