Skip to content

Commit 854da0c

Browse files
jessebeachljharb
authored andcommittedDec 24, 2020
Ran npm update; latest packages
1 parent 8637aa7 commit 854da0c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"jest": "jest --coverage __tests__/**/*"
3131
},
3232
"devDependencies": {
33-
"@babel/cli": "^7.11.6",
34-
"@babel/core": "^7.11.6",
35-
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
33+
"@babel/cli": "^7.12.10",
34+
"@babel/core": "^7.12.10",
35+
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^24.9.0",
3838
"babel-preset-airbnb": "^5.0.0",
3939
"coveralls": "^3.1.0",
4040
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
41-
"eslint-config-airbnb-base": "^14.2.0",
41+
"eslint-config-airbnb-base": "^14.2.1",
4242
"eslint-plugin-flowtype": "^5.2.0",
4343
"eslint-plugin-import": "^2.22.1",
4444
"estraverse": "^5.2.0",
@@ -48,7 +48,7 @@
4848
"jest": "^24.9.0",
4949
"jscodeshift": "^0.7.0",
5050
"minimist": "^1.2.5",
51-
"object.assign": "^4.1.1",
51+
"object.assign": "^4.1.2",
5252
"rimraf": "^3.0.2",
5353
"safe-publish-latest": "^1.1.4",
5454
"to-ast": "^1.0.0"
@@ -58,16 +58,16 @@
5858
},
5959
"license": "MIT",
6060
"dependencies": {
61-
"@babel/runtime": "^7.11.2",
61+
"@babel/runtime": "^7.12.5",
6262
"aria-query": "^4.2.2",
63-
"array-includes": "^3.1.1",
63+
"array-includes": "^3.1.2",
6464
"ast-types-flow": "^0.0.7",
65-
"axe-core": "^4.0.2",
65+
"axe-core": "^4.1.1",
6666
"axobject-query": "^2.2.0",
6767
"damerau-levenshtein": "^1.0.6",
68-
"emoji-regex": "^9.0.0",
68+
"emoji-regex": "^9.2.0",
6969
"has": "^1.0.3",
70-
"jsx-ast-utils": "^3.1.0",
70+
"jsx-ast-utils": "^3.2.0",
7171
"language-tags": "^1.0.5"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.