aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-24 23:04:19 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-04-24 23:04:29 +0000
commited188184fb4af57e2f8c260bbbf6b3ab850f5389 (patch)
treef3232d32cfae163a58981a6fabe49ab58f17dbb2 /src
parentbuild(deps-dev): bump the nodejs-dependencies group with 2 updates (diff)
downloadlocusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar.gz
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar.bz2
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar.lz
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar.xz
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.tar.zst
locusts-ed188184fb4af57e2f8c260bbbf6b3ab850f5389.zip
build(deps-dev): bump the nodejs-dependencies group with 2 updates
Bumps the nodejs-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@types/node` from 22.14.1 to 22.15.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vite` from 6.3.2 to 6.3.3 - [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/v6.3.3/packages/vite) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: vite dependency-version: 6.3.3 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.json2
-rw-r--r--src/packages/react/package.json2
-rw-r--r--src/packages/svelte/package.json2
-rw-r--r--src/packages/vue/package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 212fcd1..4ef92c9 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -7,7 +7,7 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
- "@types/node": "^22.14.1",
+ "@types/node": "^22.15.0",
"globals": "^16.0.0",
"publint": "^0.3.12",
"tsup": "^8.4.0",
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index 4edf447..6c20713 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -53,7 +53,7 @@
"publint": "^0.3.12",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
- "vite": "^6.3.2"
+ "vite": "^6.3.3"
},
"publishConfig": {
"access": "public"
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 605a68a..e33859e 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -65,7 +65,7 @@
"svelte-check": "^4.1.6",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
- "vite": "^6.3.2",
+ "vite": "^6.3.3",
"vitest": "^3.1.2"
},
"publishConfig": {
diff --git a/src/packages/vue/package.json b/src/packages/vue/package.json
index 1c198cb..a30b18d 100644
--- a/src/packages/vue/package.json
+++ b/src/packages/vue/package.json
@@ -49,7 +49,7 @@
"eslint-plugin-vue": "^10.0.0",
"publint": "^0.3.12",
"typescript": "^5.8.3",
- "vite": "^6.3.2",
+ "vite": "^6.3.3",
"vue-tsc": "^2.2.10"
},
"publishConfig": {