File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66
77## [ Unreleased]
88
9+ ## [ 2.27.2] - 2023-01-11
10+
911### Fixed
1012- [ ` no-duplicates ` ] : do not unconditionally require ` typescript ` ([ #2665 ] )
1113
@@ -1483,7 +1485,8 @@ for info on changes for earlier releases.
14831485[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
14841486[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
14851487
1486- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...HEAD
1488+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...HEAD
1489+ [ 2.27.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2
14871490[ 2.27.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.27.0...v2.27.1
14881491[ 2.27.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.26.0...v2.27.0
14891492[ 2.26.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.27.1 " ,
3+ "version" : " 2.27.2 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
103103 "dependencies" : {
104104 "array-includes" : " ^3.1.6" ,
105105 "array.prototype.flat" : " ^1.3.1" ,
106- "array.prototype.flatmap" : " ^1.3.0" ,
106+ "array.prototype.flatmap" : " ^1.3.0" ,
107107 "debug" : " ^3.2.7" ,
108108 "doctrine" : " ^2.1.0" ,
109109 "eslint-import-resolver-node" : " ^0.3.7" ,
You can’t perform that action at this time.
0 commit comments