File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
5
5
6
6
## Unreleased
7
+ - [ refactor] switch to a maintained array.prototype.find package
7
8
8
9
## 0.13.4 - 2023-08-08
9
10
- [ fix] restore node 6 compatibility
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const findRoot = require('find-root');
4
4
const path = require ( 'path' ) ;
5
5
const get = require ( 'lodash/get' ) ;
6
6
const isEqual = require ( 'lodash/isEqual' ) ;
7
- const find = require ( 'array- find' ) ;
7
+ const find = require ( 'array.prototype. find' ) ;
8
8
const interpret = require ( 'interpret' ) ;
9
9
const fs = require ( 'fs' ) ;
10
10
const isCore = require ( 'is-core-module' ) ;
Original file line number Diff line number Diff line change 30
30
},
31
31
"homepage" : " https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack" ,
32
32
"dependencies" : {
33
- "array- find" : " ^1.0.0 " ,
33
+ "array.prototype. find" : " ^2.2.1 " ,
34
34
"debug" : " ^3.2.7" ,
35
35
"enhanced-resolve" : " ^0.9.1" ,
36
36
"find-root" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments