Skip to content

Commit

Permalink
pgrade stellar-base and compatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 11, 2023
1 parent ac423e3 commit 222aee0
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 889 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,35 +76,35 @@
]
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.21.0",
"@definitelytyped/dtslint": "^0.0.165",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/register": "^7.22.15",
"@definitelytyped/dtslint": "^0.0.177",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@stellar/tsconfig": "^1.0.2",
"@types/detect-node": "^2.0.0",
"@types/eventsource": "^1.1.2",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/randombytes": "^2.0.0",
"@types/urijs": "^1.19.6",
"@types/urijs": "^1.19.20",
"@typescript-eslint/parser": "^5.59.7",
"axios-mock-adapter": "^1.21.5",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"buffer": "^6.0.3",
"chai": "^4.3.7",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-import": "^0.0.1",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -120,7 +120,7 @@
"karma-mocha": "^2.0.0",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"minami": "^1.1.1",
"mocha": "^10.2.0",
Expand All @@ -133,17 +133,17 @@
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"utility-types": "^3.7.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"axios": "^1.5.0",
"bignumber.js": "^9.1.2",
"eventsource": "^2.0.2",
"randombytes": "^2.1.0",
"stellar-base": "^10.0.0-soroban.7",
"stellar-base": "^10.0.0-soroban.8",
"toml": "^3.0.0",
"urijs": "^1.19.1"
}
Expand Down
Loading

0 comments on commit 222aee0

Please sign in to comment.