Update and fix missing dependencies

This commit is contained in:
Darren Clarke 2023-06-14 06:33:06 +00:00 committed by GitHub
parent 8949b10671
commit 59ae833099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 26880 additions and 20410 deletions

View file

@ -9,9 +9,9 @@
"fmt": "prettier \"profile/**/*.js\" --write"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@rushstack/eslint-patch": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"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.21.8"
"@babel/eslint-parser": "7.22.5"
},
"peerDependencies": {
"eslint": "^7.32.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"jest": "^29.5.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}