⬆️ bump dependencies

This commit is contained in:
platane
2021-10-04 09:41:55 +02:00
parent 6823a283fd
commit aa6a4782ee
9 changed files with 1113 additions and 1966 deletions

View File

@@ -26,7 +26,7 @@ import { generateContributionSnake } from "./generateContributionSnake";
fs.writeFileSync(format.gif, gif);
console.log(`::set-output name=gif_out_path::${format.gif}`);
}
} catch (e) {
} catch (e: any) {
core.setFailed(`Action failed with "${e.message}"`);
}
})();

View File

@@ -2,13 +2,13 @@
"name": "@snk/action",
"version": "1.0.0",
"dependencies": {
"@actions/core": "1.4.0",
"@actions/core": "1.6.0",
"@snk/gif-creator": "1.0.0",
"@snk/github-user-contribution": "1.0.0"
},
"devDependencies": {
"@zeit/ncc": "0.22.3",
"ts-node": "10.0.0"
"ts-node": "10.2.1"
},
"scripts": {
"build": "ncc build --external canvas --out dist ./index.ts ",