-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(devDeps): [email protected]>7.25.9
- replaces previous usage of unpatched @babel/runtime with consistent usage of patched version
- Loading branch information
Showing
5 changed files
with
816 additions
and
878 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/lib/index.js b/lib/index.js | ||
index 55b58e10eef589ff80ae33ebd1f1efe488b01153..e919c190d33ab9563f1364667fb4f5894bb6435d 100644 | ||
--- a/lib/index.js | ||
+++ b/lib/index.js | ||
@@ -211,7 +211,6 @@ var _transform = require("./transform.js"); | ||
var _transformFile = require("./transform-file.js"); | ||
var _transformAst = require("./transform-ast.js"); | ||
var _parse = require("./parse.js"); | ||
-var thisFile = require("./index.js"); | ||
; | ||
const version = exports.version = "7.25.9"; | ||
const resolvePlugin = (name, dirname) => resolvers.resolvePlugin(name, dirname, false).filepath; |
6 changes: 3 additions & 3 deletions
6
...babel-runtime-npm-7.24.0-7eb1dd11a2.patch → ...babel-runtime-npm-7.25.9-fe8c62510a.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.