Skip to content

Commit

Permalink
npm: bump the npm-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 2 updates: [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `lit-html` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/[email protected]/packages/lit-html)

Updates `vite` from 5.2.8 to 5.2.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: lit-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 8846f5b commit e040094
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 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 @@ -7,15 +7,15 @@
"@tauri-apps/api": "^1.5.3",
"codemirror": "^5.65",
"diff_match_patch": "^0.1.1",
"lit-html": "^3.1.2"
"lit-html": "^3.1.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.8",
"@types/codemirror": "5",
"@types/diff-match-patch": "^1.0.36",
"prettier": "3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.4",
"vite": "^5.2.10",
"vite-plugin-checker": "^0.6.4"
}
}

0 comments on commit e040094

Please sign in to comment.