Skip to content

Commit e625856

Browse files
chore(deps): bump the patch-dependencies group with 2 updates (#5076)
Bumps the patch-dependencies group with 2 updates: [tsx](https://github.com/privatenumber/tsx) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `tsx` from 4.20.5 to 4.20.6 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.5...v4.20.6) Updates `react-router-dom` from 7.9.2 to 7.9.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: react-router-dom dependency-version: 7.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4590c55 commit e625856

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
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.55.1",
4141
"@vitejs/plugin-vue": "6.0.1",
4242
"replace-in-file": "8.3.0",
43-
"tsx": "4.20.5",
43+
"tsx": "4.20.6",
4444
"typescript": "5.8.3",
4545
"vite": "7.1.7",
4646
"vue": "3.5.22",

package-lock.json

Lines changed: 16 additions & 16 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
@@ -140,7 +140,7 @@
140140
"stylelint-config-standard-scss": "16.0.0",
141141
"stylelint-use-logical": "2.1.2",
142142
"tslib": "2.8.1",
143-
"tsx": "4.20.5",
143+
"tsx": "4.20.6",
144144
"typescript": "5.8.3",
145145
"validate-branch-name": "1.3.2",
146146
"vite": "7.1.7",

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.5"
57+
"tsx": "4.20.6"
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.5",
59+
"tsx": "4.20.6",
6060
"typescript": "5.8.3",
6161
"vite": "7.1.7"
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.10",
35-
"tsx": "4.20.5",
35+
"tsx": "4.20.6",
3636
"vitest": "3.2.4"
3737
},
3838
"publishConfig": {

showcases/react-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
27-
"react-router-dom": "7.9.2",
27+
"react-router-dom": "7.9.3",
2828
"sa11y": "4.2.3"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)