Skip to content

Commit

Permalink
bump dependencies (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit authored Dec 22, 2023
1 parent f01ad1c commit fe2238c
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 835 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"sinon": "^15.2.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"files": [
"dist"
Expand Down
16 changes: 8 additions & 8 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
],
"private": true,
"dependencies": {
"@polkadot/api": "10.10.1",
"@polkadot/types": "10.10.1",
"@polkadot/types-codec": "10.10.1",
"@polkadot/util": "12.5.1",
"@substrate/txwrapper-core": "7.1.1",
"@substrate/txwrapper-polkadot": "7.1.1",
"@polkadot/api": "10.11.2",
"@polkadot/types": "10.11.2",
"@polkadot/types-codec": "10.11.2",
"@polkadot/util": "12.6.2",
"@substrate/txwrapper-core": "7.2.0",
"@substrate/txwrapper-polkadot": "7.2.0",
"body-parser": "1.20.2",
"camelcase": "6.3.0",
"commander": "^11.0.0",
Expand Down Expand Up @@ -56,8 +56,8 @@
"eslint-plugin-import": "^2.27.5",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"eslintConfig": {
"env": {
Expand Down
4 changes: 2 additions & 2 deletions util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"dependencies": {
"@polkadot/api": "10.9.1",
"@polkadot/api": "10.11.2",
"commander": "^11.0.0",
"node-fetch": "2"
},
Expand Down
Loading

0 comments on commit fe2238c

Please sign in to comment.