-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the frontend-deps group with 5 updates
Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.5.4` | `7.6.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.34` | | [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.9` | `4.2.10` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.3` | `0.18.5` | Updates `semver` from 7.5.4 to 7.6.0 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.5.4...v7.6.0) Updates `postcss` from 8.4.33 to 8.4.34 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.33...8.4.34) Updates `prettier` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.4...3.2.5) Updates `svelte` from 4.2.9 to 4.2.10 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte) Updates `unplugin-icons` from 0.18.3 to 0.18.5 - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](unplugin/unplugin-icons@v0.18.3...v0.18.5) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-deps - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
27e63e6
commit 9faef22
Showing
2 changed files
with
70 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,24 +40,24 @@ | |
"flowbite": "^2.2.1", | ||
"flowbite-svelte": "0.44.22", | ||
"jsdom": "^24.0.0", | ||
"postcss": "^8.4.33", | ||
"postcss": "^8.4.34", | ||
"postcss-load-config": "^5.0.2", | ||
"prettier": "^3.2.4", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"svelte": "^4.2.9", | ||
"svelte": "^4.2.10", | ||
"svelte-i18n": "^4.0.0", | ||
"svelte-preprocess": "^5.1.3", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5.3.3", | ||
"unplugin-icons": "^0.18.3", | ||
"unplugin-icons": "^0.18.5", | ||
"vite": "^5.0.12", | ||
"vitest": "^1.2.2" | ||
}, | ||
"dependencies": { | ||
"@tauri-apps/api": "^1.5.3", | ||
"@types/semver": "^7.5.6", | ||
"country-flag-emoji-polyfill": "^0.1.8", | ||
"semver": "^7.5.4", | ||
"semver": "^7.6.0", | ||
"svelte-navigator": "^3.2.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters