Skip to content

Commit

Permalink
Bump version to 2.24.0
Browse files Browse the repository at this point in the history
shivammathur committed Jan 24, 2023
1 parent 1267cf8 commit cf76770
Showing 2 changed files with 1,389 additions and 1,388 deletions.
2,749 changes: 1,375 additions & 1,374 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "2.23.0",
"version": "2.24.0",
"private": false,
"description": "Setup PHP for use with GitHub Actions",
"main": "lib/install.js",
@@ -39,22 +39,22 @@
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.7",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"nock": "^13.2.9",
"prettier": "^2.8.1",
"jest": "^29.4.0",
"jest-circus": "^29.4.0",
"nock": "^13.3.0",
"prettier": "^2.8.3",
"simple-git-hooks": "^2.8.1",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
},
"bugs": {

0 comments on commit cf76770

Please sign in to comment.