Merge pull request #359 from codecov/refactor-deps

refactor: dependencies and dev dependencies
This commit is contained in:
Tom Hu 2021-06-11 13:00:36 -04:00 committed by GitHub
commit bb99ca5cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5528 additions and 13663 deletions

9236
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -2,9 +2,8 @@
set -e set -e
npm i --package-lock-only npm install
npm run lint --fix npm run lint
npm run build npm run build
git add src/
git add dist/ git add dist/
git add package-lock.json git add package-lock.json

9930
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,22 +25,20 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.4.0", "@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0", "@actions/github": "^5.0.0"
"@types/jest": "^26.0.23",
"@zeit/ncc": "^0.22.3",
"fs": "0.0.1-security",
"jest": "^26.6.3",
"jest-junit": "^12.2.0",
"request": "^2.88.2",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2",
"yarn": "^1.22.10"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.17.3", "@types/node": "^14.17.3",
"@typescript-eslint/eslint-plugin": "^4.26.1", "@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1", "@typescript-eslint/parser": "^4.26.1",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.28.0", "eslint": "^7.28.0",
"eslint-config-google": "^0.14.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",
"yarn": "^1.22.10"
} }
} }