File tree Expand file tree Collapse file tree 3 files changed +498
-4506
lines changed Expand file tree Collapse file tree 3 files changed +498
-4506
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ Removes unused dependencies:
11
+ - lerna
12
+ - eslint-plugin-flowtype
13
+ - eslint-plugin-import
14
+ - babel-eslint
15
+ - @babel/eslint-parser
16
+
10
17
## 3.0.1 (Nov 9, 2022)
11
18
12
19
- Minor and patch bumps:
Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"@babel/cli" : " ^7.19.3" ,
49
49
"@babel/core" : " ^7.19.3" ,
50
- "@babel/eslint-parser" : " ^7.19.1" ,
51
50
"@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
52
51
"@babel/plugin-proposal-object-rest-spread" : " ^7.19.4" ,
53
52
"@babel/preset-env" : " ^7.19.4" ,
59
58
"@types/util.promisify" : " ^1.0.4" ,
60
59
"@typescript-eslint/eslint-plugin" : " ^5.40.0" ,
61
60
"@typescript-eslint/parser" : " ^5.40.0" ,
62
- "babel-eslint" : " ^10.1.0" ,
63
61
"eslint" : " 8.31.0" ,
64
- "eslint-plugin-flowtype" : " 8.0.3" ,
65
- "eslint-plugin-import" : " 2.26.0" ,
66
62
"husky" : " ^8.0.1" ,
67
63
"jest" : " ^29.0.0" ,
68
- "lerna" : " 6.3.0" ,
69
64
"pinst" : " ^3.0.0" ,
70
65
"prettier" : " ^2.7.1" ,
71
66
"typescript" : " ^4.8.4"
You can’t perform that action at this time.
0 commit comments