Bump deps (#348)

* Bump deps

* add jsdom env
This commit is contained in:
Jaco
2021-05-29 10:40:47 +03:00
committed by GitHub
parent a7836b9e11
commit f48c832c3b
4 changed files with 916 additions and 990 deletions
+1
View File
@@ -10,5 +10,6 @@ module.exports = {
'<rootDir>/build',
'<rootDir>/packages/phishing/build'
],
testEnvironment: 'jsdom',
transformIgnorePatterns: ['/node_modules/(?!@polkadot|@babel/runtime/helpers/esm/)']
};
+1 -1
View File
@@ -23,7 +23,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@polkadot/dev": "^0.62.16",
"@polkadot/dev": "^0.62.20",
"@types/jest": "^26.0.23"
},
"version": "0.6.159",
+3 -3
View File
@@ -14,9 +14,9 @@
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/util": "^6.5.1",
"@polkadot/util-crypto": "^6.5.1",
"@polkadot/x-fetch": "^6.5.1"
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/x-fetch": "^6.6.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
+911 -986
View File
File diff suppressed because it is too large Load Diff