@babel/plugin-proposal-decorators
Advanced tools
Comparing version 7.20.13 to 7.21.0
@@ -11,3 +11,3 @@ "use strict"; | ||
var _transformerLegacy = require("./transformer-legacy"); | ||
var _transformer = require("./transformer-2022-03"); | ||
var _transformer = require("./transformer-2023-01"); | ||
var _default = (0, _helperPluginUtils.declare)((api, options) => { | ||
@@ -29,3 +29,3 @@ api.assertVersion(7); | ||
}; | ||
} else if (version === "2021-12" || version === "2022-03") { | ||
} else if (version === "2021-12" || version === "2022-03" || version === "2023-01") { | ||
return (0, _transformer.default)(api, options, version); | ||
@@ -32,0 +32,0 @@ } else { |
{ | ||
"name": "@babel/plugin-proposal-decorators", | ||
"version": "7.20.13", | ||
"version": "7.21.0", | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
@@ -23,7 +23,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.20.12", | ||
"@babel/helper-create-class-features-plugin": "^7.21.0", | ||
"@babel/helper-plugin-utils": "^7.20.2", | ||
"@babel/helper-replace-supers": "^7.20.7", | ||
"@babel/helper-split-export-declaration": "^7.18.6", | ||
"@babel/plugin-syntax-decorators": "^7.19.0" | ||
"@babel/plugin-syntax-decorators": "^7.21.0" | ||
}, | ||
@@ -34,5 +34,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/core": "^7.21.0", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/traverse": "^7.20.13", | ||
"@babel/traverse": "^7.21.0", | ||
"@types/charcodes": "^0.2.0", | ||
@@ -39,0 +39,0 @@ "array.prototype.concat": "^1.0.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127662
795
1