Bump deps (#918)

* Bump deps

* packageInfo
This commit is contained in:
Jaco
2022-01-09 08:10:11 +01:00
committed by GitHub
parent 5c345546d2
commit 5f006ccc8c
6 changed files with 131 additions and 118 deletions
+4 -4
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.7.36",
"version": "0.8.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7",
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"@polkadot/x-fetch": "^8.2.2"
"@polkadot/util": "^8.3.1",
"@polkadot/util-crypto": "^8.3.1",
"@polkadot/x-fetch": "^8.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
+1 -1
View File
@@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, packageInfo.path, others);
detectPackage(packageInfo, null, others);
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.7.36' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.0' };