Skip to content

Commit

Permalink
Bump version to 2.25.3
Browse files Browse the repository at this point in the history
Update Node.js dependencies
  • Loading branch information
shivammathur committed Jun 12, 2023
1 parent 6cc8b47 commit 8cac79f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.25.2",
"version": "2.25.3",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
Expand Down Expand Up @@ -40,12 +40,12 @@
"compare-versions": "^6.0.0-rc.1"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -56,7 +56,7 @@
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"bugs": {
"url": "https://github.com/shivammathur/setup-php/issues"
Expand Down

0 comments on commit 8cac79f

Please sign in to comment.