mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 08:46:10 +02:00
Move patch-package to devDependencies
This module is not required for production code.
This commit is contained in:
parent
d700906a15
commit
b64a252d1c
2 changed files with 117 additions and 31 deletions
|
@ -31,7 +31,6 @@
|
|||
"@actions/glob": "0.2.1",
|
||||
"@actions/http-client": "1.0.11",
|
||||
"@actions/tool-cache": "1.7.2",
|
||||
"patch-package": "6.4.7",
|
||||
"string-argv": "0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -46,6 +45,7 @@
|
|||
"jest": "27.5.1",
|
||||
"jest-circus": "27.5.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"patch-package": "6.4.7",
|
||||
"prettier": "2.6.0",
|
||||
"ts-jest": "27.1.3",
|
||||
"typescript": "4.6.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue