Skip to content

Commit

Permalink
Bump prettier from 3.3.3 to 3.4.1 in the update-npm-dependencies group (
Browse files Browse the repository at this point in the history
#13)

* Bump prettier from 3.3.3 to 3.4.1 in the update-npm-dependencies group

Bumps the update-npm-dependencies group with 1 update: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: update-npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: prettier fmt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian König <julian.koenig@js-soft.com>
  • Loading branch information
dependabot[bot] and jkoenig134 authored Dec 3, 2024
1 parent 6806d75 commit 776c3a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

To bootstrap the project clone the repository and run `npm i`. Afterwards the following commands are available:

- `npm run demo`: Serves a demo application at _localhost:4000_ using _demo/attributes.js_ as dummy data. App recompiles and reloads if the data, the app code or the grammar is changed.
- `npm run build`: Runs full compilation pipeline.
- `npm run test`: Runs tests.
- `npm run lint`: Runs linters.
- `npm run demo`: Serves a demo application at _localhost:4000_ using _demo/attributes.js_ as dummy data. App recompiles and reloads if the data, the app code or the grammar is changed.
- `npm run build`: Runs full compilation pipeline.
- `npm run test`: Runs tests.
- `npm run lint`: Runs linters.

The `demo/` directory contains the live demo's files, `src/grammar.peggy` is the definition file for the IQL grammar. The remainder are either self-explanatory or customary files and directories.
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 776c3a5

Please sign in to comment.