@trivago/prettier-plugin-sort-imports
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -5,2 +5,7 @@ ## Changelog | ||
--- | ||
### v3.3.0 | ||
#### Chores | ||
- Update babel version [#134](https://github.com/trivago/prettier-plugin-sort-imports/pull/147) by [marvinroger](https://github.com/marvinroger) | ||
- Fix typo in Migration docs [#158](https://github.com/trivago/prettier-plugin-sort-imports/pull/158) by [raineorshine](https://github.com/raineorshine) | ||
### v3.2.0 | ||
@@ -7,0 +12,0 @@ #### New features |
{ | ||
"name": "@trivago/prettier-plugin-sort-imports", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "A prettier plugins to sort imports in provided RegEx order", | ||
@@ -35,7 +35,7 @@ "main": "lib/src/index.js", | ||
"dependencies": { | ||
"@babel/core": "7.13.10", | ||
"@babel/generator": "7.13.9", | ||
"@babel/parser": "7.14.6", | ||
"@babel/traverse": "7.13.0", | ||
"@babel/types": "7.13.0", | ||
"@babel/core": "7.17.8", | ||
"@babel/generator": "7.17.7", | ||
"@babel/parser": "7.17.8", | ||
"@babel/traverse": "7.17.3", | ||
"@babel/types": "7.17.0", | ||
"javascript-natural-sort": "0.7.1", | ||
@@ -42,0 +42,0 @@ "lodash": "4.17.21" |
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
79026
31
1424
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/core@7.17.8(transitive)
+ Added@babel/generator@7.17.7(transitive)
+ Added@babel/helper-environment-visitor@7.24.7(transitive)
+ Added@babel/helper-hoist-variables@7.24.7(transitive)
+ Added@babel/parser@7.17.8(transitive)
+ Added@babel/traverse@7.17.3(transitive)
+ Added@babel/types@7.17.0(transitive)
- Removed@babel/core@7.13.10(transitive)
- Removed@babel/generator@7.13.9(transitive)
- Removed@babel/parser@7.14.6(transitive)
- Removed@babel/traverse@7.13.0(transitive)
- Removed@babel/types@7.13.0(transitive)
Updated@babel/core@7.17.8
Updated@babel/generator@7.17.7
Updated@babel/parser@7.17.8
Updated@babel/traverse@7.17.3
Updated@babel/types@7.17.0