mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						 Anders Kaseorg
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							55a23754c3
						
					
				
				
					commit
					5c53c44ee5
				
			| @@ -86,7 +86,7 @@ | |||||||
|     "@types/webpack-dev-server": "^3.1.6", |     "@types/webpack-dev-server": "^3.1.6", | ||||||
|     "@typescript-eslint/eslint-plugin": "^3.1.0", |     "@typescript-eslint/eslint-plugin": "^3.1.0", | ||||||
|     "@typescript-eslint/parser": "^3.1.0", |     "@typescript-eslint/parser": "^3.1.0", | ||||||
|     "babel-plugin-rewire-ts": "^1.3.3", |     "babel-plugin-rewire-ts": "^1.4.0", | ||||||
|     "difflib": "^0.2.4", |     "difflib": "^0.2.4", | ||||||
|     "eslint": "^7.2.0", |     "eslint": "^7.2.0", | ||||||
|     "eslint-config-prettier": "^6.11.0", |     "eslint-config-prettier": "^6.11.0", | ||||||
|   | |||||||
| @@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 32 | |||||||
| #   historical commits sharing the same major version, in which case a | #   historical commits sharing the same major version, in which case a | ||||||
| #   minor version bump suffices. | #   minor version bump suffices. | ||||||
|  |  | ||||||
| PROVISION_VERSION = '101.1' | PROVISION_VERSION = '101.2' | ||||||
|   | |||||||
| @@ -2127,10 +2127,10 @@ babel-plugin-dynamic-import-node@^2.3.3: | |||||||
|   dependencies: |   dependencies: | ||||||
|     object.assign "^4.1.0" |     object.assign "^4.1.0" | ||||||
|  |  | ||||||
| babel-plugin-rewire-ts@^1.3.3: | babel-plugin-rewire-ts@^1.4.0: | ||||||
|   version "1.3.4" |   version "1.4.0" | ||||||
|   resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.3.4.tgz#d3007a7d9c96fc9d2d5818f395c25bf2504f531f" |   resolved "https://registry.yarnpkg.com/babel-plugin-rewire-ts/-/babel-plugin-rewire-ts-1.4.0.tgz#6c814d5aa3ef3d8c0d0c7a27891877fb28930e5b" | ||||||
|   integrity sha512-7uB9HFnuuXQhxU7nQJqHvBlZxpMMItD3fxR+C9D29ou8PblZz6iXST0v7nyPZkVYme0gFYch4iYLj/DPTm18zw== |   integrity sha512-XVyyWMIx1fNSG42vbUaAro1LANLs/fBW6KurYaeoVjS2U8zLCaow7LKll6zjs1cwcqcbZK2v59zVouPs+JAqxw== | ||||||
|  |  | ||||||
| babel-runtime@^6.26.0: | babel-runtime@^6.26.0: | ||||||
|   version "6.26.0" |   version "6.26.0" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user