@foxford/babel-preset-react-app
Advanced tools
Comparing version 1.5.3 to 1.6.0-beta-2beb053-20240826
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
'use strict'; | ||
@@ -10,0 +9,0 @@ const path = require('path'); |
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
'use strict'; | ||
@@ -10,0 +9,0 @@ const path = require('path'); |
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
'use strict'; | ||
@@ -10,0 +9,0 @@ const create = require('./create'); |
@@ -7,4 +7,2 @@ /** | ||
*/ | ||
'use strict'; | ||
const create = require('./create'); | ||
@@ -11,0 +9,0 @@ |
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
'use strict'; | ||
@@ -10,0 +9,0 @@ const create = require('./create'); |
{ | ||
"name": "@foxford/babel-preset-react-app", | ||
"version": "1.5.3", | ||
"version": "1.6.0-beta-2beb053-20240826", | ||
"description": "Preset babel for foxford js apps", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint --ext .jsx,.js ./", | ||
"lint": "eslint --ext .jsx,.js,.mjs ./", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -30,3 +30,3 @@ }, | ||
], | ||
"peerDependencies": { | ||
"dependencies": { | ||
"@babel/core": "7.25.2", | ||
@@ -37,7 +37,7 @@ "@babel/plugin-proposal-decorators": "7.24.7", | ||
"@babel/plugin-transform-react-display-name": "7.24.7", | ||
"@babel/plugin-transform-runtime": "7.24.7", | ||
"@babel/preset-env": "7.25.3", | ||
"@babel/plugin-transform-runtime": "7.25.4", | ||
"@babel/preset-env": "7.25.4", | ||
"@babel/preset-react": "7.24.7", | ||
"@babel/preset-typescript": "7.24.7", | ||
"@babel/runtime": "7.25.0", | ||
"@babel/runtime": "7.25.4", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24" | ||
@@ -50,3 +50,3 @@ }, | ||
"prettier": "2.8.8", | ||
"zx": "7.2.0" | ||
"zx": "8.1.4" | ||
}, | ||
@@ -56,1 +56,2 @@ "type": "commonjs", | ||
} | ||
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
17782
333
1
3
+ Added@babel/core@7.25.2
+ Added@babel/preset-env@7.25.4
+ Added@babel/preset-react@7.24.7
+ Added@babel/runtime@7.25.4
+ Addedbabel-plugin-transform-react-remove-prop-types@0.4.24
+ Added@babel/plugin-transform-runtime@7.25.4(transitive)
+ Added@babel/preset-env@7.25.4(transitive)
+ Added@babel/runtime@7.25.4(transitive)
- Removed@babel/plugin-transform-runtime@7.24.7(transitive)
- Removed@babel/preset-env@7.25.3(transitive)
- Removed@babel/runtime@7.25.0(transitive)