Skip to content

Commit b6c4408

Browse files
chore(deps-dev): bump tsx in the patch-dependencies group (#4728)
Bumps the patch-dependencies group with 1 update: [tsx](https://github.com/privatenumber/tsx). Updates `tsx` from 4.20.3 to 4.20.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.3...v4.20.4) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a998dc8 commit b6c4408

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@playwright/experimental-ct-vue": "1.54.2",
4141
"@vitejs/plugin-vue": "6.0.1",
4242
"replace-in-file": "8.3.0",
43-
"tsx": "4.20.3",
43+
"tsx": "4.20.4",
4444
"typescript": "5.8.3",
4545
"vite": "6.3.5",
4646
"vue": "3.5.18",

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"stylelint-config-standard": "38.0.0",
134134
"stylelint-use-logical": "2.1.2",
135135
"tslib": "2.8.1",
136-
"tsx": "4.20.3",
136+
"tsx": "4.20.4",
137137
"typescript": "5.8.3",
138138
"validate-branch-name": "1.3.2",
139139
"vite": "6.3.5",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"hygen": "6.2.11",
5555
"nodemon": "3.1.10",
5656
"sass": "1.85.0",
57-
"tsx": "4.20.3"
57+
"tsx": "4.20.4"
5858
},
5959
"publishConfig": {
6060
"registry": "https://registry.npmjs.org/",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nodemon": "3.1.10",
5757
"prettier": "3.6.2",
5858
"sass": "1.85.0",
59-
"tsx": "4.20.3",
59+
"tsx": "4.20.4",
6060
"typescript": "5.8.3",
6161
"vite": "6.3.5"
6262
},

packages/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"cpr": "3.0.1",
3434
"esbuild": "0.25.8",
35-
"tsx": "4.20.3",
35+
"tsx": "4.20.4",
3636
"vitest": "3.2.4"
3737
},
3838
"publishConfig": {

0 commit comments

Comments
 (0)