mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
Update all devDependencies
This commit is contained in:
parent
937999e9cc
commit
971ff49395
2 changed files with 902 additions and 816 deletions
1696
package-lock.json
generated
1696
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -35,19 +35,19 @@
|
||||||
"string-argv": "0.3.1"
|
"string-argv": "0.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "27.4.0",
|
||||||
"@types/node": "^16.11.21",
|
"@types/node": "16.11.21",
|
||||||
"@types/unzipper": "^0.10.5",
|
"@types/unzipper": "0.10.5",
|
||||||
"@typescript-eslint/parser": "^5.10.2",
|
"@typescript-eslint/parser": "5.12.1",
|
||||||
"@zeit/ncc": "0.22.3",
|
"@zeit/ncc": "0.22.3",
|
||||||
"eslint": "^8.8.0",
|
"eslint": "8.9.0",
|
||||||
"eslint-plugin-github": "4.3.5",
|
"eslint-plugin-github": "4.3.5",
|
||||||
"eslint-plugin-jest": "^26.0.0",
|
"eslint-plugin-jest": "26.1.1",
|
||||||
"jest": "^27.4.7",
|
"jest": "27.5.1",
|
||||||
"jest-circus": "^27.4.6",
|
"jest-circus": "27.5.1",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "2.5.1",
|
||||||
"ts-jest": "^27.1.3",
|
"ts-jest": "27.1.3",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "4.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue