Skip to content

Commit 96c7f5a

Browse files
chore(deps): update all non-major dependencies
1 parent 4569de6 commit 96c7f5a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bun.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"version": "0.0.0",
1919
"devDependencies": {
2020
"bun-plugin-dtsx": "^0.21.9",
21-
"bunfig": "^0.8.2",
21+
"bunfig": "^0.8.3",
2222
"lint-staged": "^15.5.1",
23-
"simple-git-hooks": "^2.12.1",
23+
"simple-git-hooks": "^2.13.0",
2424
"typescript": "^5.8.3",
2525
},
2626
},
2727
"packages/vue": {
2828
"name": "ts-inputs-vue",
2929
"version": "0.0.1",
3030
"devDependencies": {
31-
"@microsoft/api-extractor": "^7.52.4",
31+
"@microsoft/api-extractor": "^7.52.5",
3232
"@stacksjs/docs": "^0.70.23",
3333
"@types/google.maps": "^3.58.1",
3434
"@vue/tsconfig": "^0.7.0",
3535
"bumpp": "^10.1.0",
3636
"bun-plugin-dtsx": "^0.21.9",
3737
"changelogen": "^0.6.1",
3838
"clean-css": "^5.3.3",
39-
"date-fns": "^3.3.1",
39+
"date-fns": "^3.6.0",
4040
},
4141
},
4242
},
@@ -798,7 +798,7 @@
798798

799799
"bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
800800

801-
"bunfig": ["bunfig@0.8.2", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-fJxLZ8pI2J0LQuYFAvpgfvLcQGCHZDcr2tRCafUQpgICwbagkBJby9EGKwKGicUaM8cYR42Rz41o/57OefQLEw=="],
801+
"bunfig": ["bunfig@0.8.3", "", { "bin": { "bunfig": "bin/cli.js" } }, "sha512-v5dk6KdK1QpDAzgXlwcRVMz5MXBpGXPP4oODcMAP+WegYCQaO+TXF2Totan41gnGh9+JImzqe22axOBN4YJC5A=="],
802802

803803
"c12": ["c12@3.0.3", "", { "dependencies": { "chokidar": "^4.0.3", "confbox": "^0.2.2", "defu": "^6.1.4", "dotenv": "^16.4.7", "exsolve": "^1.0.4", "giget": "^2.0.0", "jiti": "^2.4.2", "ohash": "^2.0.11", "pathe": "^2.0.3", "perfect-debounce": "^1.0.0", "pkg-types": "^2.1.0", "rc9": "^2.1.2" }, "peerDependencies": { "magicast": "^0.3.5" }, "optionalPeers": ["magicast"] }, "sha512-uC3MacKBb0Z15o5QWCHvHWj5Zv34pGQj9P+iXKSpTuSGFS0KKhUWf4t9AJ+gWjYOdmWCPEGpEzm8sS0iqbpo1w=="],
804804

packages/ts-inputs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
},
5050
"devDependencies": {
5151
"bun-plugin-dtsx": "^0.21.9",
52-
"bunfig": "^0.8.2",
52+
"bunfig": "^0.8.3",
5353
"lint-staged": "^15.5.1",
54-
"simple-git-hooks": "^2.12.1",
54+
"simple-git-hooks": "^2.13.0",
5555
"typescript": "^5.8.3"
5656
},
5757
"lint-staged": {

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"lint:fix": "bunx --bun eslint . --fix"
3737
},
3838
"devDependencies": {
39-
"@microsoft/api-extractor": "^7.52.4",
39+
"@microsoft/api-extractor": "^7.52.5",
4040
"@stacksjs/docs": "^0.70.23",
4141
"@types/google.maps": "^3.58.1",
4242
"@vue/tsconfig": "^0.7.0",
4343
"bumpp": "^10.1.0",
4444
"bun-plugin-dtsx": "^0.21.9",
4545
"changelogen": "^0.6.1",
4646
"clean-css": "^5.3.3",
47-
"date-fns": "^3.3.1"
47+
"date-fns": "^3.6.0"
4848
}
4949
}

0 commit comments

Comments
 (0)