Skip to content

Commit 6ea3182

Browse files
committed
fix: update dependencies
1 parent 8ffae57 commit 6ea3182

File tree

2 files changed

+85
-52
lines changed

2 files changed

+85
-52
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"bump": "ncu -u -x coffeescript"
3232
},
3333
"dependencies": {
34-
"@typescript-eslint/eslint-plugin": "^4.15.2",
35-
"@typescript-eslint/parser": "^4.15.2",
34+
"@typescript-eslint/eslint-plugin": "^4.18.0",
35+
"@typescript-eslint/parser": "^4.18.0",
3636
"babel-eslint": "^10.1.0",
3737
"eslint-plugin-coffee": "^0.1.14",
3838
"eslint-plugin-import": "^2.22.1",
@@ -42,7 +42,7 @@
4242
"eslint-plugin-optimize-regex": "^1.2.0",
4343
"eslint-config-prettier": "^8.1.0",
4444
"eslint-plugin-react": "^7.22.0",
45-
"eslint-plugin-yaml": "^0.3.0",
45+
"eslint-plugin-yaml": "^0.4.1",
4646
"prettier": "^2",
4747
"typescript": "^4",
4848
"coffeescript": "^1",
@@ -55,7 +55,7 @@
5555
"eslint": "^7.21.0",
5656
"execa": "^5.0.0",
5757
"gitly": "^2.0.2",
58-
"npm-check-updates": "11.1.10",
58+
"npm-check-updates": "11.3.0",
5959
"shelljs": "^0.8.4"
6060
}
6161
}

0 commit comments

Comments
 (0)