Bump version to 2.19.0

This commit is contained in:
Shivam Mathur 2022-05-30 07:34:27 +05:30
parent a92acf13e4
commit aa1fe473f9
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 3068 additions and 2801 deletions

898
dist/index.js vendored

File diff suppressed because it is too large Load Diff

4943
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.18.1",
"version": "2.19.0",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
@ -34,28 +34,28 @@
"author": "shivammathur",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.13.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-jest": "^26.4.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"jest": "^28.1.0",
"jest-circus": "^28.1.0",
"nock": "^13.2.4",
"prettier": "^2.6.2",
"simple-git-hooks": "^2.7.0",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
"simple-git-hooks": "^2.8.0",
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"