Skip to content

Commit

Permalink
Upgrade depenencies to their latest minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jul 11, 2023
1 parent a187af4 commit 93e4908
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 399 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:prod": "cross-env NODE_ENV=production yarn _build",
"build:node": "yarn _babel && yarn build:ts",
"build:ts": "tsc -p ./config/tsconfig.json",
"build:browser": "webpack --stats-modules-space 999 -c config/webpack.config.browser.js",
"build:browser": "webpack -c config/webpack.config.browser.js",
"build:docs": "cross-env NODE_ENV=docs yarn _babel",
"clean": "rm -rf lib/ dist/ coverage/ .nyc_output/ jsdoc/",
"docs": "yarn build:docs && jsdoc -c ./config/.jsdoc.json --verbose",
Expand Down Expand Up @@ -76,32 +76,32 @@
]
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.12.0",
"@babel/eslint-parser": "^7.21.3",
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@babel/eslint-plugin": "^7.19.1",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.21.0",
"@definitelytyped/dtslint": "^0.0.162",
"@definitelytyped/dtslint": "^0.0.163",
"@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": "^20.2.3",
"@types/node": "^20.4.1",
"@types/randombytes": "^2.0.0",
"@types/urijs": "^1.19.6",
"@typescript-eslint/parser": "^5.59.7",
"axios-mock-adapter": "^1.21.4",
"babel-loader": "^9.1.2",
"axios-mock-adapter": "^1.21.5",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"buffer": "^6.0.3",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.2",
Expand All @@ -115,35 +115,35 @@
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.0",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.3",
"lodash": "^4.17.21",
"minami": "^1.1.1",
"mocha": "^10.2.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nyc": "^15.1.0",
"prettier": "^2.8.7",
"randombytes": "^2.1.0",
"sinon": "^15.1.0",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"taffydb": "^2.7.3",
"terser-webpack-plugin": "^5.3.9",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"utility-types": "^3.7.0",
"webpack": "^5.83.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"eventsource": "^2.0.2",
"randombytes": "^2.1.0",
"stellar-base": "^v9.0.0",
"stellar-base": "9.0.0",
"toml": "^3.0.0",
"urijs": "^1.19.1"
}
Expand Down
Loading

0 comments on commit 93e4908

Please sign in to comment.