aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-06 22:19:00 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-06-06 22:19:13 +0000
commitd40b17f4c7cc8c376cff1825913bbd2496b544ae (patch)
tree1aeaaf5937228e1d2a464e28b4061f3266c511bb /src
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar.gz
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar.bz2
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar.lz
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar.xz
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.tar.zst
locusts-d40b17f4c7cc8c376cff1825913bbd2496b544ae.zip
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). Updates `svelte` from 5.33.14 to 5.33.15 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.33.15/packages/svelte) Updates `eslint-plugin-vue` from 10.1.0 to 10.2.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.33.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: eslint-plugin-vue dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/packages/svelte/package.json2
-rw-r--r--src/packages/vue/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 286131f..6d63a6e 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -61,7 +61,7 @@
"eslint-plugin-svelte": "^3.9.1",
"prettier-plugin-svelte": "^3.4.0",
"publint": "^0.3.12",
- "svelte": "^5.33.14",
+ "svelte": "^5.33.15",
"svelte-check": "^4.2.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index b3606d9..c559287 100644
--- a/src/packages/vue/package.json
+++ b/src/packages/vue/package.json
@@ -46,7 +46,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@vitejs/plugin-vue": "^5.2.4",
- "eslint-plugin-vue": "^10.1.0",
+ "eslint-plugin-vue": "^10.2.0",
"publint": "^0.3.12",
"typescript": "^5.8.3",
"vite": "^6.3.5",