mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-09-22 02:29:42 +07:00
Bump version to 2.40.0-beta
Upgrade Node.js dependencies
This commit is contained in:
Generated
+361
-270
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "setup-php",
|
"name": "setup-php",
|
||||||
"version": "2.37.2",
|
"version": "2.40.0-beta",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Setup PHP for use with GitHub Actions",
|
"description": "Setup PHP for use with GitHub Actions",
|
||||||
"main": "lib/install.js",
|
"main": "lib/install.js",
|
||||||
@@ -39,25 +39,25 @@
|
|||||||
"compare-versions": "^6.1.1"
|
"compare-versions": "^6.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/compat": "^2.1.0",
|
"@eslint/compat": "^2.1.1",
|
||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.1",
|
||||||
"@types/jest": "^30.0.0",
|
"@types/jest": "^30.0.0",
|
||||||
"@types/node": "^26.4.1",
|
"@types/node": "^26.6.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.69.0",
|
"@typescript-eslint/eslint-plugin": "^8.70.0",
|
||||||
"@typescript-eslint/parser": "^8.69.0",
|
"@typescript-eslint/parser": "^8.70.0",
|
||||||
"@typescript/native": "npm:typescript@^7.0.2",
|
"@typescript/native": "npm:typescript@^7.0.2",
|
||||||
"@vercel/ncc": "^0.45.0",
|
"@vercel/ncc": "^0.45.0",
|
||||||
"eslint": "^10.9.1",
|
"eslint": "^10.11.0",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-import-resolver-typescript": "^4.4.5",
|
"eslint-import-resolver-typescript": "^4.4.5",
|
||||||
"eslint-plugin-import-x": "^4.17.1",
|
"eslint-plugin-import-x": "^4.17.1",
|
||||||
"eslint-plugin-jest": "^29.16.6",
|
"eslint-plugin-jest": "^29.16.6",
|
||||||
"eslint-plugin-prettier": "^5.5.6",
|
"eslint-plugin-prettier": "^5.5.6",
|
||||||
"globals": "^17.12.0",
|
"globals": "^17.12.0",
|
||||||
"jest": "^30.5.1",
|
"jest": "^30.5.2",
|
||||||
"jest-circus": "^30.5.1",
|
"jest-circus": "^30.5.2",
|
||||||
"nock": "^14.0.17",
|
"nock": "^14.0.17",
|
||||||
"prettier": "^3.9.6",
|
"prettier": "^3.9.8",
|
||||||
"simple-git-hooks": "^2.14.0",
|
"simple-git-hooks": "^2.14.0",
|
||||||
"ts-jest": "^29.4.12",
|
"ts-jest": "^29.4.12",
|
||||||
"typescript": "npm:@typescript/typescript6@^6.0.2"
|
"typescript": "npm:@typescript/typescript6@^6.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user