Bump version to 2.16.0

This commit is contained in:
Shivam Mathur 2021-11-26 00:15:10 +05:30
parent b33066473d
commit 7c0b4c8c8e
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 2832 additions and 2180 deletions

1164
dist/index.js vendored

File diff suppressed because it is too large Load Diff

3816
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.15.0",
"version": "2.16.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.5.0",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"fs": "0.0.1-security"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vercel/ncc": "^0.32.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.2",
"jest-circus": "^27.2.2",
"prettier": "^2.4.1",
"simple-git-hooks": "^2.6.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"prettier": "^2.5.0",
"simple-git-hooks": "^2.7.0",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"