mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "github-actions",
|
|
"version": "1.0.0",
|
|
"description": "GitHub Actions",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register **/*.test.ts",
|
|
"build": "tsc -p ./tsconfig.json",
|
|
"lint": "eslint -c .eslintrc --fix --ext .ts .",
|
|
"watch-typecheck": "tsc --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/azuredatastudio.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/github": "^2.1.1",
|
|
"axios": "^0.21.1",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|