dependencies: Upgrade babel-plugin-rewire-ts to v1.4.0.

This version keeps the internal and external state of the ES6 module
in sync so its state is similar to a CommonJS module.  Since we don't
need to ask rewire for the internal state of the module, the tests
will be same as they were before the TS/ES6/remove from window
migrations.
This commit is contained in:
Priyank Patel
2020-08-03 18:51:29 +00:00
committed by Anders Kaseorg
parent 55a23754c3
commit 5c53c44ee5
3 changed files with 6 additions and 6 deletions

View File

@@ -2127,10 +2127,10 @@ babel-plugin-dynamic-import-node@^2.3.3:
dependencies:
object.assign "^4.1.0"
babel-plugin-rewire-ts@^1.3.3:
version "1.3.4"
resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.3.4.tgz#d3007a7d9c96fc9d2d5818f395c25bf2504f531f"
integrity sha512-7uB9HFnuuXQhxU7nQJqHvBlZxpMMItD3fxR+C9D29ou8PblZz6iXST0v7nyPZkVYme0gFYch4iYLj/DPTm18zw==
babel-plugin-rewire-ts@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.4.0.tgz#6c814d5aa3ef3d8c0d0c7a27891877fb28930e5b"
integrity sha512-XVyyWMIx1fNSG42vbUaAro1LANLs/fBW6KurYaeoVjS2U8zLCaow7LKll6zjs1cwcqcbZK2v59zVouPs+JAqxw==
babel-runtime@^6.26.0:
version "6.26.0"