Skip to content

Commit

Permalink
Ran npm update; latest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach authored and ljharb committed Dec 24, 2020
1 parent 8637aa7 commit 854da0c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -30,15 +30,15 @@
"jest": "jest --coverage __tests__/**/*"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-preset-airbnb": "^5.0.0",
"coveralls": "^3.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"estraverse": "^5.2.0",
Expand All @@ -48,7 +48,7 @@
"jest": "^24.9.0",
"jscodeshift": "^0.7.0",
"minimist": "^1.2.5",
"object.assign": "^4.1.1",
"object.assign": "^4.1.2",
"rimraf": "^3.0.2",
"safe-publish-latest": "^1.1.4",
"to-ast": "^1.0.0"
Expand All @@ -58,16 +58,16 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"aria-query": "^4.2.2",
"array-includes": "^3.1.1",
"array-includes": "^3.1.2",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.0.2",
"axe-core": "^4.1.1",
"axobject-query": "^2.2.0",
"damerau-levenshtein": "^1.0.6",
"emoji-regex": "^9.0.0",
"emoji-regex": "^9.2.0",
"has": "^1.0.3",
"jsx-ast-utils": "^3.1.0",
"jsx-ast-utils": "^3.2.0",
"language-tags": "^1.0.5"
},
"peerDependencies": {
Expand Down

0 comments on commit 854da0c

Please sign in to comment.