Skip to content

Commit

Permalink
[Issue-133] Bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Oct 10, 2023
1 parent 0e4c51a commit 64c5b94
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 161 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,27 @@
"test:one": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --detectOpenHandles --forceExit"
},
"dependencies": {
"eventemitter3": "^4.0.7"
"eventemitter3": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@json2csv/plainjs": "^6.1.3",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.1",
"@json2csv/plainjs": "^7.0.3",
"@polkadot/dev": "^0.67.167",
"@types/jest": "^29.2.4",
"@types/jest": "^29.5.5",
"axios": "^1.5.1",
"bignumber.js": "^9.1.1",
"bignumber.js": "^9.1.2",
"copyfiles": "^2.4.1",
"gh-pages": "^5.0.0",
"gh-pages": "^6.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"patch-package": "^6.4.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
},
"resolutions": {
"@polkadot/util": "^10.2.1",
"@polkadot/util": "^12.5.1",
"typescript": "^4.7.4"
}
}
4 changes: 2 additions & 2 deletions packages/chain-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "index.js",
"dependencies": {
"@polkadot/dev": "0.67.167",
"@polkadot/util": "^10.2.1",
"eventemitter3": "^4.0.7"
"@polkadot/util": "^12.5.1",
"eventemitter3": "^5.0.1"
}
}
Loading

0 comments on commit 64c5b94

Please sign in to comment.