@newsteam/babel-preset
Advanced tools
Comparing version 0.0.56 to 0.0.57
{ | ||
"name": "@newsteam/babel-preset", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "Shared preset for babel", | ||
@@ -46,10 +46,10 @@ "main": "./lib/cjs/index.js", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-decorators": "7.20.13", | ||
"@babel/plugin-proposal-decorators": "7.21.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.20.7", | ||
"@babel/plugin-proposal-private-methods": "^7.18.6", | ||
"@babel/plugin-transform-named-capturing-groups-regex": "7.20.5", | ||
"@babel/plugin-transform-typescript": "7.20.13", | ||
"@babel/plugin-transform-typescript": "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", | ||
"@loadable/babel-plugin": "5.15.3", | ||
@@ -64,7 +64,7 @@ "babel-plugin-add-module-exports": "1.0.4", | ||
"devDependencies": { | ||
"@babel/cli": "7.20.7", | ||
"@babel/core": "7.20.12", | ||
"@babel/cli": "7.21.0", | ||
"@babel/core": "7.21.0", | ||
"@newsteam/jasmine": "0.0.43", | ||
"@types/babel__core": "7.20.0", | ||
"@types/node": "18.11.19", | ||
"@types/node": "18.14.2", | ||
"jasmine": "4.5.0", | ||
@@ -74,4 +74,4 @@ "renamer": "4.0.0" | ||
"peerDependencies": { | ||
"@babel/core": "7.20.12" | ||
"@babel/core": "7.21.0" | ||
} | ||
} |
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
11288
+ Added@babel/core@7.21.0(transitive)
+ Added@babel/plugin-proposal-decorators@7.21.0(transitive)
+ Added@babel/plugin-transform-typescript@7.21.0(transitive)
+ Added@babel/preset-typescript@7.21.0(transitive)
- Removed@babel/core@7.20.12(transitive)
- Removed@babel/plugin-proposal-decorators@7.20.13(transitive)
- Removed@babel/plugin-transform-typescript@7.20.13(transitive)
- Removed@babel/preset-typescript@7.18.6(transitive)