Skip to content

Commit 85f1d48

Browse files
chore(deps): update all non-major dependencies (#2498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5683160 commit 85f1d48

File tree

3 files changed

+428
-382
lines changed

3 files changed

+428
-382
lines changed

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"worktop": "0.7.3"
1818
},
1919
"devDependencies": {
20-
"@cloudflare/workers-types": "4.20250310.0",
20+
"@cloudflare/workers-types": "4.20250311.0",
2121
"@types/node": "22.13.10",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.8.2"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ts:check": "tsc --noEmit"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.26.9",
27+
"@babel/core": "7.26.10",
2828
"@babel/plugin-proposal-decorators": "7.25.9",
2929
"@babel/plugin-transform-class-properties": "7.25.9",
3030
"@babel/preset-env": "7.26.9",
@@ -54,15 +54,15 @@
5454
"globby": "14.1.0",
5555
"husky": "9.1.7",
5656
"jest": "29.7.0",
57-
"lint-staged": "15.4.3",
57+
"lint-staged": "15.5.0",
5858
"prettier": "3.5.3",
5959
"prettier-plugin-pkg": "0.18.1",
6060
"prettier-plugin-sh": "0.15.0",
6161
"rimraf": "6.0.1",
6262
"ts-jest": "29.2.6",
6363
"ts-node": "10.9.2",
6464
"typescript": "5.8.2",
65-
"wait-on": "8.0.2"
65+
"wait-on": "8.0.3"
6666
},
6767
"lint-staged": {
6868
"packages/**/src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)