Skip to content

Commit

Permalink
npm: bump the npm-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker).


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

Updates `vite-plugin-checker` from 0.6.4 to 0.7.1
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ilyagr committed Jul 9, 2024
1 parent 642b0c0 commit 1938ac0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@tauri-apps/cli": "^1.5.8",
"@types/codemirror": "5",
"@types/diff-match-patch": "^1.0.36",
"prettier": "3.3.0",
"prettier": "3.3.2",
"typescript": "^5.4.5",
"vite": "^5.2.4",
"vite-plugin-checker": "^0.6.4"
"vite-plugin-checker": "^0.7.1"
}
}

0 comments on commit 1938ac0

Please sign in to comment.