Merge branch 'main' into dependabot/npm_and_yarn/actions/github-5.1.1

This commit is contained in:
Omer Bensaadon
2023-03-30 09:38:38 -04:00
committed by GitHub
3 changed files with 112 additions and 95 deletions

View File

@@ -14,16 +14,16 @@
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@types/jest": "^27.5.0",
"@types/node": "~16.18.12",
"@typescript-eslint/parser": "^5.53.0",
"@types/node": "~16.18.14",
"@typescript-eslint/parser": "^5.54.1",
"@vercel/ncc": "^0.36.1",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-plugin-github": "^4.6.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"prettier": "2.8.4",
"prettier": "2.8.5",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5"
},