Skip to content

Commit

Permalink
Merge pull request #31 from zendesk/dependabot/npm_and_yarn/prettier-…
Browse files Browse the repository at this point in the history
…3.4.2

chore(deps-dev): Bump prettier from 3.3.3 to 3.4.2
  • Loading branch information
pol-mampey authored Feb 5, 2025
2 parents b9df224 + ba2663b commit 9ab92a1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

### Issue details

- Command: <!-- zcli apps server -->
- Version: <!-- your issue might already be fixed with the latest version -->
- OS: <!-- windows, ubuntu, mac or all -->
- Command: <!-- zcli apps server -->
- Version: <!-- your issue might already be fixed with the latest version -->
- OS: <!-- windows, ubuntu, mac or all -->
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

We are following [this pattern](https://semver.org/) to keep our package version updated. Please add the appropriate label to your Pull requests between the following:

- Version: Major
- Version: Minor
- Version: Patch
- Version: Major
- Version: Minor
- Version: Patch

## Acceptation criteria

<!-- Bullet point list to validate you did not missed anything. Please add the acceptation criterias for your issue. -->

- [ ] Added the corrected label to my pull request
- [ ] Added/updated tests impacted by the change
- [ ] Documentation is up-to-date (README.md / INSTALL.md)
- [ ] Manually tested?
- [ ] Added the corrected label to my pull request
- [ ] Added/updated tests impacted by the change
- [ ] Documentation is up-to-date (README.md / INSTALL.md)
- [ ] Manually tested?
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ZAF Toolbox, a project developed with 🩷 by **Zendesk Labs**. This toolbox is

### Requirements

- Node 18 or higher
- Add the package into a [ZAF application](https://developer.zendesk.com/documentation/apps/)
- Node 18 or higher
- Add the package into a [ZAF application](https://developer.zendesk.com/documentation/apps/)

#### Sunshine Conversation Api Service configuration

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zendesk/zaf-toolbox",
"version": "0.2.2",
"version": "0.2.3",
"description": "A toolbox for ZAF application built with 🩷 by Zendesk Labs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"gulp": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
Expand Down

0 comments on commit 9ab92a1

Please sign in to comment.