chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#1345)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
dependabot[bot]
2023-07-09 08:46:27 +00:00
committed by GitHub
parent d12b5fc2ab
commit 19193bdb26
3 changed files with 195 additions and 9 deletions

View File

@@ -35,10 +35,10 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/rest": "^19.0.13",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"yaml": "^2.3.1",
"@octokit/rest": "^19.0.13"
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.2",
@@ -52,9 +52,9 @@
"eslint": "^8.43.0",
"eslint-plugin-github": "^4.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
}