diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-29 22:37:11 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-04-29 22:37:23 +0000 |
commit | 989e70f141611557cacbad3cd213b72ea82bd2f7 (patch) | |
tree | 6678bc8826ee2d149ac48014c8fc2235488f73bb /src | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar.gz locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar.bz2 locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar.lz locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar.xz locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.tar.zst locusts-989e70f141611557cacbad3cd213b72ea82bd2f7.zip |
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [tsx](https://github.com/privatenumber/tsx) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).
Updates `tsx` from 4.19.3 to 4.19.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.19.3...v4.19.4)
Updates `eslint-plugin-vue` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.0.1)
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.19.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
- dependency-name: eslint-plugin-vue
dependency-version: 10.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: nodejs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/packages/locusts/package.json | 2 | ||||
-rw-r--r-- | src/packages/vue/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json index f883929..5a0d103 100644 --- a/src/packages/locusts/package.json +++ b/src/packages/locusts/package.json @@ -11,7 +11,7 @@ "globals": "^16.0.0", "publint": "^0.3.12", "tsup": "^8.4.0", - "tsx": "^4.19.3", + "tsx": "^4.19.4", "typescript": "^5.8.3" }, "keywords": [ diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json index a30b18d..a86f49a 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.3", - "eslint-plugin-vue": "^10.0.0", + "eslint-plugin-vue": "^10.0.1", "publint": "^0.3.12", "typescript": "^5.8.3", "vite": "^6.3.3", |