Skip to content

Commit

Permalink
fix and update dependencies in simple rest signature provider
Browse files Browse the repository at this point in the history
Signed-off-by: ochikov <ognyan@limechain.tech>
  • Loading branch information
ochikov committed Sep 13, 2023
1 parent 99cd36a commit 4fff6da
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 499 deletions.
44 changes: 22 additions & 22 deletions examples/simple_rest_signature_provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,37 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/register": "^7.17.7",
"@hashgraph/sdk": "link:..",
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.13",
"@types/long": "^4.0.1",
"@types/node": "^18.11.18",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/register": "^7.22.15",
"@hashgraph/sdk": "link:../..",
"@types/crypto-js": "^4.1.2",
"@types/express": "^4.17.17",
"@types/long": "^4.0.2",
"@types/node": "^18.17.15",
"@types/utf8": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^0.26.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-rewrite": "^0.2.0",
"dotenv": "^14.3.2",
"eslint": "^8.13.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.49.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-mocha": "^10.0.4",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"express": "^4.17.3",
"express": "^4.18.2",
"mocha": "^9.2.2",
"prettier": "^2.6.2",
"typedoc": "^0.22.15",
"typescript": "^4.6.3",
"vite": "^2.8.6"
"prettier": "^2.8.8",
"typedoc": "^0.22.18",
"typescript": "^4.9.5",
"vite": "^2.9.16"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
Expand Down
Loading

0 comments on commit 4fff6da

Please sign in to comment.