mirror of https://github.com/waku-org/js-waku.git
Upgrade node types
This commit is contained in:
parent
0425821ea3
commit
b3bb363a50
|
@ -12,7 +12,6 @@
|
|||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"eth-crypto": "^1.9.0",
|
||||
|
@ -27,6 +26,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ethersproject/shims": "^5.3.0",
|
||||
"@types/node": "^14.17.3",
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
},
|
||||
|
@ -3929,9 +3929,9 @@
|
|||
"integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA=="
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "12.20.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.15.tgz",
|
||||
"integrity": "sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg=="
|
||||
"version": "14.17.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz",
|
||||
"integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw=="
|
||||
},
|
||||
"node_modules/@types/normalize-package-data": {
|
||||
"version": "2.4.0",
|
||||
|
@ -26017,9 +26017,9 @@
|
|||
"integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA=="
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "12.20.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.15.tgz",
|
||||
"integrity": "sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg=="
|
||||
"version": "14.17.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz",
|
||||
"integrity": "sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw=="
|
||||
},
|
||||
"@types/normalize-package-data": {
|
||||
"version": "2.4.0",
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"eth-crypto": "^1.9.0",
|
||||
|
@ -55,6 +54,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@ethersproject/shims": "^5.3.0",
|
||||
"@types/node": "^14.17.3",
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue