Skip to content

Commit

Permalink
Upgrade all dependencies to latest versions. (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed May 22, 2023
1 parent 3c683b8 commit 223cbc2
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 90 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.21.0",
"@definitelytyped/dtslint": "^0.0.159",
"@definitelytyped/dtslint": "^0.0.162",
"@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.192",
"@types/node": "^18.15.11",
"@types/node": "^20.2.3",
"@types/randombytes": "^2.0.0",
"@types/urijs": "^1.19.6",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/parser": "^5.59.7",
"axios-mock-adapter": "^1.21.4",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
Expand All @@ -99,7 +99,7 @@
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.2",
Expand All @@ -126,24 +126,24 @@
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"randombytes": "^2.1.0",
"sinon": "^15.0.3",
"sinon": "^15.1.0",
"sinon-chai": "^3.7.0",
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.7",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.77.0",
"utility-types": "^3.7.0",
"webpack": "^5.83.1",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"axios": "1.3.6",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"detect-node": "^2.0.4",
"eventsource": "^2.0.2",
"randombytes": "^2.1.0",
"stellar-base": "v9.0.0-beta.2",
"toml": "^3.0.0",
"urijs": "^1.19.1",
"utility-types": "^3.7.0"
"urijs": "^1.19.1"
}
}
Loading

0 comments on commit 223cbc2

Please sign in to comment.