update telepath-unpack to 0.0.2 to fix module imports

pull/6931/head
Matt Westcott 2021-02-11 13:41:31 +00:00
rodzic f2ddbe74fd
commit 30fee96d37
2 zmienionych plików z 4 dodań i 4 usunięć

6
package-lock.json wygenerowano
Wyświetl plik

@ -14740,9 +14740,9 @@
"dev": true
},
"telepath-unpack": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/telepath-unpack/-/telepath-unpack-0.0.1.tgz",
"integrity": "sha512-1Fgeo+sb8xfFsjyvF1Z3zjaObifMr+irrgFD7XYrBpeSfHidoVceae0lIkLqPg3qjpzaTG/KNMkGa6QNRzIiJw=="
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/telepath-unpack/-/telepath-unpack-0.0.2.tgz",
"integrity": "sha512-rdp3R9Eae9KaLNJnd5JzTVQCF5pebI7n1FEBlja+61SCafA5CpyyOAWstT4TbH9as7XpLPkLdVs24o9T+9x0EA=="
},
"terminal-link": {
"version": "2.1.1",

Wyświetl plik

@ -99,7 +99,7 @@
"react-transition-group": "^1.1.3",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"telepath-unpack": "0.0.1",
"telepath-unpack": "^0.0.2",
"whatwg-fetch": "^2.0.3"
},
"scripts": {