Skip to content

Commit 4bcc7ad

Browse files
committed
fix: update dependencies
1 parent b09ef78 commit 4bcc7ad

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
@@ -41,17 +41,17 @@
4141
"eslint-plugin-react-hooks": "^4.2.0",
4242
"eslint-plugin-typescript-sort-keys": "^2.0.0",
4343
"eslint-plugin-unicorn": "^38.0.0",
44-
"eslint-plugin-yml": "^0.10.1",
44+
"eslint-plugin-yml": "^0.11.0",
4545
"typescript": "^4.4.4",
46-
"yaml-eslint-parser": "^0.4.1"
46+
"yaml-eslint-parser": "^0.5.0"
4747
},
4848
"description": "Canonical ESLint Shareable Config",
4949
"devDependencies": {
5050
"@ava/babel": "^2.0.0",
5151
"@babel/core": "^7.16.0",
5252
"@babel/register": "^7.16.0",
5353
"ava": "^3.15.0",
54-
"eslint": "^8.1.0",
54+
"eslint": "^8.2.0",
5555
"husky": "^7.0.4",
5656
"jsonlint": "^1.6.3",
5757
"semantic-release": "^18.0.0"
@@ -68,7 +68,7 @@
6868
"main": "./eslintrc.js",
6969
"name": "eslint-config-canonical",
7070
"peerDependencies": {
71-
"eslint": "^8.1.0"
71+
"eslint": "^8.2.0"
7272
},
7373
"repository": {
7474
"type": "git",

0 commit comments

Comments
 (0)