Update deps

This commit is contained in:
Darren Clarke 2023-07-11 14:34:11 +00:00 committed by GitHub
parent 53514d68cb
commit 302575f129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 70 deletions

View file

@ -10,8 +10,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo-space": "^0.34.0",
"eslint-plugin-cypress": "^2.13.3",
@ -21,7 +21,7 @@
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "47.0.0",
"@babel/eslint-parser": "7.22.6"
"@babel/eslint-parser": "7.22.7"
},
"peerDependencies": {
"eslint": "^7.32.0",
@ -29,7 +29,7 @@
},
"devDependencies": {
"eslint": "^8.44.0",
"jest": "^29.6.0",
"jest": "^29.6.1",
"typescript": "^5.1.6"
}
}