@essex/babel-config
Advanced tools
Comparing version 20.1.21 to 20.1.22
{ | ||
"name": "@essex/babel-config", | ||
"version": "20.1.21", | ||
"version": "20.1.22", | ||
"license": "MIT", | ||
@@ -19,21 +19,21 @@ "author": "Chris Trevino <chtrevin@microsoft.com>", | ||
"dependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-proposal-optional-chaining": "^7.20.7", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.0", | ||
"babel-plugin-transform-typescript-metadata": "^0.3.2", | ||
"tslib": "^2.4.1" | ||
"tslib": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"@essex/tsconfig-node14": "^1.0.3", | ||
"@swc/cli": "^0.1.59", | ||
"@swc/core": "1.3.27", | ||
"@types/node": "^18.11.18", | ||
"rimraf": "^4.1.1", | ||
"typescript": "^4.9.4" | ||
"@essex/tsconfig-node14": "^2.0.0", | ||
"@swc/cli": "^0.1.62", | ||
"@swc/core": "1.3.42", | ||
"@types/node": "^18.15.7", | ||
"rimraf": "^4.4.1", | ||
"typescript": "^5.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
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
19684
Updated@babel/core@^7.21.3
Updatedtslib@^2.5.0