Bump version to 2.28.0

Update Node.js dependencies
This commit is contained in:
Shivam Mathur
2023-11-27 13:57:32 +05:30
parent de2903ad82
commit eeddcfe955
5 changed files with 225 additions and 228 deletions

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.27.1",
"version": "2.28.0",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
@ -40,12 +40,12 @@
"compare-versions": "^6.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
@ -53,10 +53,10 @@
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"nock": "^13.3.8",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"