Skip to content

Commit 6e01035

Browse files
committed
fix: update dependencies
1 parent 7a82b40 commit 6e01035

2 files changed

Lines changed: 227 additions & 95 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@
3333
},
3434
"dependencies": {
3535
"@babel/core": "^7",
36-
"@babel/eslint-parser": "^7.14.3",
36+
"@babel/eslint-parser": "^7.14.5",
3737
"@babel/plugin-syntax-flow": "^7.14.5",
3838
"@babel/plugin-syntax-jsx": "^7.14.5",
39-
"@typescript-eslint/eslint-plugin": "^4.25.0",
40-
"@typescript-eslint/parser": "^4.25.0",
39+
"@typescript-eslint/eslint-plugin": "^4.27.0",
40+
"@typescript-eslint/parser": "^4.27.0",
4141
"coffeescript": "^1",
4242
"eslint": "^7",
4343
"eslint-config-prettier": "^8.3.0",
4444
"eslint-plugin-coffee": "^0.1.14",
4545
"eslint-plugin-html": "^6.1.2",
46-
"eslint-plugin-import": "^2.23.3",
46+
"eslint-plugin-import": "^2.23.4",
4747
"eslint-plugin-json": "^3.0.0",
4848
"eslint-plugin-node": "^11.1.0",
4949
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
5050
"eslint-plugin-optimize-regex": "^1.2.0",
51-
"eslint-plugin-react": "^7.23.2",
52-
"eslint-plugin-yaml": "^0.4.2",
51+
"eslint-plugin-react": "^7.24.0",
52+
"eslint-plugin-yaml": "^0.5.0",
5353
"prettier": "^2",
5454
"typescript": "^4"
5555
},
@@ -58,9 +58,9 @@
5858
},
5959
"devDependencies": {
6060
"eslint": "^7.22.0",
61-
"execa": "^5.0.0",
62-
"gitly": "^2.1.0",
63-
"npm-check-updates": "11.5.13",
61+
"execa": "^5.1.1",
62+
"gitly": "^2.1.1",
63+
"npm-check-updates": "11.6.0",
6464
"prettier-config-atomic": "^2.0.5",
6565
"shelljs": "^0.8.4"
6666
}

0 commit comments

Comments
 (0)