Merge pull request #550 from mikepenz/feature/eslint_8

ESLint 8 | semver 7.3.9 | Dependency updates
This commit is contained in:
Mike Penz
2021-10-22 10:51:35 +02:00
committed by GitHub
3 changed files with 1012 additions and 1266 deletions
+3
View File
@@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install NPM
run: |
npm install
+998 -1255
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -36,24 +36,24 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.12.0",
"@types/semver": "^7.3.8",
"@types/semver": "^7.3.9",
"moment": "^2.29.1",
"semver": "^7.3.5",
"webpack": "^5.58.2"
"webpack": "^5.59.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^16.11.0",
"@typescript-eslint/parser": "^5.1.0",
"@types/node": "^16.11.3",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-jest": "^24.5.2",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"eslint": "^8.0.1",
"eslint-plugin-github": "github/eslint-plugin-github#0688bafaac755c06af5449afd6203314f11d285c",
"eslint-plugin-jest": "^25.2.2",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"js-yaml": "^4.1.0",
"prettier": "2.4.1",
"ts-jest": "^27.0.6",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}