Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jul 28, 2023
1 parent 9636930 commit ff19411
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 101 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "10.0.0-beta.0",
"version": "10.0.0-soroban.5",
"description": "Low-level support library for the Stellar network.",
"main": "./lib/index.js",
"browser": {
Expand Down Expand Up @@ -78,19 +78,19 @@
"@babel/register": "^7.21.0",
"@definitelytyped/dtslint": "^0.0.163",
"@istanbuljs/nyc-config-babel": "3.0.0",
"@types/node": "^20.4.2",
"@typescript-eslint/parser": "^5.61.0",
"@types/node": "^20.4.5",
"@typescript-eslint/parser": "^6.2.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-import": "^0.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-webpack-plugin": "^4.0.0",
"ghooks": "^2.0.4",
"husky": "^8.0.3",
Expand All @@ -107,7 +107,7 @@
"mocha": "^10.2.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"randombytes": "^2.1.0",
"sinon": "^15.0.3",
"sinon-chai": "^3.7.0",
Expand Down
Loading

0 comments on commit ff19411

Please sign in to comment.