Skip to content

Commit

Permalink
0.18.13 (#2769)
Browse files Browse the repository at this point in the history
* 0.18.13

* Bump other deps
  • Loading branch information
jacogr authored Jan 8, 2023
1 parent 7c61b60 commit 33ca9d9
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 176 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.18.13 Jan 8, 2023

Contributed:

- Too many URLs to mention

Changes:

- Update to `@polkadot/util` 10.2.3


## 0.18.12 Dec 4, 2022

Contributed:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.18.13-104-x",
"version": "0.18.13",
"versions": {
"git": "0.18.13-104-x",
"npm": "0.18.12"
Expand All @@ -38,9 +38,9 @@
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@polkadot/dev": "^0.67.175",
"@types/jest": "^29.2.4"
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.67.177",
"@types/jest": "^29.2.5"
},
"resolutions": {
"typescript": "^4.9.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.18.13-104-x",
"version": "0.18.13",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-fetch": "^10.2.1"
"@babel/runtime": "^7.20.7",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/x-fetch": "^10.2.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
Expand Down
Loading

0 comments on commit 33ca9d9

Please sign in to comment.