This commit is contained in:
Aart Jan Kaptijn 2022-11-14 15:03:23 +01:00 committed by A. J. Kaptijn
parent e5aa1531a6
commit 411cf3d74b
19 changed files with 82 additions and 119 deletions

View file

@ -1,9 +1,10 @@
{
"name": "test-check",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "Presents test results from popular testing frameworks as Github check run",
"main": "lib/main.js",
"type": "module",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
@ -32,14 +33,14 @@
"author": "Michal Dorner <dorner.michal@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@slack/webhook": "^6.0.0",
"@slack/webhook": "^6.1.0",
"adm-zip": "^0.5.10",
"bent": "^7.3.12",
"fast-glob": "^3.3.2",
"got": "^11.8.2",
"got": "^12.5.2",
"picomatch": "^3.0.1",
"xml2js": "^0.6.2"
},
@ -49,7 +50,7 @@
"@octokit/webhooks-types": "^7.3.1",
"@types/adm-zip": "^0.5.5",
"@types/bent": "^7.3.2",
"@types/github-slugger": "^1.3.0",
"@types/github-slugger": "^2.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/picomatch": "^2.3.3",