Skip to content

Commit

Permalink
Alphabetize dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uncommon-type committed Mar 3, 2022
1 parent c3f4484 commit f027dec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -33,14 +33,16 @@
"generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"ast-types-flow": "^0.0.7",
"aud": "^2.0.0",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"babel-preset-airbnb": "^5.0.0",
"@babel/register": "^7.17.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-eslint-plugin": "^4.1.0",
Expand All @@ -57,9 +59,7 @@
"object.assign": "^4.1.2",
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"to-ast": "^1.0.0",
"@babel/core": "^7.17.5",
"@babel/register": "^7.17.0"
"to-ast": "^1.0.0"
},
"engines": {
"node": ">=4.0"
Expand Down

0 comments on commit f027dec

Please sign in to comment.