My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #68 from hbjydev/dependabot/bun/types/bun-1.2.19

build(deps-dev): bump @types/bun from 1.2.18 to 1.2.19

authored by

Hayden and committed by
GitHub
d83d2a8d badb4624

+4 -4
+3 -3
bun.lock
··· 18 18 "@tailwindcss/postcss": "^4.0.0", 19 19 "@tailwindcss/typography": "^0.5.15", 20 20 "@tailwindcss/vite": "^4.1.11", 21 - "@types/bun": "^1.2.18", 21 + "@types/bun": "^1.2.19", 22 22 "@typescript-eslint/eslint-plugin": "^7.0.0", 23 23 "@typescript-eslint/parser": "^8.38.0", 24 24 "eslint": "^8.57.1", ··· 328 328 329 329 "@tybys/wasm-util": ["@tybys/wasm-util@0.10.0", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="], 330 330 331 - "@types/bun": ["@types/bun@1.2.18", "", { "dependencies": { "bun-types": "1.2.18" } }, "sha512-Xf6RaWVheyemaThV0kUfaAUvCNokFr+bH8Jxp+tTZfx7dAPA8z9ePnP9S9+Vspzuxxx9JRAXhnyccRj3GyCMdQ=="], 331 + "@types/bun": ["@types/bun@1.2.19", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="], 332 332 333 333 "@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="], 334 334 ··· 480 480 481 481 "brotli": ["brotli@1.3.3", "", { "dependencies": { "base64-js": "^1.1.2" } }, "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg=="], 482 482 483 - "bun-types": ["bun-types@1.2.18", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-04+Eha5NP7Z0A9YgDAzMk5PHR16ZuLVa83b26kH5+cp1qZW4F6FmAURngE7INf4tKOvCE69vYvDEwoNl1tGiWw=="], 483 + "bun-types": ["bun-types@1.2.19", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ=="], 484 484 485 485 "call-bind": ["call-bind@1.0.8", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", "get-intrinsic": "^1.2.4", "set-function-length": "^1.2.2" } }, "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww=="], 486 486
+1 -1
package.json
··· 27 27 "@tailwindcss/postcss": "^4.0.0", 28 28 "@tailwindcss/typography": "^0.5.15", 29 29 "@tailwindcss/vite": "^4.1.11", 30 - "@types/bun": "^1.2.18", 30 + "@types/bun": "^1.2.19", 31 31 "@typescript-eslint/eslint-plugin": "^7.0.0", 32 32 "@typescript-eslint/parser": "^8.38.0", 33 33 "eslint": "^8.57.1",