Merge branch 'main' into adding-config-file

This commit is contained in:
Federico Builes
2022-05-30 06:37:29 +02:00
6 changed files with 961 additions and 888 deletions
+12 -12
View File
@@ -25,30 +25,30 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.8.0",
"@actions/github": "^5.0.1",
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^2.1.0",
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"yaml": "^2.1.0",
"zod": "^3.15.1"
"zod": "^3.17.3"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vercel/ncc": "^0.33.4",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vercel/ncc": "^0.34.0",
"esbuild-register": "^3.3.2",
"eslint": "^8.15.0",
"eslint": "^8.16.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest": "^26.4.5",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.16",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.4"
"typescript": "^4.7.2"
}
}
}