Update dependencies

This commit is contained in:
Darren Clarke 2023-07-05 06:56:01 +00:00 committed by GitHub
parent d404901583
commit 9b05288b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 83 additions and 84 deletions

View file

@ -10,8 +10,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo-space": "^0.34.0",
"eslint-plugin-cypress": "^2.13.3",
@ -21,15 +21,15 @@
"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.5"
"@babel/eslint-parser": "7.22.6"
},
"peerDependencies": {
"eslint": "^7.32.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^8.43.0",
"jest": "^29.5.0",
"typescript": "^5.1.3"
"eslint": "^8.44.0",
"jest": "^29.6.0",
"typescript": "^5.1.6"
}
}