Skip to content

Commit 38bcdbc

Browse files
committed
chore: updated dev dependencies
1 parent 7c4625a commit 38bcdbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop#readme",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop.git"
8+
"url": "https://github.com/maxsbelt/babel-plugin-transform-react-remove-prop.git"
99
},
1010
"author": "Sergey Makarov <serega.s.makar@gmail.com>",
1111
"main": "lib/index.js",
@@ -33,11 +33,11 @@
3333
"@babel/core": "^7.5.5",
3434
"@babel/plugin-syntax-jsx": "^7.2.0",
3535
"@babel/preset-env": "^7.5.5",
36-
"babel-eslint": "^10.0.2",
37-
"eslint": "^6.1.0",
36+
"babel-eslint": "^10.0.3",
37+
"eslint": "^6.2.2",
3838
"eslint-config-airbnb-base": "^14.0.0",
3939
"eslint-plugin-import": "^2.18.2",
40-
"husky": "^3.0.3",
40+
"husky": "^3.0.4",
4141
"jest": "^24.9.0",
4242
"npm-run-all": "^4.1.5",
4343
"rimraf": "^3.0.0"

0 commit comments

Comments
 (0)