@babel/plugin-proposal-class-properties
Advanced tools
Comparing version
@@ -16,2 +16,3 @@ "use strict"; | ||
name: "proposal-class-properties", | ||
api, | ||
feature: _helperCreateClassFeaturesPlugin.FEATURES.fields, | ||
@@ -18,0 +19,0 @@ loose: options.loose, |
{ | ||
"name": "@babel/plugin-proposal-class-properties", | ||
"version": "7.12.13", | ||
"version": "7.18.6", | ||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
}, | ||
"main": "lib/index.js", | ||
"main": "./lib/index.js", | ||
"keywords": [ | ||
@@ -21,4 +21,4 @@ "babel-plugin" | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.12.13", | ||
"@babel/helper-plugin-utils": "^7.12.13" | ||
"@babel/helper-create-class-features-plugin": "^7.18.6", | ||
"@babel/helper-plugin-utils": "^7.18.6" | ||
}, | ||
@@ -29,5 +29,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.12.13", | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
} | ||
"@babel/core": "^7.18.6", | ||
"@babel/helper-plugin-test-runner": "^7.18.6" | ||
}, | ||
"engines": { | ||
"node": ">=6.9.0" | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "commonjs" | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
3338
3.96%19
5.56%1
-50%