@modern-js/babel-plugin-module-resolver
Advanced tools
Comparing version 0.0.0-next-1690354890697 to 0.0.0-next-1690363886836
# @modern-js/babel-plugin-module-resolver | ||
## 0.0.0-next-1690354890697 | ||
### Patch Changes | ||
- ba9387fd09: chore(plugin-module-resolver): remove unused dependencies | ||
chore(plugin-module-resolver): 移除未使用的依赖 | ||
## 0.0.0-next-1690363886836 |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.0.0-next-1690354890697", | ||
"version": "0.0.0-next-1690363886836", | ||
"jsnext:source": "./src/index.js", | ||
@@ -42,9 +42,19 @@ "types": "./dist/types/index.d.ts", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-modules-commonjs": "^7.20.11", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-env": "^7.20.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^29.3.1", | ||
"common-tags": "^1.8.2", | ||
"eslint": "^6.7.2", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"husky": "^4.3.6", | ||
"jest": "^29.3.1", | ||
"@scripts/jest-config": "0.0.0-next-1690354890697" | ||
"lint-staged": "^10.5.3", | ||
"prettier-eslint-cli": "^5.0.0", | ||
"standard-version": "^9.0.0" | ||
}, | ||
@@ -51,0 +61,0 @@ "sideEffects": false, |
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
43961
17