Skip to content

Commit a6eef64

Browse files
committed
chore(deps): Upgrade typescript from 5.8.3 to 5.9.2
1 parent a01928e commit a6eef64

File tree

20 files changed

+84
-107
lines changed

20 files changed

+84
-107
lines changed

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@aklinker1/check": "2.0.0",
5555
"@types/ua-parser-js": "^0.7.39",
5656
"publint": "^0.3.12",
57-
"typescript": "^5.8.3",
57+
"typescript": "^5.9.2",
5858
"unbuild": "^3.5.0",
5959
"wxt": "workspace:*"
6060
},

packages/auto-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@aklinker1/check": "2.0.0",
5454
"oxlint": "^1.14.0",
5555
"publint": "^0.3.12",
56-
"typescript": "^5.8.3",
56+
"typescript": "^5.9.2",
5757
"unbuild": "^3.5.0",
5858
"wxt": "workspace:*"
5959
}

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"fs-extra": "^11.3.0",
2828
"nano-spawn": "^0.2.0",
2929
"tsx": "4.19.4",
30-
"typescript": "^5.8.3",
30+
"typescript": "^5.9.2",
3131
"vitest": "^3.1.2"
3232
},
3333
"dependencies": {

packages/browser/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"fs-extra": "^11.3.0",
2828
"nano-spawn": "^0.2.0",
2929
"tsx": "4.19.4",
30-
"typescript": "^5.8.3",
30+
"typescript": "^5.9.2",
3131
"vitest": "^3.1.2"
3232
}
3333
}

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/node": "^20.17.6",
4545
"oxlint": "^1.14.0",
4646
"publint": "^0.3.12",
47-
"typescript": "^5.8.3",
47+
"typescript": "^5.9.2",
4848
"unbuild": "^3.5.0",
4949
"vitest": "^3.1.2",
5050
"vitest-plugin-random-seed": "^1.1.1",

packages/module-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"publint": "^0.3.12",
5858
"react": "^19.1.0",
5959
"react-dom": "^19.1.0",
60-
"typescript": "^5.8.3",
60+
"typescript": "^5.9.2",
6161
"unbuild": "^3.5.0",
6262
"wxt": "workspace:*"
6363
}

packages/module-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@aklinker1/check": "2.0.0",
5555
"publint": "^0.3.12",
5656
"solid-js": "^1.9.6",
57-
"typescript": "^5.8.3",
57+
"typescript": "^5.9.2",
5858
"unbuild": "^3.5.0",
5959
"wxt": "workspace:*"
6060
}

packages/module-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@aklinker1/check": "2.0.0",
5454
"publint": "^0.3.12",
55-
"typescript": "^5.8.3",
55+
"typescript": "^5.9.2",
5656
"unbuild": "^3.5.0",
5757
"wxt": "workspace:*"
5858
}

packages/module-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@aklinker1/check": "2.0.0",
5353
"publint": "^0.3.12",
54-
"typescript": "^5.8.3",
54+
"typescript": "^5.9.2",
5555
"unbuild": "^3.5.0",
5656
"wxt": "workspace:*"
5757
}

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"oxlint": "^1.14.0",
3434
"publint": "^0.3.12",
3535
"tsx": "4.19.4",
36-
"typescript": "^5.8.3",
36+
"typescript": "^5.9.2",
3737
"unbuild": "^3.5.0",
3838
"vitest": "^3.1.2"
3939
},

0 commit comments

Comments
 (0)