@talend/babel-plugin-import-from-index
Advanced tools
Comparing version 1.7.1 to 1.8.0
# @talend/babel-plugin-import-from-index | ||
## 1.8.0 | ||
### Minor Changes | ||
- c3750a1: chore: upgrade dependencies | ||
Major upgrade for all packages that have a peerDependency on react or react-dom. Those packages now ask for react@18 and react-dom@18. | ||
## 1.7.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@talend/babel-plugin-import-from-index", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "Transform default imports from specific path to named import from index", | ||
@@ -21,8 +21,8 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"semver": "^7.6.0" | ||
"semver": "^7.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/core": "^7.24.7", | ||
"@babel/eslint-parser": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"babel-jest": "^29.7.0", | ||
@@ -29,0 +29,0 @@ "babel-plugin-tester": "^10.1.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
11866
Updatedsemver@^7.6.2