Skip to content

Commit 4de8ccb

Browse files
authored
chore(deps): update prettier to 3.6.0 (#1490)
1 parent a41696e commit 4de8ccb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

examples/component-tests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This example was built as follows:
88
```
99
The linting `npm` modules and linting script have been removed, since this is out-of-scope for the example.
1010
1. The Cypress documentation instructions from [Component Testing > Getting Started](https://on.cypress.io/guides/component-testing/getting-started) were followed to set up component testing, including copying
11-
1211
- `<Stepper />` component: [react/my-awesome-app/src/components/Stepper.jsx](https://github.com/cypress-io/component-testing-quickstart-apps/blob/main/react/my-awesome-app/src/components/Stepper.jsx)
1312

1413
from the [Cypress Component Testing Quickstart Apps](https://github.com/cypress-io/component-testing-quickstart-apps) repo to this repo's `examples/component-tests/src/components/` sub-directory.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"globals": "16.0.0",
6262
"husky": "9.1.7",
6363
"markdown-link-check": "3.13.7",
64-
"prettier": "3.5.3"
64+
"prettier": "3.6.0"
6565
},
6666
"publishConfig": {
6767
"access": "public"

0 commit comments

Comments
 (0)