Skip to content

Commit 547ef9d

Browse files
committed
fix: 🐛 move typescript-eslint experimental utils to dev deps
1 parent 723c52f commit 547ef9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"typescript": "^3.9.5"
3939
},
4040
"dependencies": {
41-
"@typescript-eslint/experimental-utils": "^3.3.0",
4241
"@zerollup/ts-helpers": "^1.7.18",
4342
"minimatch": "^3.0.4",
4443
"tslib": "^2.0.0"
@@ -50,6 +49,7 @@
5049
"@types/eslint": "^7.2.0",
5150
"@typescript-eslint/eslint-plugin": "^3.3.0",
5251
"@typescript-eslint/parser": "^3.3.0",
52+
"@typescript-eslint/experimental-utils": "^3.3.0",
5353
"commitizen": "^4.1.2",
5454
"eslint": "^7.2.0",
5555
"eslint-config-airbnb-base": "^14.2.0",

0 commit comments

Comments
 (0)