Skip to content

Commit f027dec

Browse files
committed
Alphabetize dev dependencies
1 parent c3f4484 commit f027dec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@
3333
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
3434
},
3535
"devDependencies": {
36-
"@babel/cli": "^7.17.0",
37-
"@babel/eslint-parser": "^7.17.0",
38-
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
3936
"ast-types-flow": "^0.0.7",
4037
"aud": "^2.0.0",
38+
"@babel/cli": "^7.17.0",
39+
"@babel/core": "^7.17.5",
40+
"@babel/eslint-parser": "^7.17.0",
4141
"babel-jest": "^24.9.0",
4242
"babel-plugin-add-module-exports": "^1.0.4",
43+
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
4344
"babel-preset-airbnb": "^5.0.0",
45+
"@babel/register": "^7.17.0",
4446
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
4547
"eslint-config-airbnb-base": "^15.0.0",
4648
"eslint-plugin-eslint-plugin": "^4.1.0",
@@ -57,9 +59,7 @@
5759
"object.assign": "^4.1.2",
5860
"rimraf": "^3.0.2",
5961
"safe-publish-latest": "^2.0.0",
60-
"to-ast": "^1.0.0",
61-
"@babel/core": "^7.17.5",
62-
"@babel/register": "^7.17.0"
62+
"to-ast": "^1.0.0"
6363
},
6464
"engines": {
6565
"node": ">=4.0"

0 commit comments

Comments
 (0)