Skip to content

Commit

Permalink
npm: bump the npm-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.6.0` | `2.0.3` |
| [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) | `3.2.0` | `3.2.1` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.6.2` | `2.0.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.10` |


Updates `@tauri-apps/api` from 1.6.0 to 2.0.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.6...@tauri-apps/api-v2.0.3)

Updates `lit-html` from 3.2.0 to 3.2.1
- [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 `@tauri-apps/cli` from 1.6.2 to 2.0.4
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.6.2...@tauri-apps/cli-v2.0.4)

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

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

---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: lit-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@tauri-apps/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  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 Nov 1, 2024
1 parent b23e5e0 commit a86d28c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 86 deletions.
142 changes: 61 additions & 81 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"version": "0.5.0",
"type": "module",
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^2.0.3",
"codemirror": "^5.65",
"diff_match_patch": "^0.1.1",
"lit-html": "^3.2.0"
"lit-html": "^3.2.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2",
"@tauri-apps/cli": "^2.0.4",
"@types/codemirror": "5",
"@types/diff-match-patch": "^1.0.36",
"prettier": "3.3.3",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0"
}
}

0 comments on commit a86d28c

Please sign in to comment.