Skip to content

Commit

Permalink
chore: remove unused dependencies (#106)
Browse files Browse the repository at this point in the history
* 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 <ejacobson@wayfair.com>
  • Loading branch information
erj826 and Eric Jacobson committed Jan 10, 2023
1 parent 798d341 commit b88100f
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 4,506 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Removes unused dependencies:
- lerna
- eslint-plugin-flowtype
- eslint-plugin-import
- babel-eslint
- @babel/eslint-parser

## 3.0.1 (Nov 9, 2022)

- Minor and patch bumps:
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
Expand All @@ -59,13 +58,9 @@
"@types/util.promisify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"babel-eslint": "^10.1.0",
"eslint": "8.31.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"husky": "^8.0.1",
"jest": "^29.0.0",
"lerna": "6.3.0",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
Expand Down
Loading

0 comments on commit b88100f

Please sign in to comment.