mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 08:46:10 +02:00
Bump various dependencies
Production deps: - Bump @actions/core:1.6.0 to 1.8.2 Development deps: - Bump typescript from 4.6.3 to 4.6.4 - Bump @typescript-eslint/parser from 5.20.0 to 5.23.0 - Bump eslint-plugin-jest from 26.1.4 to 26.2.0 - Switch from deprecated @zeit/ncc to @vercel/ncc
This commit is contained in:
parent
c3afc518f5
commit
202e4e0271
8 changed files with 635 additions and 7920 deletions
10
package.json
10
package.json
|
@ -25,7 +25,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "2.0.2",
|
||||
"@actions/core": "1.6.0",
|
||||
"@actions/core": "1.8.2",
|
||||
"@actions/exec": "1.1.1",
|
||||
"@actions/github": "5.0.1",
|
||||
"@actions/glob": "0.3.0",
|
||||
|
@ -37,17 +37,17 @@
|
|||
"@types/jest": "27.4.1",
|
||||
"@types/node": "16.11.21",
|
||||
"@types/unzipper": "0.10.5",
|
||||
"@typescript-eslint/parser": "5.20.0",
|
||||
"@zeit/ncc": "0.22.3",
|
||||
"@typescript-eslint/parser": "5.23.0",
|
||||
"@vercel/ncc": "0.33.4",
|
||||
"eslint": "8.14.0",
|
||||
"eslint-plugin-github": "4.3.6",
|
||||
"eslint-plugin-jest": "26.1.4",
|
||||
"eslint-plugin-jest": "26.2.0",
|
||||
"jest": "27.5.1",
|
||||
"jest-circus": "27.5.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"patch-package": "6.4.7",
|
||||
"prettier": "2.6.2",
|
||||
"ts-jest": "27.1.4",
|
||||
"typescript": "4.6.3"
|
||||
"typescript": "4.6.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue