Skip to content

Commit b88100f

Browse files
erj826Eric Jacobson
andauthored
chore: remove unused dependencies (#106)
* chore: remove lerna * chore: remove eslint-plugin-flowtype * chore: remove eslint-plugin-import * chore: remove babel-eslint * chore: remove @babel/eslint-parser Co-authored-by: Eric Jacobson <[email protected]>
1 parent 798d341 commit b88100f

File tree

3 files changed

+498
-4506
lines changed

3 files changed

+498
-4506
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
Removes unused dependencies:
11+
- lerna
12+
- eslint-plugin-flowtype
13+
- eslint-plugin-import
14+
- babel-eslint
15+
- @babel/eslint-parser
16+
1017
## 3.0.1 (Nov 9, 2022)
1118

1219
- Minor and patch bumps:

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"devDependencies": {
4848
"@babel/cli": "^7.19.3",
4949
"@babel/core": "^7.19.3",
50-
"@babel/eslint-parser": "^7.19.1",
5150
"@babel/plugin-proposal-class-properties": "^7.18.6",
5251
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
5352
"@babel/preset-env": "^7.19.4",
@@ -59,13 +58,9 @@
5958
"@types/util.promisify": "^1.0.4",
6059
"@typescript-eslint/eslint-plugin": "^5.40.0",
6160
"@typescript-eslint/parser": "^5.40.0",
62-
"babel-eslint": "^10.1.0",
6361
"eslint": "8.31.0",
64-
"eslint-plugin-flowtype": "8.0.3",
65-
"eslint-plugin-import": "2.26.0",
6662
"husky": "^8.0.1",
6763
"jest": "^29.0.0",
68-
"lerna": "6.3.0",
6964
"pinst": "^3.0.0",
7065
"prettier": "^2.7.1",
7166
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)