Merge branch 'master' into chore/refactor-yarn

This commit is contained in:
Tom Hu
2021-07-07 10:13:59 -07:00
7 changed files with 131 additions and 2038 deletions

View File

@@ -28,16 +28,16 @@
"@actions/github": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.28.0",
"eslint": "^7.30.0",
"eslint-config-google": "^0.14.0",
"jest": "^26.6.3",
"jest-junit": "^12.2.0",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}