|
1 | 1 | {
|
2 | 2 | "name": "@stellar/stellar-base",
|
3 |
| - "version": "12.0.0-rc.1", |
| 3 | + "version": "12.0.0", |
4 | 4 | "description": "Low-level support library for the Stellar network.",
|
5 | 5 | "main": "./lib/index.js",
|
6 | 6 | "browser": {
|
|
70 | 70 | },
|
71 | 71 | "homepage": "https://github.com/stellar/js-stellar-base",
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/cli": "^7.24.5", |
74 |
| - "@babel/core": "^7.24.5", |
75 |
| - "@babel/eslint-parser": "^7.24.5", |
76 |
| - "@babel/eslint-plugin": "^7.24.5", |
77 |
| - "@babel/preset-env": "^7.24.5", |
78 |
| - "@babel/register": "^7.23.7", |
| 73 | + "@babel/cli": "^7.24.6", |
| 74 | + "@babel/core": "^7.24.6", |
| 75 | + "@babel/eslint-parser": "^7.24.6", |
| 76 | + "@babel/eslint-plugin": "^7.24.6", |
| 77 | + "@babel/preset-env": "^7.24.6", |
| 78 | + "@babel/register": "^7.24.6", |
79 | 79 | "@definitelytyped/dtslint": "^0.0.182",
|
80 | 80 | "@istanbuljs/nyc-config-babel": "3.0.0",
|
81 |
| - "@types/node": "^20.12.12", |
| 81 | + "@types/node": "^20.12.13", |
82 | 82 | "@typescript-eslint/parser": "^6.20.0",
|
83 | 83 | "babel-loader": "^9.1.3",
|
84 | 84 | "babel-plugin-istanbul": "^6.1.1",
|
|
92 | 92 | "eslint-plugin-node": "^11.1.0",
|
93 | 93 | "eslint-plugin-prefer-import": "^0.0.1",
|
94 | 94 | "eslint-plugin-prettier": "^5.1.3",
|
95 |
| - "eslint-webpack-plugin": "^4.1.0", |
| 95 | + "eslint-webpack-plugin": "^4.2.0", |
96 | 96 | "ghooks": "^2.0.4",
|
97 | 97 | "husky": "^8.0.3",
|
98 | 98 | "jsdoc": "^4.0.3",
|
|
103 | 103 | "karma-mocha": "^2.0.0",
|
104 | 104 | "karma-sinon-chai": "^2.0.2",
|
105 | 105 | "karma-webpack": "^5.0.1",
|
106 |
| - "lint-staged": "^15.2.2", |
| 106 | + "lint-staged": "^15.2.5", |
107 | 107 | "minami": "^1.1.1",
|
108 | 108 | "mocha": "^10.4.0",
|
109 | 109 | "node-polyfill-webpack-plugin": "^3.0.0",
|
|
0 commit comments