Skip to content

Commit

Permalink
fix: 🐛 move typescript-eslint experimental utils to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bradennapier committed Jun 19, 2020
1 parent 723c52f commit 547ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^3.3.0",
"@zerollup/ts-helpers": "^1.7.18",
"minimatch": "^3.0.4",
"tslib": "^2.0.0"
Expand All @@ -50,6 +49,7 @@
"@types/eslint": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@typescript-eslint/experimental-utils": "^3.3.0",
"commitizen": "^4.1.2",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
Expand Down

0 comments on commit 547ef9d

Please sign in to comment.