Skip to content

Commit 00830a0

Browse files
authored
update dependencies (#102)
1 parent 68fc4f6 commit 00830a0

File tree

2 files changed

+347
-301
lines changed

2 files changed

+347
-301
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@
2929
"jest": "jest --coverage __tests__/**/*"
3030
},
3131
"devDependencies": {
32-
"@babel/cli": "^7.10.5",
33-
"@babel/core": "^7.11.1",
32+
"@babel/cli": "^7.11.6",
33+
"@babel/core": "^7.11.6",
3434
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
35-
"@babel/preset-env": "^7.11.0",
35+
"@babel/preset-env": "^7.11.5",
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^26.3.0",
38-
"eslint": "^7.7.0",
38+
"eslint": "^7.8.1",
3939
"eslint-config-prettier": "^6.11.0",
4040
"eslint-plugin-flowtype": "^5.2.0",
4141
"eslint-plugin-prettier": "^3.1.4",
42-
"expect": "^26.4.0",
42+
"expect": "^26.4.2",
4343
"flow-bin": "^0.122.0",
4444
"in-publish": "^2.0.1",
45-
"jest": "^26.4.0",
46-
"jscodeshift": "^0.10.0",
45+
"jest": "^26.4.2",
46+
"jscodeshift": "^0.11.0",
4747
"minimist": "^1.2.5",
48-
"object.assign": "^4.1.0",
49-
"prettier": "^2.0.5",
48+
"object.assign": "^4.1.1",
49+
"prettier": "^2.1.1",
5050
"rimraf": "^3.0.2",
5151
"safe-publish-latest": "^1.1.4",
5252
"to-ast": "^1.0.0"
@@ -56,7 +56,7 @@
5656
},
5757
"license": "MIT",
5858
"dependencies": {
59-
"@babel/runtime": "^7.10.5",
59+
"@babel/runtime": "^7.11.2",
6060
"ast-types-flow": "^0.0.7",
6161
"jsx-ast-utils": "^2.4.1"
6262
},

0 commit comments

Comments
 (0)