Skip to content

Commit f414075

Browse files
fix(deps): update dependency tsx to v4.20.6 (#16208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50fb735 commit f414075

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/crypto-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-dom": "18.3.1",
4444
"storybook": "8.6.14",
4545
"tsup": "8.5.0",
46-
"tsx": "4.20.5",
46+
"tsx": "4.20.6",
4747
"typescript": "5.8.3",
4848
"vite": "6.3.6",
4949
"vite-plugin-svgr": "4.5.0",

packages/email-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "dist",
1010
"dependencies": {
1111
"handlebars": "4.7.8",
12-
"tsx": "4.20.5"
12+
"tsx": "4.20.6"
1313
},
1414
"devDependencies": {
1515
"@types/handlebars": "4.1.0",

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"dependencies": {
4848
"eslint-plugin-sort-keys-fix": "1.1.2",
4949
"ethers": "6.15.0",
50-
"tsx": "4.20.5"
50+
"tsx": "4.20.6"
5151
}
5252
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"storybook": "8.6.14",
7878
"tailwindcss": "3.4.17",
7979
"tsup": "8.5.0",
80-
"tsx": "4.20.5",
80+
"tsx": "4.20.6",
8181
"typescript": "5.9.2",
8282
"url-loader": "4.1.1",
8383
"vite": "6.3.6",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22045,7 +22045,7 @@ __metadata:
2204522045
react-dom: "npm:18.3.1"
2204622046
storybook: "npm:8.6.14"
2204722047
tsup: "npm:8.5.0"
22048-
tsx: "npm:4.20.5"
22048+
tsx: "npm:4.20.6"
2204922049
typescript: "npm:5.8.3"
2205022050
vite: "npm:6.3.6"
2205122051
vite-plugin-svgr: "npm:4.5.0"
@@ -22101,7 +22101,7 @@ __metadata:
2210122101
dependencies:
2210222102
"@types/handlebars": "npm:4.1.0"
2210322103
handlebars: "npm:4.7.8"
22104-
tsx: "npm:4.20.5"
22104+
tsx: "npm:4.20.6"
2210522105
typescript: "npm:5.8.3"
2210622106
vitest: "npm:3.2.4"
2210722107
languageName: unknown
@@ -22331,7 +22331,7 @@ __metadata:
2233122331
ethers: "npm:6.15.0"
2233222332
fs-extra: "npm:11.3.1"
2233322333
tsup: "npm:8.5.0"
22334-
tsx: "npm:4.20.5"
22334+
tsx: "npm:4.20.6"
2233522335
typescript: "npm:5.9.2"
2233622336
languageName: unknown
2233722337
linkType: soft
@@ -22504,7 +22504,7 @@ __metadata:
2250422504
tailwind-merge: "npm:3.3.1"
2250522505
tailwindcss: "npm:3.4.17"
2250622506
tsup: "npm:8.5.0"
22507-
tsx: "npm:4.20.5"
22507+
tsx: "npm:4.20.6"
2250822508
typescript: "npm:5.9.2"
2250922509
url-loader: "npm:4.1.1"
2251022510
vite: "npm:6.3.6"
@@ -55022,9 +55022,9 @@ __metadata:
5502255022
languageName: node
5502355023
linkType: hard
5502455024

55025-
"tsx@npm:4.20.5":
55026-
version: 4.20.5
55027-
resolution: "tsx@npm:4.20.5"
55025+
"tsx@npm:4.20.6":
55026+
version: 4.20.6
55027+
resolution: "tsx@npm:4.20.6"
5502855028
dependencies:
5502955029
esbuild: "npm:~0.25.0"
5503055030
fsevents: "npm:~2.3.3"
@@ -55034,7 +55034,7 @@ __metadata:
5503455034
optional: true
5503555035
bin:
5503655036
tsx: dist/cli.mjs
55037-
checksum: 10/161420678027c43d07b60b7b6b512cc67ff86ae3cca0641a19b0d3e742c5e262bca57034c4bff6d9346f9269e9ada24b6030e1d2bc890df5e1a9754865d3c08a
55037+
checksum: 10/16396df25c474d7526f7adf9cd0c1f0b71a8c42f70bb93c2399c561eae3998abc015e8fe36a1e149fd289472919fb02816c5b46d72cf9f4335932419ecf2de8b
5503855038
languageName: node
5503955039
linkType: hard
5504055040

0 commit comments

Comments
 (0)